Re: problem linking with space in name?
Re: problem linking with space in name?
- Subject: Re: problem linking with space in name?
- From: Chris Espinosa <email@hidden>
- Date: Mon, 26 Sep 2005 22:00:47 -0700
On Sep 26, 2005, at 3:57 PM, Marc Respass wrote:
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
<x-tad-smaller>Ld "/private/tmp/BUILDS/Release/MEJIS Bail Conditions.app/Contents/MacOS/MEJIS Bail Conditions" normal ppc</x-tad-smaller>
<x-tad-smaller> mkdir "/private/tmp/BUILDS/Release/MEJIS Bail Conditions.app/Contents/MacOS"</x-tad-smaller>
<x-tad-smaller> cd "/Users/mrespass/MEJIS Bail Conditions"</x-tad-smaller>
<x-tad-smaller> setenv MACOSX_DEPLOYMENT_TARGET 10.3</x-tad-smaller>
<x-tad-smaller> /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 </x-tad-smaller><x-tad-smaller>-FBail -FConditions </x-tad-smaller><x-tad-smaller>-F/Users/mrespass/MEJIS </x-tad-smaller><x-tad-smaller>-FBail -FConditions/../Library/Frameworks</x-tad-smaller><x-tad-smaller> -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</x-tad-smaller>
There are known problems with storing quoted path strings in Xcode 2.1 and 2.2DP1 that are addressed in 2.2DP2. If you have access to ADC seeding, please try it on that version.
You could hand-edit the path in the project file, but in many cases the quoting will be lost every time the file is saved.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden