• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: inttypes.h equiv?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: inttypes.h equiv?
      • From: Chris Espinosa <email@hidden>
References: 
 >inttypes.h equiv? (From: Ken Hawkins <email@hidden>)

  • Prev by Date: re: Xcode
  • Next by Date: Re: I opened a project builder project with Xcode, but I can't debug my project then.
  • Previous by thread: inttypes.h equiv?
  • Next by thread: Re: inttypes.h equiv?
  • Index(es):
    • Date
    • Thread