Hello,
Thanks to Igor R for helping me get started with the compilation problems of the regex test program at http://www.boost.org/doc/libs/1_35_0/more/getting_started/unix-variants.html using Xcode.  I renamed all id occurrences to idd in the regex headers, but still get errors.  Also, I don't understand why this is necessary for Xcode but not using the command line compilation suggested in the getting started guide.  Is Xcode generally more problematic when using libraries like Boost or GSL?  Is there a better recommended development environment than Xcode, or is it simple once the error is tracked down?

Thanks again for any input.



Message: 7
Date: Wed, 24 Feb 2010 23:52:22 +0200
From: Igor R <boost.lists@gmail.com>
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] Xcode and Boost
Message-ID:
       <cfe0a3cf1002241352v15440e32wc44f9885861e2efc@mail.gmail.com
>
Content-Type: text/plain; charset=UTF-8

> I am interested in using Xcode on OSX to develop some code, and have been
> having some troubles compiling the regex example given at:
> http://www.boost.org/doc/libs/1_35_0/more/getting_started/unix-variants.html
> I can compile using the command line, but not in Xcode.

Rename all the occurrences of local variables named "id" in the
relevant regex headers.