[Mono-bugs] [Bug 348400] compile failure on Mac OS X 10.5

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 13 12:19:25 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=348400

User gnorton at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=348400#c3





--- Comment #3 from Geoff Norton <gnorton at novell.com>  2007-12-13 10:19:25 MST ---
Ben,

  I'm on a MBP with a clean leopard install using apples gcc:

Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking
-enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=i686-apple-darwin9 --with-arch=apple --with-tune=generic
--host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)


Maybe something is mucking with your include paths?

I've been running on 10.5 since I patched the mono support in for it some
months ago.

are you certain you have the right version of darwin_stop_world.c?  In our svn
line 110 is:

        GC_push_one(state.__ecx);

while from your bug report it appears to be:

        lo = state.esp;

Which is from the old darwin_stop_world.c before my patches.

Please compare your file against:

http://anonsvn.mono-project.com/viewcvs/trunk/mono/libgc/darwin_stop_world.c?rev=88924&view=markup

-g


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list