This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Yet Another GCC 3.3 MingW Build
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <gnustuff at thisiscool dot com>,<java at gcc dot gnu dot org>
- Date: Thu, 20 Feb 2003 21:27:25 +0100
- Subject: RE: Yet Another GCC 3.3 MingW Build
Wow.
I'm getting an absolutely absurd error message:
[javac] Compiling 262 source files to C:\devroot\prj-t\prj-sablecc\cls
[javac]
C:\devroot\prj-t\prj-sablecc\src\org/sablecc/sablecc/nfa.java:12: error:
Class `org.sablecc.sablecc.NFA' alr
eady defined in
C:\devroot\prj-t\prj-sablecc\src\org\sablecc\sablecc\NFA.java:12.
[javac] public class NFA implements Cloneable
[javac] ^
[javac]
C:\devroot\prj-t\prj-sablecc\src\org/sablecc/sablecc/nfa.java:17: confused
by earlier errors, bailing out
There seems to be case-sensitive/insensitive confusion that has slipped in
to this version.
The NTFS filesystem is case-insensitive. Therefore, it is not possible that
he found both:
C:\devroot\prj-t\prj-sablecc\src\org/sablecc/sablecc/nfa.java
C:\devroot\prj-t\prj-sablecc\src\org\sablecc\sablecc\NFA.java
This is code that compiles perfectly with 3.2. No error messages, no
problems.