• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
ZeroLink ld problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ZeroLink ld problem


  • Subject: ZeroLink ld problem
  • From: Ronald Fenner <email@hidden>
  • Date: Fri, 17 Feb 2006 02:38:04 -0600

All,

When I added some frameworks that exist in my project path I started getting these warnings (see below). Apparently because there are spaces in path name its causing the files path to be broken apart somewhere when being passed here.
I tried to add quotes to the search paths but it just messed things up more partly because xcode was automatically handling spaces in the search path.


I don't remember these warnings earlier and thats before I installed 10.4.5 but I doubt that had any effect on the dev tools.

If i start to add frameworks to the link with libraries then it'll start to give an error about not being able to find one of the libraries which varies with which ones I include.

mkdir "/Users/dormlock/Desktop/Game Development/CPG Development/ Marble Match new/trunk/Marble Match Xcode/Marble Match/build/Debug/ Unit Test.app/Contents/MacOS"
cd "/Users/dormlock/Desktop/Game Development/CPG Development/ Marble Match new/trunk/Marble Match Xcode/Marble Match"
/usr/bin/g++-4.0 -o /Users/dormlock/Desktop/Game\ Development/CPG \ Development/Marble\ Match\ new/trunk/Marble\ Match\ Xcode/Marble\ Match/build/Debug/Unit\ Test.app/Contents/MacOS/Unit\ Test -arch ppc / System/Library/PrivateFrameworks/ZeroLink.framework/Resources/ libZeroLinkAppStub.a -Wl,-all_load -L/Users/dormlock/Desktop/Game\ Development/CPG\ Development/Marble\ Match\ new/trunk/Marble\ Match\ Xcode/Marble\ Match/build/Debug -L/Users/dormlock/Desktop/Game - LDevelopment/CPG -LDevelopment/Marble -LMatch -Lnew/trunk/Marble - LMatch -LXcode/Marble -LMatch/../../3rdParty/cppunit -F/Users/ dormlock/Desktop/Game\ Development/CPG\ Development/Marble\ Match\ new/trunk/Marble\ Match\ Xcode/Marble\ Match/build/Debug -F/Developer/ SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -F/Users/dormlock/ Desktop/Game -FDevelopment/CPG -FDevelopment/Marble -FMatch -Fnew/ trunk/Marble -FMatch -FXcode/Marble -FMatch/../../3rdParty/ogg-vorbis/ bin -F/Users/dormlock/Desktop/Game -FDevelopment/CPG -FDevelopment/ Marble -FMatch -Fnew/trunk/Marble -FMatch -FXcode/Marble - FMatch/../../3rdParty/FreeType2/Mac -F/Users/dormlock/Desktop/Game - FDevelopment/CPG -FDevelopment/Marble -FMatch -Fnew/trunk/Marble - FMatch -FXcode/Marble -FMatch/../../3rdParty/FreeType2/Mac -framework ZeroLink -F/System/Library/PrivateFrameworks/ -isysroot /Developer/ SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -Wl,-x -Wl,- unexported_symbols_list -Wl,/System/Library/PrivateFrameworks/ ZeroLink.framework/Versions/A/Resources/ZeroLinkAppStub.nexp -Wl,- sectcreate -Wl,__TEXT -Wl,__zerolink -Wl,/Users/dormlock/Desktop/Game \ Development/CPG\ Development/Marble\ Match\ new/trunk/Marble\ Match \ Xcode/Marble\ Match/build/Marble\ Match.build/Debug/Unit\ Test.build/Objects-normal/ppc/Unit\ Test.zerolink
/usr/bin/ld: warning -L: directory name (/Users/dormlock/Desktop/ Game) does not exist
/usr/bin/ld: warning -L: directory name (Development/CPG) does not exist
/usr/bin/ld: warning -L: directory name (Development/Marble) does not exist
/usr/bin/ld: warning -L: directory name (Match) does not exist
/usr/bin/ld: warning -L: directory name (new/trunk/Marble) does not exist
/usr/bin/ld: warning -L: directory name (Match) does not exist
/usr/bin/ld: warning -L: directory name (Xcode/Marble) does not exist
/usr/bin/ld: warning -L: directory name (Match/../../3rdParty/ cppunit) does not exist
/usr/bin/ld: warning -F: directory name (/Users/dormlock/Desktop/ Game) does not exist
/usr/bin/ld: warning -F: directory name (Development/CPG) does not exist
/usr/bin/ld: warning -F: directory name (Development/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match) does not exist
/usr/bin/ld: warning -F: directory name (new/trunk/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match) does not exist
/usr/bin/ld: warning -F: directory name (Xcode/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match/../../3rdParty/ogg- vorbis/bin) does not exist
/usr/bin/ld: warning -F: directory name (/Users/dormlock/Desktop/ Game) does not exist
/usr/bin/ld: warning -F: directory name (Development/CPG) does not exist
/usr/bin/ld: warning -F: directory name (Development/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match) does not exist
/usr/bin/ld: warning -F: directory name (new/trunk/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match) does not exist
/usr/bin/ld: warning -F: directory name (Xcode/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match/../../3rdParty/ FreeType2/Mac) does not exist
/usr/bin/ld: warning -F: directory name (/Users/dormlock/Desktop/ Game) does not exist
/usr/bin/ld: warning -F: directory name (Development/CPG) does not exist
/usr/bin/ld: warning -F: directory name (Development/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match) does not exist
/usr/bin/ld: warning -F: directory name (new/trunk/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match) does not exist
/usr/bin/ld: warning -F: directory name (Xcode/Marble) does not exist
/usr/bin/ld: warning -F: directory name (Match/../../3rdParty/ FreeType2/Mac) does not exist


_______________________________________________
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


  • Follow-Ups:
    • Re: ZeroLink ld problem
      • From: Scott Tooker <email@hidden>
  • Prev by Date: Re: Xcode Project Window no longer displays file names
  • Next by Date: C++ Headers in /usr/include
  • Previous by thread: RE: Xcode Project Window no longer displays file names
  • Next by thread: Re: ZeroLink ld problem
  • Index(es):
    • Date
    • Thread