• 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: time.h vs Time.h
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: time.h vs Time.h


  • Subject: Re: time.h vs Time.h
  • From: Massimo Marino <email@hidden>
  • Date: Wed, 25 Aug 2004 21:06:13 +0200

On Aug 25, 2004, at 8:57 PM, Shawn Erickson wrote:


On Aug 25, 2004, at 9:09 AM, Massimo Marino wrote:

Is not an issue when compiling in the terminal.

So what are the difference between how you are calling gcc and how xcode is calling gcc. You can see what xcode is doing if you open the build window ("Detailed Build Results") and pull up the slider at the bottom (second from the bottom in 1.5) to show what calls it actually is doing.



Ah, this is interesting, I was looking for accessing that information.

For example...

/usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe -Wno-trigraphs -fasm-blocks -fpascal-strings -Os -mtune=G4 -fmessage-length=0 -F/Users/shawnce/Development/_builds -I/Users/shawnce/Development/_builds/include "-I/Users/shawnce/Development/_intermediates/WW2OL Launcher.build/WW2OL Launcher.build/DerivedSources" "-Wp,-header-mapfile,/Users/shawnce/Development/_intermediates/WW2OL Launcher.build/WW2OL Launcher.build/WW2OL Launcher.hmap" -include "/Users/shawnce/Development/_intermediates/WW2OL Launcher.build/SharedCaches/WW2OL Launcher_Prefix-djwqrrgmdkhmqkcxostgkiifgkos/WW2OL Launcher_Prefix.pch" -c "/Users/shawnce/Development/projects/ftsw/WW2OL Launcher/FTSWMapView.m" -o "/Users/shawnce/Development/_intermediates/WW2OL Launcher.build/WW2OL Launcher.build/Objects-normal/ppc/FTSWMapView.o"

Note you can specify compiler flags per file if needed. Also you can define header search paths for the project.

tried that, including directly /usr/include but Xcode still prefers to try fetch a Time.h deep inside the project file when compiling std C++ headers. The funny thing is that there is no search path specified for Time.h .


So the above suggestion will allow me to get to crucial information. Thanks.

Massimo

-Shawn
_______________________________________________
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.


References: 
 >time.h vs Time.h (From: Massimo Marino <email@hidden>)
 >Re: time.h vs Time.h (From: Keith Ray <email@hidden>)
 >Re: time.h vs Time.h (From: Massimo Marino <email@hidden>)
 >Re: time.h vs Time.h (From: Shawn Erickson <email@hidden>)

  • Prev by Date: Re: time.h vs Time.h
  • Next by Date: Including different libs based on build style
  • Previous by thread: Re: time.h vs Time.h
  • Next by thread: Re: time.h vs Time.h
  • Index(es):
    • Date
    • Thread