This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


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

Error compiling 'ffitest.c'


After checking out the new interpreter/libffi stuff I am getting the following
build error:

gcc -DHAVE_CONFIG_H -I. -I../../../libffi -I. -I../../../libffi/include
-Iinclude   -fexceptions -g -O2 -c ../../../libffi/src/ffitest.c
../../../libffi/src/ffitest.c: In function `main':
../../../libffi/src/ffitest.c:301: ANSI C requires a named argument before `...'

../../../libffi/src/ffitest.c:308: ANSI C requires a named argument before `...'

../../../libffi/src/ffitest.c:324: ANSI C requires a named argument before `...'

../../../libffi/src/ffitest.c:339: ANSI C requires a named argument before `...'

../../../libffi/src/ffitest.c:367: ANSI C requires a named argument before `...'

[... many repetitions of same error ...]

[bryce@reason build]$ gcc -v
Reading specs from /usr/local/egcs/lib/gcc-lib/i686-pc-linux-gnu/2.96/specs
gcc version 2.96 19990803 (experimental)

regards

  [ bryce ]



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