Re: XCode Link Error - What does this mean?
Re: XCode Link Error - What does this mean?
- Subject: Re: XCode Link Error - What does this mean?
- From: Stefan Werner <email@hidden>
- Date: Fri, 2 May 2008 12:24:47 -0700
On May 2, 2008, at 12:04 PM, J. Todd Slack wrote:
I am getting this error ( on all my projects it seems..)
cd "/Users/slack/Sites and Projects/Get Online, LLC/iTunes
Visual SDK/VisualsSDK"
/Developer/usr/bin/gcc-4.0 -o "/Users/slack/Sites and Projects/
Get Online, LLC/iTunes Visual SDK/VisualsSDK/build/Development/
iTunes Visualizer.bundle/Contents/MacOS/iTunes Visualizer" "-L/Users/
slack/Sites and Projects/Get Online, LLC/iTunes Visual SDK/
VisualsSDK/build/Development" "-F/Users/slack/Sites and Projects/Get
Online, LLC/iTunes Visual SDK/VisualsSDK/build/Development" -
filelist "/Users/slack/Sites and Projects/Get Online, LLC/iTunes
Visual SDK/VisualsSDK/build/iTunesPlugIn.build/Development/iTunes
Visualizer.build/Objects-normal/i386/iTunes Visualizer.LinkFileList"
-framework CoreFoundation -framework Carbon -arch i386 -bundle -
mmacosx-version-min=10.3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
ld: -filelist file not found: /Users/slack/Sites and Projects/Get
Online
collect2: ld returned 1 exit status
ld: -filelist file not found: /Users/slack/Sites and Projects/Get
Online
collect2: ld returned 1 exit status
Build failed (1 error)
Can anyone tell me what this means and perhaps how to fix?
If I interpret this correctly, it's choking on the comma in the path
name. If you rename "Get Online, LLC" to "Get Online LLC", will it
work then?
I've had several cases in which Xcode had problems with spaces or non-
English characters in file names and just put up with it by not naming
my files like that. I shouldn't have to on a Mac though.
-Stefan
_______________________________________________
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