Re: problem linking with space in name?
Re: problem linking with space in name?
- Subject: Re: problem linking with space in name?
- From: Marc Respass <email@hidden>
- Date: Tue, 27 Sep 2005 09:42:14 -0400
On Sep 27, 2005, at 1:00 AM, Chris Espinosa wrote: 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
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
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
Thanks for that, Chris. I was using 2.2 and had some problems and went back to 2.1. I only have access to XCode 2.2 DP1 right now.
Is the warning I am getting something I need to be concerned about? It seems that something is trying to happen but failing but it's only a warning and the app seems to work fine. I have to target 10.3 anyway. What I would really like is XCode 2.0 but I can't find it anywhere and I know I had it. My project targets 10.3 anyway. I have built this app with 2.1 before and haven't seen this problem so it's a bit frustrating.
Thanks again Marc |
_______________________________________________
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