From: Sven G. <sgo...@ja...> - 2001-10-30 17:27:03
|
---------- Forwarded Message ---------- Subject: Re: [gl4java-usergroup] GL4Java and GLX problem Date: Tue, 30 Oct 2001 18:12:49 +0100 From: Sven Goethel <sgo...@ja...> To: Jiba <Jea...@im...> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 30 October 2001 22:54, Jiba wrote: > Le 30 Oct 2001 15:49:10 +0100, Sven Goethel a écrit : > > On Tuesday 30 October 2001 21:41, Jiba wrote: > > > Hi, > > > > > > I have trouble to use GL4Java; it seems that it cannot localize GLX. > > > But OpenGL (actually, Mesa) works fine (demos like gears) ! > > > > > > I am using Linux Mandrake 8.0 with XFree 3.3.6 (SVGA server) and Mesa > > > (XFree 4.0 doesn't work !). > > > > > > I join the output of "java gl4java.GLContext -info", and "glxinfo". > > > > > > Thanks for any help ! > > > > > > Jiba > > > > please use the current dev. gl4java from sourceforge, > > then send the logs again > > > > sven > > I've tried with gl4java2.8.0.5-jar.zip and > libGL4Java2.8.0.0-Linux-glibc2-xf86-x86.tar.gz,butit doesn't work, even > with XFree 4 (2.7.x works fine with it !). > > Here are the error logs; the first is with factory. Without factories, it > seems to go father before crashing...? > > Do not hesitate if there is other test i can do. > > Jiba ;-) <snip> > GL4Java: writing capabilities to GLContext's java object > GLContext GLContext() succeded this means: fine ;-) > Exception in thread "main" java.lang.UnsatisfiedLinkError: glfInit > at gl4java.utils.glf.GLFFuncJNI.glfInit(Native Method) > at gl4java.utils.glf.GLF.<init>(GLF.java:25) > at gl4java.GLContext.gljGetVersions(GLContext.java:2828) > at gl4java.GLContext.gljShowVersions(GLContext.java:2932) > at gl4java.GLContext.main(GLContext.java:1039) this means: DO USE THE RIGHT NATIVE LIBRARIES !! this message indicates that the used native library does not contain the native function "glfInit" ... since: 19th June 2001 (Version 2.8.0 - PRE-Release 0 (CVS only) ) the native libs contains GLF support ;-) please please - download them from sourceforge, delete all old ones, install the new ones ! (read the FAQ) peace, sven - -- my concern about the current attack: http://www.jausoft.com/20010911-wtc/ mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440 ; fax : +49-521-2399442 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE73t+RHdOA30NoFAARAjNSAJ9aqmglonaeHlxAqVbwjP7wiHw44QCeOO0g GtJGWl8s7GqNDxcJaFz7KHQ= =LZsT -----END PGP SIGNATURE----- ------------------------------------------------------- -- my concern about the current attack: http://www.jausoft.com/20010911-wtc/ mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440 ; fax : +49-521-2399442 |