This is the mail archive of the java@gcc.gnu.org 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] |
| Other format: | [Raw text] | |
Hi, On Thu, 2002-04-04 at 20:57, Andrew Haley wrote: > > Can you tell me what versions of these tools you used? I don't seem > > to be able to find a combination that works. > > Ah, OK. I found automake-gcj-1.4.tar.gz And does it work? I remember complaining that Classpath used automake 1.5 but Mauve needed 1.4. If I remember correctly Brian Jones then fixed mauve to be useable with automake 1.5. I don't remember exactly from when my version is. But I just tried with a fresh CVS checkout. And doing: mark@elsschot:~/src/gcc-3.2/obj$ export MAUVEDIR=/tmp/mauve mark@elsschot:~/src/gcc-3.2/obj$ rm -rf \ i686-pc-linux-gnu/libjava/testsuite/mauve-build mark@elsschot:~/src/gcc-3.2/obj$ make check-target-libjava Seems to work out of the box on my machine now. So no aclocal; ; autoheader; automake; autoconf dance needed. (make/configure output attached.) At the moment the number of failures is a bit high (~200) and some of these are actually faults in the testsuite or tests that produce lots of failures because we have not yet implemented something. So running it is not very productive at the moment. I am working on getting this number down a bit, hopefully to zero FAIL when we release 3.1 (with xfails for things we now are broken in libgcj at the moment) so we can really use it regularly again when we start work on 3.2. Cheers, Mark
Attachment:
mauve.out
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |