[Mono-devel-list] the Mono Debugger

Jean-Marc ANDRE jean-marc.andre at polymtl.ca
Fri Jul 4 18:01:35 EDT 2003


Hi, 

elfxx-target.h is in debugger/arch/bfd but the line with "sed" is
missing in the building log, so I did it manually but it seems that
another header file is missing "targmatch.h"



/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-D_GNU_SOURCE -DTRAD_CORE -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 -c
-DDEFAULT_VECTOR=bfd_elf32_i386_vec
-DSELECT_VECS='&bfd_elf32_i386_vec,&i386linux_vec,&bfd_efi_app_ia32_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_bfd_efi_app_ia32_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c
rm -f .libs/targets.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_GNU_SOURCE -DTRAD_CORE -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 -c
-DDEFAULT_VECTOR=bfd_elf32_i386_vec
"-DSELECT_VECS=&bfd_elf32_i386_vec,&i386linux_vec,&bfd_efi_app_ia32_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_bfd_efi_app_ia32_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c  -fPIC -DPIC -o .libs/targets.lo
targets.c:1092:23: targmatch.h: No such file or directory
make[4]: *** [targets.lo] Erreur 1
make[4]: Quitte le répertoire `/home/jim/monocvs/debugger/arch/bfd'
make[3]: *** [all-recursive] Erreur 1


Le ven 04/07/2003 à 16:23, Martin Baulig a écrit :
> 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.




More information about the Mono-devel-list mailing list