• 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
Re: How to compile project with spaces in its path?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to compile project with spaces in its path?


  • Subject: Re: How to compile project with spaces in its path?
  • From: Vyacheslav Karamov <email@hidden>
  • Date: Tue, 02 Aug 2011 10:50:06 +0300

Yes I tried, but it doesn't work.
I made symlink

ln -s ~/Projects/CL\ 111/ ~/CLNew

and then open project inside ~/CLNew/Coffer40

Here is short errors log:

SymLink ../build/Release/CLCommon.framework/Versions/Current A
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/bin/ln -sf A "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/Current"


ln: /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/Current: No such file or directory
Command /bin/ln failed with exit code 1


SymLink ../build/Release/CLCommon.framework/Resources Versions/Current/Resources
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/bin/ln -sf Versions/Current/Resources "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Resources"


ln: /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Resources: No such file or directory
Command /bin/ln failed with exit code 1


SymLink ../build/Release/CLCommon.framework/CLCommon Versions/Current/CLCommon
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/bin/ln -sf Versions/Current/CLCommon "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/CLCommon"


ln: /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/CLCommon: No such file or directory
Command /bin/ln failed with exit code 1


ProcessInfoPlistFile ../build/Release/CLCommon.framework/Versions/A/Resources/Info.plist Info.plist
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
builtin-infoPlistUtility Info.plist -expandbuildsettings -platform macosx -o "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Resources/Info.plist"


error: The file “Info.plist” doesn’t exist.

CpHeader ../build/Release/CLCommon.framework/Versions/A/Headers/CommonUtils.h CommonUtils.h
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/CommonUtils.h" "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers"


pbxcp: error: open(): /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers/CommonUtils.h [/SourceCache/pbx_tools/pbx_tools-1706/pbxcp/file_utils.m:420]: No such file or directory
Command /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp failed with exit code 1


CpHeader ../build/Release/CLCommon.framework/Versions/A/Headers/NSColor_addons.h NSColor_addons.h
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/NSColor_addons.h" "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers"


pbxcp: error: open(): /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers/NSColor_addons.h [/SourceCache/pbx_tools/pbx_tools-1706/pbxcp/file_utils.m:420]: No such file or directory
Command /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp failed with exit code 1


CpHeader ../build/Release/CLCommon.framework/Versions/A/Headers/NSString_addons.h NSString_addons.h
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/NSString_addons.h" "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers"


pbxcp: error: open(): /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers/NSString_addons.h [/SourceCache/pbx_tools/pbx_tools-1706/pbxcp/file_utils.m:420]: No such file or directory
Command /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp failed with exit code 1


CpHeader ../build/Release/CLCommon.framework/Versions/A/Headers/CLCommon.h CLCommon.h
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/CLCommon.h" "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers"


pbxcp: error: open(): /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers/CLCommon.h [/SourceCache/pbx_tools/pbx_tools-1706/pbxcp/file_utils.m:420]: No such file or directory
Command /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp failed with exit code 1


CpHeader ../build/Release/CLCommon.framework/Versions/A/Headers/NSFont_addons.h NSFont_addons.h
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/NSFont_addons.h" "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers"


pbxcp: error: open(): /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers/NSFont_addons.h [/SourceCache/pbx_tools/pbx_tools-1706/pbxcp/file_utils.m:420]: No such file or directory
Command /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp failed with exit code 1


CpHeader ../build/Release/CLCommon.framework/Versions/A/Headers/NSAppleEventDescriptor_addons.h NSAppleEventDescriptor_addons.h
cd "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/NSAppleEventDescriptor_addons.h" "/Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers"


pbxcp: error: open(): /Users/vkaramov/Projects/CL 111/Coffer40/Externals/CLCommon/../build/Release/CLCommon.framework/Versions/A/Headers/NSAppleEventDescriptor_addons.h [/SourceCache/pbx_tools/pbx_tools-1706/pbxcp/file_utils.m:420]: No such file or directory
Command /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp failed with exit code 1


- skipped -


01-Aug-11 20:23, Pelaia II, Tom пишет:
Have you tried using a symbolic link?

How to compile project which contain spaces it its path? I have to use XCode 3.2.6, target platform OS X 10.4+.

  _______________________________________________
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



_______________________________________________ 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: How to compile project with spaces in its path?
      • From: jerry porter <email@hidden>
References: 
 >Re: How to compile project with spaces in its path? (From: "Pelaia II, Tom" <email@hidden>)

  • Prev by Date: Re: Xcode 4.1 GM exception raised in PDFkit
  • Next by Date: Re: deleting old core data models
  • Previous by thread: Re: How to compile project with spaces in its path?
  • Next by thread: Re: How to compile project with spaces in its path?
  • Index(es):
    • Date
    • Thread