On Tue, Sep 9, 2008 at 1:22 AM, Slava Pestov <[EMAIL PROTECTED]> wrote:
> As an aside, is your 64-bit OS X machine always on and connected to > the Internet? If so, would you be interested in running the 'builder' > program once we work the kinks out? Unfortunately, no. > I pushed a patch fixing the issue with the x86-64 backend. I also > merged your changes into the master branch. I have confirmed that > everything works fine on x86-32. On x86-64, bootstrap completes > successfully, however the UI does not run because I do not have a > 64-bit FreeType binary. It looks like we'll need to replace the > FreeType library we ship with a universal binary with support for all > three architectures: ppc, x86, and x86-64. I would appreciate it if > you could hunt down such a beast! I borrowed /usr/X11R6/lib/libfreetype.6.dylib, which has ppc, ppc64, x86, and x86-64 versions. Despite being in /usr/X11R6 it appears to have no X11 dependencies according to otool -L. The library works on ppc and x86. In x86-64, everything links, but the UI still fails. When it tries to start, it gets caught in a loop spamming "invalid code module" and "invalid context" to the console. These correspond to the kCGLErrorBadCodeModule and kCGLErrorBadContext error codes from the OpenGL framework. -Joe ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
