On Wed, Sep 9, 2009 at 05:26, Pieter de Bie<[email protected]> wrote:

> No, I didn't try it, but I think it should work OK.
>
> The linking errors are because of the included libgit2. If you look in
> the "compile libgit2" build phase, there's a line like:
>
>    make CFLAGS="-arch i386 -arch ppc"
>
> which obviously will cause linking errors when you build the rest of
> GitX with 64-bits.
>
> You could try changing that line to whatever you build with, and see
> if it runs. If you can think of a good way to copy the archs from the
> GitX build to that script phase, I'd appreciate a patch.

Adding "-arch x86_64" to the above build line and updating which archs
to build results in a successful 64 bit build and a binary that seems
to work.

Cheers

Adam

Reply via email to