This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Posible Error with libc


Greetings,
I found this error on an alpha machine. I'm not sure if this is an error with bison or if it is with libc. Could someone please tell me if this is an error I should report to libc or bison:

gcc plural.c -c -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -mieee
-I../include -I. -I/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/
native/libc/intl -I.. -I../libio -I/mnt/u9/toolchain/buildsys/build/alpha9/basi
c-gcc_2.95.3/native/libc -I../linuxthreads/sysdeps/alpha/elf -I../sysdeps/alpha/
elf -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread
-I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysde
ps/unix -I../linuxthreads/sysdeps/alpha -I../sysdeps/unix/sysv/linux/alpha -I../
sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/u
nix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/alpha -
I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/alpha/fpu -I../sysdeps/alpha -I
../sysdeps/wordsize-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -
I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -D_LIBC_REEN
TRANT -include ../include/libc-symbols.h -D'LOCALEDIR="/mnt/u9/toolchain/bu
ildsys/install/alpha9/basic-gcc_2.95.3/native/libc/share/locale"' -D'LOCALE_ALIA
S_PATH="/mnt/u9/toolchain/buildsys/install/alpha9/basic-gcc_2.95.3/native/libc/s
hare/locale"' -o /mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/native
/libc/intl/plural.o
plural.y:302: parse error before `<'
/castro/street/H-alpha-linux/share/bison/bison.simple:86: parse error before `}'
/castro/street/H-alpha-linux/share/bison/bison.simple: In function `__gettextpar
se':
/castro/street/H-alpha-linux/share/bison/bison.simple:518: sizeof applied to an
incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: dereferencing pointer
to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: dereferencing pointer
to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: sizeof applied to an
incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: dereferencing pointer
to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:521: arithmetic on pointer
to an incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: dereferencing pointer
to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: dereferencing pointer
to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: sizeof applied to an
incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: dereferencing pointer
to incomplete type
/castro/street/H-alpha-linux/share/bison/bison.simple:522: arithmetic on pointer
to an incomplete type
plural.y:229: parse error before `<'
make[2]: *** [/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/native/li
bc/intl/plural.o] Error 1
make[2]: Leaving directory `/mnt/u9/toolchain/buildsys/source/libc/intl'
make[1]: *** [intl/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/u9/toolchain/buildsys/source/libc'

If someone can tell me what the error is it will help.
Thanks,
-Mike



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