Re: [sdljava-users] help getting space-invaders to run (GNU/Linux, FC4, GCJ)
Status: Beta
Brought to you by:
ivan_ganza
From: Ivan Z. G. <iva...@ya...> - 2005-08-17 14:02:14
|
This is strange and I wonder why you are getting the error. I noticed you are on linux. If your on linux I would try to build and install everything from scratch starting with GLEW. That _should_ most certainly work. On my system here I have glew 1.3.1 and all the open gl examples are working fine for me. We should try to figure out what is with that error though. -Ivan/ Witold Bo=C5=82t wrote: > John M. Gabriele wrote: > >> ******** Reading classes from sdljava.jar >> Native code library failed to load. >> java.lang.UnsatisfiedLinkError: libgljava: libGLEW.so.2: cannot open >> shared >> object file: No such file or directory >> >> This makes no sense to me, since, the install notes: >> http://sdljava.sourceforge.net/installation.html >> say to use GLEW 1.3.1 (I installed 1.3.3) -- and there isn't >> even a GLEW 2.0 out yet. > > > I had similar problem (although not on FC - I was using SUN's java on > PLD linux ditro) and I really don't know why it is happaning > > ... but I did a simlink named libGLEW.so.2 and everything started to > work ;) I think it should work for you to (... but still it is not a > real fix, just a stupid work-around). > > > greetings, > -me. > |