[Unison-hackers] Help building OSX GUI

Benjamin Pierce bcpierce at cis.upenn.edu
Fri Jun 12 08:47:16 EDT 2009


Hi Jerome,

On one of my machines (the same one where your last suggestion was  
failing), I get the same problem.  One another (where I didn't have a  
chance to test the last suggestion), the new suggestion seems to  
work.  I'm attaching the full 'make' trace from the failing machine...

     - B

-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.out
Type: application/octet-stream
Size: 93615 bytes
Desc: not available
Url : http://lists.seas.upenn.edu/pipermail/unison-hackers/attachments/20090612/aabd4670/make-0001.bin
-------------- next part --------------




On Jun 11, 2009, at 1:08 PM, Jerome Vouillon wrote:

> Hi Benjamin,
>
> On Wed, Jun 10, 2009 at 11:04:29PM -0400, Benjamin Pierce wrote:
>>> If you can't wait for the makefiles to be fixed, you can edit
>>> trunk/src/Makefile.OCaml and replace this line:
>>>       (cd $(UIMACDIR); xcodebuild OCAMLLIBDIR="$(OCAMLLIBDIR)"
>>> SYMROOT=build)
>>> with:
>>>       (cd $(UIMACDIR); xcodebuild -configuration Development
>>> OCAMLLIBDIR="$(OCAMLLIBDIR)" SYMROOT=build)
>>
>> Doesn't quite work... is my OCaml compiled wrong, perhaps?
>
> That may well be due to the following option in file
> uimacnew/uimacnew.xcodeproj/project.pbxproj :
>
>   ZERO_LINK = YES
>
> Maybe the simplest thing to do is to revert the change in the Makefile
> and replace all occurences of:
>   SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk
> by:
>   SDKROOT = /Developer/SDKs/MacOSX10.5.sdk
> in file uimacnew/uimacnew.xcodeproj/project.pbxproj
>
> There may also be a way to change the SDKROOT in the Makefile
> (see some previous mails in the thread).
>
> -- Jerome
> _______________________________________________
> Unison-hackers mailing list
> Unison-hackers at lists.seas.upenn.edu
> http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers



More information about the Unison-hackers mailing list