[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2009-08-20 Thread davek at gcc dot gnu dot org
--- Comment #9 from davek at gcc dot gnu dot org 2009-08-21 02:20 --- *** This bug has been marked as a duplicate of 38892 *** -- davek at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2009-01-11 Thread rob1weld at aol dot com
--- Comment #7 from rob1weld at aol dot com 2009-01-11 19:52 --- (In reply to comment #6) Another DEBUG just showed up in gcc version 4.3.0 20070716: ... ping: gcc 4.4.0 20090111 trunk revision 143259 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30570

[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2009-01-11 Thread rob1weld at aol dot com
--- Comment #8 from rob1weld at aol dot com 2009-01-11 20:11 --- Another DEBUG just showed up in gcc version 4.3.0 20090111: gcc_trunk/libjava/java/security/VMAccessController.h # gmake ... (hours later) libtool: compile: /usr/share/src/gcc_build/./gcc/xgcc -shared-libgcc

[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2007-07-16 Thread rob1weld at aol dot com
--- Comment #6 from rob1weld at aol dot com 2007-07-17 00:49 --- Another DEBUG just showed up in gcc version 4.3.0 20070716: gcc-4_3-trunk/libjava/gnu/classpath/Configuration.h ... static ::java::lang::String * CLASSPATH_VERSION; static jboolean DEBUG; static const jboolean

[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2007-05-01 Thread rob1weld at aol dot com
--- Comment #5 from rob1weld at aol dot com 2007-05-01 09:16 --- This make -i check report shows Java compiled with ZERO errors: http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01490.html gcc version 4.2.0 20070427 (prerelease) --- === libjava tests === Running target unix ===

[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2007-02-08 Thread rob1weld at aol dot com
--- Comment #3 from rob1weld at aol dot com 2007-02-08 20:56 --- I found out exactly what the trouble is - it _likely_ affects ALL platforms. I use a very long set of configure options (to enable as much as possible) but the one that is causing the trouble is: --enable-libgcj-debug .

[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2007-02-08 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-02-09 00:03 --- Thanks for analyzing this. I think we ought to rename libgcj's DEBUG to something else. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2007-01-29 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2007-01-29 19:03 --- Hmm, we use DEBUG in java-assert.h. That is a bit unfriendly. Anyway if this define is coming from a system header, the traditional fix is to #undef it somewhere. Typically this is done in the platform flavor's

[Bug libgcj/30570] Word DEBUG used as a variable in VMAccessController.java breaks build

2007-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-24 04:19 --- DEBUG is NOT in the reserved identifier namespace so it should be ok, so I am thinking this is either a cygwin header bug or a wind32 header bug. -- pinskia at gcc dot gnu dot org changed: What