This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Another build problem with Bryce's patch
- To: java-discuss at sourceware dot cygnus dot com
- Subject: Another build problem with Bryce's patch
- From: Matt Welsh <mdw at cs dot berkeley dot edu>
- Date: Wed, 26 Apr 2000 17:39:07 -0700
- Reply-To: Matt Welsh <mdw at cs dot berkeley dot edu>
I removed parse.c and let the build process regenerate it, but I still
get the following compilation error:
gcc -c -DIN_GCC -g -O2 -I. -I.. -I/home/cs/mdw/disks/mm33/egcs-jaguar/src/gcc-2.95.2-20000418-patched/gcc/java -I/home/cs/mdw/disks/mm33/egcs-jaguar/src/gcc-2.95.2-20000418-patched/gcc/java/.. -I/home/cs/mdw/disks/mm33/egcs-jaguar/src/gcc-2.95.2-20000418-patched/gcc/java/../config -I/home/cs/mdw/disks/mm33/egcs-jaguar/src/gcc-2.95.2-20000418-patched/gcc/java/../../include /home/cs/mdw/disks/mm33/egcs-jaguar/src/gcc-2.95.2-20000418-patched/gcc/java/parse.c
./parse.y: In function `patch_invoke':
./parse.y:7253: too many arguments to function `build_invokeinterface'
./parse.y: In function `patch_throw_statement':
./parse.y:11420: warning: passing arg 1 of `build_address_of' from incompatible pointer type
OK - any other ideas? :-)