Re: inttypes.h equiv?
Re: inttypes.h equiv?
- Subject: Re: inttypes.h equiv?
- From: Ken Hawkins <email@hidden>
- Date: Mon, 1 Mar 2004 12:30:55 -0800
ok i found my problem here (insert egg)
anyway i have the following set of code:
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
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?
thanks,
ken;
On Mar 1, 2004, at 12:11 PM, Ken Hawkins wrote:
> what is the equivalent file on OSX? sorry showing my newness again..
>
> ken;
> _______________________________________________
> 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.