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]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]