From mboxrd@z Thu Jan 1 00:00:00 1970 From: stef@mort.level5.net To: java-gnats@sourceware.cygnus.com Subject: libgcj/1125: A different prims.cc compile issue Date: Wed, 20 Dec 2000 12:07:00 -0000 Message-id: <19991209172244.28373.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q4/msg00913.html List-Id: >Number: 1125 >Category: libgcj >Synopsis: A different prims.cc compile issue >Confidential: no >Severity: serious >Priority: high >Responsible: tromey >State: closed >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Dec 20 12:06:20 PST 2000 >Closed-Date: Thu Dec 09 10:03:00 PST 1999 >Last-Modified: Thu Dec 9 10:16:00 PST 1999 >Originator: Stefan Morrell >Release: CVS Download as of 09/12/99 >Organization: >Environment: Linux 2.2.13 gcc 2.95.2 Glibc 2.1.2 >Description: Changelog tells me that include/java-array.h has been replaced by gcj/array.h, but prims.cc appears not to know about that change, or rather somewhere, whatever it is that generates the header files, doesn't know. In file included from ../../../libjava/java/lang/Class.h:18, from ../../../libjava/gcj/cni.h:17, from ../../../libjava/prims.cc:21: java/lang/String.h:9: java-array.h: No such file or directory In file included from java/lang/reflect/Field.h:8, from ../../../libjava/gcj/field.h:15, from ../../../libjava/include/jvm.h:25, from ../../../libjava/prims.cc:22: java/lang/reflect/AccessibleObject.h:9: java-array.h: No such file or directory In file included from ../../../libjava/prims.cc:35: java/lang/Runtime.h:9: array.h: No such file or directory In file included from ../../../libjava/prims.cc:37: java/lang/Thread.h:9: java-array.h: No such file or directory In file included from ../../../libjava/prims.cc:38: java/lang/ThreadGroup.h:9: java-array.h: No such file or directory In file included from java/io/FilterOutputStream.h:8, from java/io/PrintStream.h:8, from ../../../libjava/prims.cc:50: java/io/OutputStream.h:9: java-array.h: No such file or directory In file included from java/io/PrintStream.h:8, from ../../../libjava/prims.cc:50: java/io/FilterOutputStream.h:9: java-array.h: No such file or directory In file included from ../../../libjava/prims.cc:50: java/io/PrintStream.h:9: java-array.h: No such file or directory >How-To-Repeat: mkdir build cd build ../configure make >Fix: Well - you *can* make a create java-array.h as a symbolic link to array.h, which does allow prims.cc to compile, but I hate that solution. >Release-Note: >Audit-Trail: Formerly PR libgcj/118 From: Tom Tromey To: stef@mort.level5.net Cc: java-gnats@sourceware.cygnus.com Subject: Re: libgcj/118: A different prims.cc compile issue Date: Thu, 9 Dec 1999 09:34:15 -0800 (PST) You have to use matching versions of the compiler and the runtime. gcc 2.95.2 with the cvs trunk of libgcj won't work (without Bryce's gcc patch; see the list to find it). T State-Changed-From-To: open->closed State-Changed-By: tromey State-Changed-When: Thu Dec 9 10:03:00 1999 State-Changed-Why: Problem resolved -- version skew. From: tromey@cygnus.com To: java-gnats@sourceware.cygnus.com, stef@mort.level5.net, tromey@cygnus.com Cc: Subject: Re: libgcj/118 Date: 9 Dec 1999 18:03:00 -0000 Synopsis: A different prims.cc compile issue State-Changed-From-To: open->closed State-Changed-By: tromey State-Changed-When: Thu Dec 9 10:03:00 1999 State-Changed-Why: Problem resolved -- version skew. http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=118&database=java >Unformatted: