Re: time.h vs Time.h
Re: time.h vs Time.h
- Subject: Re: time.h vs Time.h
- From: Shawn Erickson <email@hidden>
- Date: Wed, 25 Aug 2004 11:57:25 -0700
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.
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.
-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.