On 2010-07-21, at 2:23 PM, Sylvain Pointeau wrote:

> 
> 
> that's strange ... how can I introduce dependencies in my system?
> 
> make ended with an error:
> sgen-os-mach.c: In function ‘mono_sgen_thread_handshake’:
> sgen-os-mach.c:101: warning: implicit declaration of function ‘UCONTEXT_GREGS’
> sgen-os-mach.c:101: warning: nested extern declaration of ‘UCONTEXT_GREGS’
> sgen-os-mach.c:101: error: ‘REG_RAX’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: (Each undeclared identifier is reported only once
> sgen-os-mach.c:101: error: for each function it appears in.)
> sgen-os-mach.c:101: error: ‘REG_RBX’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_RCX’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_RDX’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_RSI’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_RDI’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_RBP’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_R8’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_R9’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_R10’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_R11’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_R12’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_R13’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_R14’ undeclared (first use in this function)
> sgen-os-mach.c:101: error: ‘REG_R15’ undeclared (first use in this function)
> make[3]: *** [libmonoruntimesgen_la-sgen-os-mach.lo] Error 1
> 

This will be fixed in svn shortly.

> I installed:
> boost
> cmake
> git
> Qt
> readline
> sqlite
> icu
> 
> for compiling mono, I installed
> gettext 0.18.1.1
> libiconv 1.13.1
> glib-2.24.1
> 
You shouldn't have installed any of these as they aren't needed, and not 
supported on x86-64 darwin.

-g

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to