Hey,

On Wed, Sep 9, 2009 at 12:20 PM, b.ohr<[email protected]> wrote:
>
> Hi,
>
> first let me say that i like the sidebar in pb/sidebar. It looks very
> primising!
>
> Yesterday i tried to include the MacRuby framework in the GitX project.
> MacRuby depends on the the GC and therefore GitX is well suited for this.
> But the current state of MacRuby is that it is only supports 64-bit (this
> will change in the near future). So i tried to generate a 64-bit-only GitX,
> but this gave me some linking errors.
>
> So my question is: Did you ever run GitX in 64-bit mode?

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.

Thanks,

Pieter

Reply via email to