[Mono-list] Mono-Debugger and Mach-O

Glenn Martin lifewarped at yahoo.com
Thu Feb 9 09:07:38 EST 2006


Im trying to compile Mono-Debugger on Mac OS X 10.4.4... i have  
successfully gotten Gnome, Glade, GTK and GTK-Sharp completed.
  So heres the build error, it continues a few pages:
gilliam:~/Desktop/Mono/mono-debugger-0.11 grmartin$ make
make  all-recursive
Making all in jay
make[2]: Nothing to be done for `all'.
Making all in interfaces
make[2]: Nothing to be done for `all'.
Making all in languages
Making all in native
make[3]: Nothing to be done for `all'.
Making all in mono
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in classes
make[2]: Nothing to be done for `all'.
Making all in arch
Making all in libiberty
make[3]: Nothing to be done for `all'.
Making all in bfd
Making all in include
Making all in aout
make[5]: Nothing to be done for `all'.
Making all in coff
make[5]: Nothing to be done for `all'.
Making all in elf
make[5]: Nothing to be done for `all'.
Making all in opcode
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in hosts
make[4]: Nothing to be done for `all'.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H - 
I. -I. -I../.. -D_GNU_SOURCE  -I. -I. -I./include    -W -Wall - 
Wstrict-prototypes -Wmissing-prototypes -g -Wall -Wunused -Wmissing- 
prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing- 
prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual - 
Wcast-align -Wwrite-strings -MT mach-o.lo -MD -MP -MF ".deps/mach- 
o.Tpo" -c -o mach-o.lo mach-o.c; \
then mv -f ".deps/mach-o.Tpo" ".deps/mach-o.Plo"; else rm -f ".deps/ 
mach-o.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_GNU_SOURCE -I. -I. -I./include  
-W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -Wall -Wunused - 
Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes - 
Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno- 
cast-qual -Wcast-align -Wwrite-strings -MT mach-o.lo -MD -MP - 
MF .deps/mach-o.Tpo -c mach-o.c  -fno-common -DPIC -o .libs/mach-o.o
mach-o.c:21:20: error: mach-o.h: No such file or directory
In file included from mach-o.c:25:
./include/libiberty.h:80: warning: function declaration isn't a  
prototype
mach-o.c:90: error: parse error before 'enum'
mach-o.c:90: warning: function declaration isn't a prototype
mach-o.c:99: error: parse error before 'bfd_mach_o_header'
mach-o.c:99: warning: function declaration isn't a prototype
mach-o.c:101: error: parse error before 'bfd_mach_o_header'
mach-o.c:101: warning: function declaration isn't a prototype
mach-o.c:103: error: parse error before 'bfd_mach_o_section'
mach-o.c:103: warning: function declaration isn't a prototype

Glenn.


More information about the Mono-list mailing list