Search found 1 match

by ryuu
Fri Feb 18, 2011 9:05 am
Forum: Blockout II
Topic: Compile errors on Debian
Replies: 7
Views: 38368

Re:Compile errors on Debian

I\'m using Ubuntu Maverick and had linking errors, although I already had SDL installed. I had to edit the Makefile, and replace the following lines: SDL_ROOT = /users/pons/test/opengl/SDL IMGLIB_ROOT = ../ImageLib/ to these: SDL_ROOT = /usr IMGLIB_ROOT = ../ImageLib/src After that it built and run ...