[Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

nmccready nmccready at gmail.com
Sun Apr 17 20:43:30 EDT 2011


Ok reinstalled XCODE, I got a little farther but it is still messed up.

Configured with this,

./configure --prefix=/Volumes/Dev/Mono/bin/ --with-glib=embedded
--enable-nls=no --host=x86_64-apple-darwin10

during make it looks like this below on errors


e CC	mono-linked-list-set.lo
-e CC	mono-threads.lo
mono-threads.c:13:33: error: mono/utils/mono-tls.h: No such file or
directory
mono-threads.c:41: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘thread_info_key’
mono-threads.c: In function ‘register_thread’:
mono-threads.c:130: warning: implicit declaration of function
‘mono_native_tls_set_value’
mono-threads.c:130: warning: nested extern declaration of
‘mono_native_tls_set_value’
mono-threads.c:130: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:130: error: (Each undeclared identifier is reported only once
mono-threads.c:130: error: for each function it appears in.)
mono-threads.c: In function ‘mono_thread_info_current’:
mono-threads.c:160: warning: implicit declaration of function
‘mono_native_tls_get_value’
mono-threads.c:160: warning: nested extern declaration of
‘mono_native_tls_get_value’
mono-threads.c:160: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:160: warning: return makes pointer from integer without a
cast
mono-threads.c: In function ‘mono_thread_info_attach’:
mono-threads.c:172: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:172: warning: initialization makes pointer from integer
without a cast
mono-threads.c: In function ‘mono_thread_info_dettach’:
mono-threads.c:187: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:187: warning: initialization makes pointer from integer
without a cast
mono-threads.c: In function ‘mono_threads_init’:
mono-threads.c:203: warning: implicit declaration of function
‘mono_native_tls_alloc’
mono-threads.c:203: warning: nested extern declaration of
‘mono_native_tls_alloc’
mono-threads.c:203: error: ‘thread_info_key’ undeclared (first use in this
function)
make[4]: *** [mono-threads.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1


--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3456350.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list