This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Errors when building libffi from scratch on Max OS X 10.6.8


Hi,

I've been fooling around with the objective C runtime of my macbook this weekend, which lead me to the FFI library.

While trying to build v3.0.10 from scratch, after a successful configure, I encountered the following error when invoking make:

MAKE x86_64-apple-darwin10.8.0 :        0 * all-all
make: *** [all-all] Error 1

I tried the v3.0.09 tree, it builds properly from scratch on my system.

Out of curiosity, I used git bisect to investigate some more, it seems that this commit introduced the issue:

commit 7c7c9f327299331022f6000603a35f2310dfe308
Author: Anthony Green <green@moxielogic.com>
Date:   Sat Feb 12 09:29:29 2011 -0500

    ungccify parts of the build

Building v3.0.09, then pulling the v3.0.10 changes back in, then building without cleaning everything seems to work, though.

Hope that helps.
--
Nicolas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]