From: paca <pa...@no...> - 2002-04-11 18:39:30
|
I try to compile GL4Java (from CVS sources) but I've got this error (see above) what should I do to fix this ? Best regards R.Pac make x11 return the following : gl4java/GL4JavaInitException.java:5: error while writing gl4java.GL4JavaInitException: /home/pac/lib/lib-java/gl4java/GL4JavaInitException.class (No such file or directory ) public class GL4JavaInitException extends Exception ^ gl4java/GLContext.java:1145: warning: getPeer() in java.awt.Component has been deprecated (comp.getPeer() instanceof java.awt.peer.LightweightPeer) ^ gl4java/utils/textures/PPMAsciiTextureLoader.java:35: warning: readLine() in java.io.DataInputStream has been deprecated String lin=reader.readLine(); //P6 ^ gl4java/utils/textures/PPMAsciiTextureLoader.java:38: warning: readLine() in java.io.DataInputStream has been deprecated lin=reader.readLine(); ^ gl4java/utils/textures/PPMAsciiTextureLoader.java:43: warning: readLine() in java.io.DataInputStream has been deprecated lin=reader.readLine(); ^ gl4java/utils/textures/PPMAsciiTextureLoader.java:71: warning: readLine() in java.io.DataInputStream has been deprecated lin=reader.readLine(); //255 ^ 1 error 5 warnings make: *** [/home/pac/lib/lib-java/gl4java/GL4JavaInitException.class] Erreur 1 |