This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can't build gcc trunk on cygwin: cp/parser.c:6484: error: `pending_lang_change' undeclared (first use in this function)


This was on a Windows XP SP1/cygwin P4 system with these packages:

binutils  2.13.90 20021118  (cygwin ver. 20021117-1)
cygwin    1.3.18-1
dejagnu   1.4.2.x           (cygwin ver. 20021217-1)
gcc       3.2-3

In tree joined gcc and binutils cvs trunks.

LAST_UPDATED: Tue Dec 31 09:06:57 GMT 2002


/usr/local/src/gcc-binutils/trunk/gcc-binutils/configure  --prefix=/usr/local/gcc-binutils --disable-shared --enable-threads=posix --with-system-zlib --disable-nls --enable-libgcj --enable-version-specific-runtime-libs --without-included-gettext --enable-sjlj-exceptions --with-gcc-version-trigger=/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/version.c


stage1/xgcc.exe -Bstage1/ -B/usr/local/gcc-binutils/i686-pc-cygwin/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"/usr/local/gcc-binutils/i686-pc-cygwin\" -I. -Icp -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/cp -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/config -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/../include /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/cp/parser.c -o cp/parser.o
/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/cp/parser.c: In function `cp_parser_declaration_seq_opt':
/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/cp/parser.c:6484: error: `pending_lang_change' undeclared (first use in this function)
/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/cp/parser.c:6484: error: (Each undeclared identifier is reported only once
/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/cp/parser.c:6484: error: for
each function it appears in.)
make[2]: *** [cp/parser.o] Error 1
make[2]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
make: *** [bootstrap-lean] Error 2
chj@TOPPEN:/usr/local/src/gcc-binutils/trunk/objdir$

Cheers,

/ChJ


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]