http://bugzilla.novell.com/show_bug.cgi?id=622532
http://bugzilla.novell.com/show_bug.cgi?id=622532#c0 Summary: Mono from svn does not build on OS X 10.6.4 Classification: Mono Product: Mono: Runtime Version: SVN Platform: x86-64 OS/Version: Mac OS X 10.6 Status: NEW Severity: Major Priority: P5 - None Component: GC AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3 When building from svn (default options), I get: /bin/sh ../../libtool --quiet --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/mono-self/bin/\" -DMONO_ASSEMBLIES=\"/mono-self/lib\" -DMONO_CFG_DIR=\"/mono-self/etc\" -no-cpp-precomp -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -DGetCurrentProcess=MonoGetCurrentProcess -DGetCurrentThread=MonoGetCurrentThread -DCreateEvent=MonoCreateEvent -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -MT libmonoruntimesgen_la-sgen-os-mach.lo -MD -MP -MF deps/libmonoruntimesgen_la-sgen-os-mach.Tpo -c -o libmonoruntimesgen_la-sgen-os-mach.lo `test -f 'sgen-os-mach.c' || echo './'`sgen-os-mach.c 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 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
