make from trunk

Raif S. Naffah raif@fl.net.au
Thu Feb 20 19:00:00 GMT 2003


hello there,

trying to make from the trunk causes:

$ gcc -v
Reading specs from /usr/local/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.4/specs
Configured with: ../gcc/configure --enable-shared --enable-threads=posix --prefix=/usr/local/gcc --enable-languages=c++,java
Thread model: posix
gcc version 3.4 20030219 (experimental)

$ ../gcc/configure --enable-shared --enable-threads=posix --prefix=/usr/local/gcc --enable-languages=c++,java
...

$ make
...
gcc -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common    -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/dwarf2out.c -o dwarf2out.o
../../gcc/gcc/dwarf2out.c: In function `gen_inheritance_die':
../../gcc/gcc/dwarf2out.c:11378: error: `access_public_node' undeclared (first use in this function)
../../gcc/gcc/dwarf2out.c:11378: error: (Each undeclared identifier is reported only once
../../gcc/gcc/dwarf2out.c:11378: error: for each function it appears in.)
../../gcc/gcc/dwarf2out.c:11380: error: `access_protected_node' undeclared (first use in this function)
../../gcc/gcc/dwarf2out.c: In function `gen_member_die':
../../gcc/gcc/dwarf2out.c:11411: warning: implicit declaration of function `BINFO_BASEACCESSES'
../../gcc/gcc/dwarf2out.c:11411: warning: initialization makes pointer from integer without a cast
../../gcc/gcc/dwarf2out.c:11418: error: `access_public_node' undeclared (first use in this function)
make[1]: *** [dwarf2out.o] Error 1
make[1]: Leaving directory `/data/workspace/cvs/build-gcc/gcc'
make: *** [all-gcc] Error 2


is this a known problem?

TIA + cheers;
rsn



More information about the Java mailing list