既出であればすいませんが、 ubuntu9.04で解凍してカレントディレクトリでコンパイルを試みるのですが suchise@suchise-laptop:/tmp/simutrans$ chmod +x simutrans で実行属性を設定ののち suchise@suchise-laptop:/tmp/simutrans$ ./simutrans -res 5 -nomidi Reading low level config data ... parse_simuconf() at config/simuconf.tab: Reading simuconf.tab successful! Couldn't initialize SDL: No available video device Preparing display ... Couldn't open the window: No available video device Error : can't open window! のようになり、上手くいきません。 同じOSの方アドバイスよろです
http://ubuntuforums.org/showthread.php?t=530538 >long story short, if the develepment libraries for the xserver are not installed sdl compiles without x11 support, so no video device. >running "aptitude install gnome-devel" then reconfinguring and compiling sdl fixed it for me.