I'm a beginner at Ubuntu and other Linux distributions as well, Here's my problem:
1. SDL was not default installed, so I had to install it in order to build SDL apps. When I install it, I can build the sample app, but not run it without "Unable to init SDL: No available video device". The package I downloaded was called "SDL-1.2.13.tar.gz", and I installed it with the following commands in the terminal:
> ./configure
> make
> sudo make install
2. however, then I tried to run:
> sudo make uninstall
And after …
↧