Re: gcc 4.0 compiling and parse error in <exception>
Re: gcc 4.0 compiling and parse error in <exception>
- Subject: Re: gcc 4.0 compiling and parse error in <exception>
- From: Jens Alfke <email@hidden>
- Date: Mon, 9 Jun 2008 07:39:34 -0700
On 9 Jun '08, at 6:51 AM, Robert Welz wrote: <exception> extern "C++" { in /Volumes/XMen Arbeit/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/c++/4.0.0/exception
There isn't actually a line reading "<exception>" in that file, is there? (There isn't in the 10.4 version.)
If you get bizarre syntax errors on the first statement in a file, the problem is usually at the end of the previous file parsed. So go back through LException or UDebugging and see what came before the "#include <exception>" line. (It may help to use Xcode's "Preprocess" command, to see the raw source the parser is reading.)
—Jens |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden