[Mono-devel-list] the Mono Debugger

Martin Baulig martin at ximian.com
Fri Jul 4 16:23:44 EDT 2003


On Tue, 2003-07-01 at 22:18, Herscovici, Avi wrote:
> I'm trying to build the latest debugger w/ everything current from CVS
> (mono, mcs, gtk#, debugger) and I get the following warnings on "make" and
> even though they're warnings it still exits on an error.  Any help
> appreciated.

Hi,

> elf32-i386.c:3391:26: elf32-target.h: No such file or directory

This is a generated file; it's generated from elfxx-target.h, do you
have this ?

Normally, it should work like this:

> make[1]: Entering directory `/home/martin/monocvs/debugger/arch/bfd'
> rm -f elf32-target.h
> sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new
> mv -f elf32-target.new elf32-target.h
> source='elf32-i386.c' object='elf32-i386.lo' libtool=yes \
> depfile='.deps/elf32-i386.Plo' tmpdepfile='.deps/elf32-i386.TPlo' \
> depmode=gcc3 /bin/sh ../../depcomp \
> /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_GNU_SOURCE -DTRAD_CORE -I. -I. -I./include   -I/usr/local/include -I/home/martin/INSTALL/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 -c -o elf32-i386.lo `test -f 'elf32-i386.c' || echo './'`elf32-i386.c
> rm -f .libs/elf32-i386.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_GNU_SOURCE -DTRAD_CORE -I. -I. -I./include -I/usr/local/include -I/home/martin/INSTALL/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 -c elf32-i386.c -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.TPlo  -fPIC -DPIC -o .libs/elf32-i386.lo
> elf32-i386.c:99: warning: initialization discards qualifiers from pointer target type
> elf32-i386.c:102: warning: initialization discards qualifiers from pointer target type
> elf32-i386.c:105: warning: initialization discards qualifiers from pointer target type

The warnings are normal.

-- 
--
Martin Baulig
martin at ximian.com





More information about the Mono-devel-list mailing list