
I got the following build error with nhc-1.10, i386-unknown-linux (vanilla RedHat 6.2): cd src/tracer/ui; make CFG=T install make[1]: Entering directory `/home/simonmar/tmp/nhc98-1.10/src/tracer/ui' javac nhctracer/*.java nhctracer/TabbedPanel.java:13: Can''t access constructor "java.awt.Color" §15.11.2.1 nhctracer/TabbedPanel.java:15: The local variable "lo" may have not been initialized before use §14.3 nhctracer/TabbedPanel.java:16: The local variable "lo" may have not been initialized before use §14.3 make[1]: *** [classfiles] Error 1 make[1]: Leaving directory `/home/simonmar/tmp/nhc98-1.10/src/tracer/ui' make: *** [lib/hat-trail.jar] Error 2 Cheers, Simon

I got the following build error with nhc-1.10, i386-unknown-linux = (vanilla RedHat 6.2):
cd src/tracer/ui; make CFG=3DT install make[1]: Entering directory = `/home/simonmar/tmp/nhc98-1.10/src/tracer/ui' javac nhctracer/*.java nhctracer/TabbedPanel.java:13: Can''t access constructor = "java.awt.Color" =A715.11.2.1 nhctracer/TabbedPanel.java:15: The local variable "lo" may have not been = initialized before use =A714.3 nhctracer/TabbedPanel.java:16: The local variable "lo" may have not been = initialized before use =A714.3
What version of Java do you have installed? (As far as I remember, RH6.2 doesn't supply a java compiler). I don't see these errors with any of Sun's JDK-1.1.7, IBM's JDK-1.1.8, or Sun's JDK-1.3.1 on Linux. Regards, Malcolm
participants (2)
-
Malcolm Wallace
-
Simon Marlow