include behavior of Xcode and gcc via comnd line differ.
include behavior of Xcode and gcc via comnd line differ.
- Subject: include behavior of Xcode and gcc via comnd line differ.
- From: Carl Barron <email@hidden>
- Date: Fri, 26 Sep 2008 17:27:38 -0400
If I compile a C++ tool I am get often the error 'snprintf not in
namspace std' I don't use snprintf directly,
it must be something Xcide 3,1.0 is doing that a straight g++ -I
include_path main.cpp doies not do.;
The CLI approach works, build in Xcode does not same identical file.
How do I get rid of these errors in Xcode. No Apple frameworks etc
added by me. straight standard C++ code.
_______________________________________________
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