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 15:09:36
|
John M. Gabriele wrote: >Ivan -- why use GLEW at all? Is it simply for platform >independence? > =20 > Yes it is so that we can support as many platforms as possible. >On GNU/Linux, SDL by itself doesn't require it at all. >There's a tool called glxinfo that tells all about what >extensions are loaded/available (?), and I'm sure there's >gotta be a way to use glx to do whatever GLEW is doing, >right? > >I just took a look at the GLEW mailing list, >https://sourceforge.net/mailarchive/forum.php?forum_id=3D43720 >and it looks pretty barren. > > =20 > The list isn't actually used -- I should remove it. >Ivan -- do you have a GNU/Linux box around for testing >sdljava? I'm guessing you're on some version of MS Windows. > > =20 > This is all coded from my gento box ... ;) I could really use the help of someone on Windows though -- for testing. -Ivan/ >Thanks, >---John > > >--- "Ivan Z. Ganza" <iva...@ya...> wrote: > > =20 > >>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 Pract= ices >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA >>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf >>_______________________________________________ >>sdljava-users mailing list >>sdl...@li... >>https://lists.sourceforge.net/lists/listinfo/sdljava-users >> >> =20 >> > > > > =09 >____________________________________________________ >Start your day with Yahoo! - make it your home page=20 >http://www.yahoo.com/r/hs=20 >=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 > |