LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: bloid on May 05, 2005, 10:04:23

Title: Linux, LWJGL 0.96 and glibC?
Post by: bloid on May 05, 2005, 10:04:23
Hi there!

I notice there was a verion of lwjgl (0.8) that included a glibc2.3 build

Does one exist for 0.96?  I only ask, as lwjgl fails on my machine with

Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/bloid/Downloads/lwjgl-linux-0.96/native/liblwjgl.so: libXxf86vm.so.1: cannot open shared object file: No such file or directory
       at java.lang.ClassLoader$NativeLibrary.load(Native Method)
       at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
       at java.lang.Runtime.loadLibrary0(Runtime.java:788)
       at java.lang.System.loadLibrary(System.java:834)
       at org.lwjgl.Sys.<clinit>(Sys.java:64)
       at org.lwjgl.examples.spaceinvaders.Game.<clinit>(Game.java:142)

Wheras the 0.8 glibc2.3 version used to work...

So I reckon this is a glibc incompatability?

I tried compiling from source, but got a
display.c:149: too many arguments to function `XRRSizes'

Error...(plus a few warnings)...

Is my only course of action to upgrade my linux box?  If so, I guess I'll have to wait till our sysop's scheduled upgrade this summer...

apparently, I am on Linux 2.4.20-28.8...