Re: Build Settings for Compiler Version and Platform
Re: Build Settings for Compiler Version and Platform
- Subject: Re: Build Settings for Compiler Version and Platform
- From: Chris Espinosa <email@hidden>
- Date: Wed, 12 Jul 2006 08:47:58 -0700
On Jul 12, 2006, at 6:29 AM, Philip Mötteli wrote: I have to compile an ObjC++ program. For some reason, it gives an error for the following included files:
#include <bits/c++config.h> #include <algorithm>
Before you go further it would be good to find out the reasons it gives an error for these. Tens of thousands of other projects build successfully with these #includes, and there's no need to gen up your own paths to tell the compiler where its own headers are; it ought to know.
So please add -v to your Other Compiler Flags and rebuild, and reply with the "CompileC" line from the full build transcript for the failing file, including the compiler invocation line, its diagnostic dump, and the specific error it's giving you.
Chris
|
_______________________________________________
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