Hi again,
Below is the output from building my project. This isn't a new project, just the project file is new. Note the warning at the end. It seems to be coming from ld but I don't understand exactly what is generating the warning nor what it's trying to do. The app runs fine but I get the warning below and I've never had that warning before. This is not a new project but the project file is new. Can anyone point me in the right direction?
Thanks Marc
Ld "/private/tmp/BUILDS/Release/MEJIS Bail Conditions.app/Contents/MacOS/MEJIS Bail Conditions" normal ppc mkdir "/private/tmp/BUILDS/Release/MEJIS Bail Conditions.app/Contents/MacOS" cd "/Users/mrespass/MEJIS Bail Conditions" setenv MACOSX_DEPLOYMENT_TARGET 10.3 /usr/bin/gcc-4.0 -o "/private/tmp/BUILDS/Release/MEJIS Bail Conditions.app/Contents/MacOS/MEJIS Bail Conditions" -L/private/tmp/BUILDS/Release -F/private/tmp/BUILDS/Release -F/Users/mrespass/Library/Frameworks -F/Users/mrespass/MEJIS -FBail -FConditions -F/Users/mrespass/MEJIS -FBail -FConditions/../Library/Frameworks -filelist "/private/tmp/BUILDS/MEJIS Bail Conditions.build/Release/MEJIS Bail Conditions.build/Objects-normal/ppc/MEJIS Bail Conditions.LinkFileList" -framework Cocoa -framework libxml -framework libxslt -arch ppc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk /usr/bin/ld: warning -F: directory name (/Users/mrespass/MEJIS) does not exist /usr/bin/ld: warning -F: directory name (Bail) does not exist /usr/bin/ld: warning -F: directory name (Conditions) does not exist /usr/bin/ld: warning -F: directory name (/Users/mrespass/MEJIS) does not exist /usr/bin/ld: warning -F: directory name (Bail) does not exist /usr/bin/ld: warning -F: directory name (Conditions/../Library/Frameworks) does not exist
Touch "/private/tmp/BUILDS/Release/MEJIS Bail Conditions.app" mkdir /private/tmp/BUILDS/Release cd "/Users/mrespass/MEJIS Bail Conditions" /usr/bin/touch "/private/tmp/BUILDS/Release/MEJIS Bail Conditions.app"
|