[Mono-dev] Mono SVN doesn't build on Mac OSX Snow Leopard
Tom Philpot
tom.philpot at logos.com
Tue Sep 8 20:14:44 EDT 2009
The primary reason seems to be that the default version of gcc on Snow
Leopard, 4.2.1, no longer defines __i386__. gcc 4.2.1 defines __x86_64__.
I started down the path of modifying some of the #defines to correctly
target DARWIN and use __x86_64__, but I ran into trouble building
aot-runtime.c because mini.h wanted to use the -x86 sources not the amd64
sources.
Has anyone else tried to build Mono from SVN on Snow Leopard?
Thanks,
Tom
More information about the Mono-devel-list
mailing list