[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25353] New: Build broken with jikes 1.19
From: |
robilad at kaffe dot org |
Subject: |
[Bug classpath/25353] New: Build broken with jikes 1.19 |
Date: |
11 Dec 2005 17:36:29 -0000 |
Hi all,
when building GNU Classpath with jikes 1.19, it turns out that the current
build system passes a warning option that does not exist to jikes 1.19, causing
it to abort the build.
../classpath/configure --with-jikes=/tmp/jikes-1.19/bin/jikes && make
[snip]
top_builddir=.. top_srcdir=../../classpath /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '../../classpath'.
Adding java source files from VM directory ../../classpath/vm/reference
Adding generated files in builddir '..'.
/tmp/jikooo/bin/jikes +Pno-shadow +Pno-switchcheck +F -encoding UTF-8
-bootclasspath '' -extdirs '' -sourcepath '' --classpath
../../classpath/vm/reference:../../classpath:../../classpath/external/w3c_dom:../../classpath/external/sax:.:
-d . @classesError: "no-shadow" is not a recognized flag for controlling
pedantic warnings.
use: jikes [options] address@hidden file.java...
For more help, try -help or -version.
make[1]: *** [compile-classes] Error 2
make[1]: Leaving directory `/home/topic/projects/classpath/build/lib'
make: *** [all-recursive] Error 1
/tmp/jikes-1.19/bin/jikes --version
Jikes Compiler - Version 1.19 - 1 February 2004
Copyright (C) IBM Corporation 1997-2003, 2004.
- Licensed Materials - Program Property of IBM - All Rights Reserved.
Originally written by Philippe Charles and David Shields of IBM Research,
Jikes is now maintained and refined by the Jikes Project at:
<http://ibm.com/developerworks/opensource/jikes>
Please consult this URL for more information and for reporting problems.
I would suggest removing the warning flag to fix the build again.
cheers,
dalibor topic
--
Summary: Build broken with jikes 1.19
Product: classpath
Version: 0.20
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: robilad at kaffe dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25353
- [Bug classpath/25353] New: Build broken with jikes 1.19,
robilad at kaffe dot org <=