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:19:18
|
One other thing -- I was getting NullPointerExceptions when trying to run space invaders here and the reason was the image files where bmp.=20 I'm not sure why but png works fine so I have converted the images files to png and checked this in. Save invaders is working for me now here... -Ivan/ Ivan Z. Ganza wrote: >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: > > =20 > >>John M. Gabriele wrote: >> >> =20 >> >>>******** 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. >>> =20 >>> >>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. >> >> =20 >> > > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practi= ces >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & = QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5s= f >_______________________________________________ >sdljava-users mailing list >sdl...@li... >https://lists.sourceforge.net/lists/listinfo/sdljava-users > =20 > |