4
« on: September 25, 2004, 10:30:36 pm »
I downloaded the prebuilt Linux distribution to try it out on Debian unstable. The psclient script sets CRYSTAL=./ and CEL=./ (although it strangely doesn\'t pass the -verbose option to psclient-bin if you give it on the command line). After editing it to use psclient-bin -verbose, psclient gives the following:
Warning: Failed to load `gl3d\'; reason(s):
DLERROR (gl3d): libopengl32.so: cannot open shared object file: No such file ordirectory
Warning: Failed to load `gl3d\'; reason(s):
DLERROR (gl3d): libopengl32.so: cannot open shared object file: No such file ordirectory
WARNING: could not load plugin \'crystalspace.graphics3d.opengl\'
aws-debug: Couldn\'t find iGraphics2D plugin!!
psclient: No 3d driver (iGraphics3D) plugin!
Now I have glx rendering working properly, and the CS libraries are RIGHT THERE in the same directory (gl3d.so), but it\'s looking for libopengl32.so, which doesn\'t exist. I can compile CS separately and run its tests just fine.