Can anyone tell me

Linux specific forum
Hatonastick
Enthusiast
Enthusiast
Posts: 149
Joined: Wed Apr 27, 2005 11:50 am
Location: Adelaide, Australia
Contact:

Can anyone tell me

Post by Hatonastick »

why I can compile and run the sdl.pb example, but I can't compile and run waponezii.pb or sprite.pb (says can't open SDL 1.2 or later) when SDL is definitely installed. I'm using the latest version of Debian Linux if that helps. Are extra SDL libraries besides the core SDL libraries needed? I have installed both runtime and dev packages BTW.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2810
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

You need the following under Debian:

Code: Select all

05-06-2003  04:17         1.115.826 libgtk1.2-dev_1.2.10-16_i386.deb
01-11-2004  10:37           724.334 libsdl1.2-dev_1.2.4-1_i386.deb
01-11-2004  10:39           159.828 libsdl1.2debian-all_1.2.4-1_i386.deb
01-11-2004  10:40            11.780 libsdl1.2debian_1.2.4-1_i386.deb
01-11-2004  10:43           151.030 libsdl1.2debian-oss_1.2.4-1_i386.deb
01-11-2004  10:51           152.008 libsdl1.2debian-arts_1.2.4-1_i386.deb
01-11-2004  10:53           151.940 libsdl1.2debian-esd_1.2.4-1_i386.deb
I had some trouble installing them in the right order, but once done SDL worked fine...
Post Reply