[Unison-hackers] [unison-svn] r400 - in trunk/src: . system system/win ubase uimacnew uimacnew09

Markus Groß mgross at informatik.uni-bremen.de
Mon Jan 11 02:49:51 EST 2010


On 11.01.2010, at 02:12, Benjamin Pierce wrote:

> For the macnew09 version, I'm stuck on this compilation error -- any  
> hints?

Maybe we can get it working if you re-add the frameworks.
Please try:
- Delete the two frameworks from the Xcode project and also delete their folders in the "Frameworks" folder.
- Then download the two frameworks here:
http://growl.googlecode.com/files/Growl-1.2-SDK.dmg
http://brandonwalkin.com/blog/bwtfiles/BWToolkit.zip
- Copy the Growl.framework and BWToolkit.framework to the "uimacnew09/Frameworks" folder (or just to the "uimacnew09" folder, perhabs the Framework-subfolder is making trouble)
- Add the two frameworks in the Xcode project (make sure they are also in the "Copy files" build-phase of the Unison-target)
- If you get any "Growl.h not found" errors, enter the "uimacnew09/Frameworks" path to "Framework Search Paths" in the Xcode project info (you might want to check the "recursive" box when doing this).

Hope that will work...

Cheers,
Markus

>     /Developer/Library/PrivateFrameworks/DevToolsCore.framework/ 
> Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip- 
> debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/ 
> trunk/src/uimacnew09/Frameworks/Growl.framework /Users/bcpierce/ 
> current/unison/trunk/src/uimacnew09/build/Default/Unison.app/Contents/ 
> Frameworks
> strip: for architecture x86_64 object: /Users/bcpierce/current/unison/ 
> trunk/src/uimacnew09/Frameworks/Growl.framework/Growl malformed object  
> (unknown load command 5)
> pbxcp: warning: couldn't strip: /Users/bcpierce/current/unison/trunk/ 
> src/uimacnew09/build/Default/Unison.app/Contents/Frameworks/ 
> Growl.framework/Growl: No such file or directory
> 
> PBXCp build/Default/Unison.app/Contents/Frameworks/ 
> BWToolkitFramework.framework Frameworks/BWToolkitFramework.framework
>     cd /Users/bcpierce/current/unison/trunk/src/uimacnew09
>     /Developer/Library/PrivateFrameworks/DevToolsCore.framework/ 
> Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip- 
> debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/ 
> trunk/src/uimacnew09/Frameworks/BWToolkitFramework.framework /Users/ 
> bcpierce/current/unison/trunk/src/uimacnew09/build/Default/Unison.app/ 
> Contents/Frameworks
> strip: for architecture x86_64 object: /Users/bcpierce/current/unison/ 
> trunk/src/uimacnew09/Frameworks/BWToolkitFramework.framework/ 
> BWToolkitFramework malformed object (unknown load command 5)
> pbxcp: warning: couldn't strip: /Users/bcpierce/current/unison/trunk/ 
> src/uimacnew09/build/Default/Unison.app/Contents/Frameworks/ 
> BWToolkitFramework.framework/BWToolkitFramework: No such file or  
> directory
> ** BUILD FAILED **
> 
> The following build commands failed:
> uimac:
> 	PBXCp build/Default/Unison.app/Contents/Frameworks/Growl.framework  
> Frameworks/Growl.framework
> 	PBXCp build/Default/Unison.app/Contents/Frameworks/ 
> BWToolkitFramework.framework Frameworks/BWToolkitFramework.framework
> (2 failures)


More information about the Unison-hackers mailing list