From: Pepijn V. E. <pep...@lu...> - 2002-12-06 18:46:42
|
If I recall correctly, the code you mention isn't used if you're running gl4java on a 1.4 jdk. However for 1.3 (and earlier ?) you do need them. To make them compile properly you should check that the JAVAC_13 variable in symbols.mak is pointing to a 1.3 jdk. Personally, it took me quite some effort to get the CVS version of gl4java to compile, but once everything is set up properly it does work fine (compiled and tested with jdk 1.2, 1.3, 1.4 on windows, linux and solaris). Pepijn Van Eeckhoudt Stefan Betermieux wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello user-group! > > I still get strange errors when I try to build gl4java on my linux > machine, > but I think I have got some further information on the issue: > > This is one of the errors I get: > gl4java/jau/awt/motif/X11HandleAccess.java:7: cannot resolve symbol > symbol : class X11DrawingSurface > location: package awt > import sun.awt.X11DrawingSurface; > > And this is some text I got from > http://java.sun.com/j2se/1.4.1/docs/guide/awt/AWTChanges.html : > Removal of the Drawing Surface API > The bugtraq report that corresponds to this change is: 4293646. > The sun.awt.DrawingSurface API has been removed. It was never made > public, but > some developers have been using it. The functionality has been > replaced by > the JAWT. For more information, see the AWT Native Interface > description in > the 1.3 release notes for AWT. > > Could someone verify these problems ? I don't know much about JNI, but > I think > this is a problem, which will affect all GL4Java users on JDK 1.4 > > > - -- > Stefan Betermieux > > FernUniversität Gesamthochschule in Hagen > Praktische Informatik I > Universitätsstr. 1 / Informatikzentrum > D-58084 Hagen, Germany > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (GNU/Linux) > > iD8DBQE98LsD/bI7T1LKTh8RApvEAJ96rtvhLW1YTXen27OP7wouzq5hWwCglZ7S > C+08/t84Q0TzUh9JNQSnCT0= > =mKY4 > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup > |