Re: [sdljava-users] help getting space-invaders to run (GNU/Linux, FC4, GCJ)
Status: Beta
Brought to you by:
ivan_ganza
From: John M. G. <joh...@ya...> - 2005-08-17 14:36:03
|
Ivan -- why use GLEW at all? Is it simply for platform independence? 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=43720 and it looks pretty barren. Ivan -- do you have a GNU/Linux box around for testing sdljava? I'm guessing you're on some version of MS Windows. Thanks, ---John --- "Ivan Z. Ganza" <iva...@ya...> 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Åt 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. > > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > sdljava-users mailing list > sdl...@li... > https://lists.sourceforge.net/lists/listinfo/sdljava-users > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs |