andyp wrote:
I've download the .0.6.0 source and am trying to compile and install the game. I do a ./configure and I get a message about no video driver found, choosing dedicated server only. The video works fine, with the proper driver installed, and the x environment is also working just fine. Installing using the resulting makefile results in having a dedicated server installation (which runs fine). Is there a way to install overiding the video driver check?
Overriding the video driver check is not the best course of action. Those checks are there for a reason, and disabling them is likely to cause a bunch of errors during compilation (unless you know very well what you are doing). It is usually better to understand why the check is failing, and try to fix it.
In your case, I guess you are using a distribution with split run-time/development packages for SDL. Try looking for a package named libsdl-devel or similar and installing it, and check if this solves the problem.