Re: inttypes.h equiv?
Re: inttypes.h equiv?
- Subject: Re: inttypes.h equiv?
- From: Ken Hawkins <email@hidden>
- Date: Mon, 1 Mar 2004 15:00:35 -0800
thanks chris,
that did the trick however, if i am building a legacy library i can't
find the preprocessor Directives setting through the target info. does
this somehow not show up for legacy library targets?
ken;
On Mar 1, 2004, at 1:11 PM, Chris Espinosa wrote:
On Mar 1, 2004, at 12:30 PM, Ken Hawkins wrote:
which will not include inttypes.h because if i add HAVE_INTTYPES_H to
the "other c flags" area of the build i get:
gcc-3.3: cannot specify -o with -c or -S and multiple compilations
when i am trying to compile this. what exactly does this mean? am i
way
off base here at trying to include a compile time flag in this manner?
I think you want to add it to "Preprocessor Directives", not "Other C
Flags", in this manner:
Preprocessor Directives | HAVE_INTTYPES_H=1
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.