libsdl on server

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
rivia
Posts: 1
Joined: December 26th, 2010, 1:16 pm

libsdl on server

Post by rivia »

Why i ?NEED? libsdl on server machine?

Code: Select all

rivia@aivi ~/wesnoth-1.8.5 $ ./configure --prefix=/usr --disable-game --enable-server --disable-dbus --disable-sdltest --disable-desktop-entry
checking whether to disable maintainer-specific portions of Makefiles... yes
****************************************
***                                  ***
***  At the moment we are also       ***
***  working on cmake and scons      ***
***  based build systems which       ***
***  might replace the autotools     ***
***  build system. Due to this       ***
***  autotools might be become       ***
***  deprecated.                     ***
***  Please test scons and cmake     ***
***  and report any problems!        ***
***                                  ***
***  To build with scons, type       ***
***  'scons' in the distribution     ***
***  directory.                      ***
***                                  ***
***  To build with cmake, type       ***
***  'cmake .' followed by 'make'    ***
***  in the distribution directory   ***
***  or create a directory to build  ***
***  in and type                     ***
***  'cmake PATH/TO/WESNOTH/SOURCE'  ***
***  followed by 'make'.             ***
***                                  ***
***  See the INSTALL file for more   ***
***  details.                        ***
***                                  ***
****************************************
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for XOpenDisplay in -lX11... no
checking for sdl-config... no
checking for sdl11-config... no
configure: error: *** SDL not found! Get SDL from www.libsdl.org.
If you already installed it, check it's in the path. If problem remains,
please send a mail to the address that appears in ./configure --version
indicating your platform, the version of configure script and the problem.
User avatar
loonycyborg
Windows Packager
Posts: 295
Joined: April 1st, 2008, 4:45 pm
Location: Russia/Moscow

Re: libsdl on server

Post by loonycyborg »

SDL is not only graphics output. Even the server uses some of its functionality. However AFAIK you can have SDL without X11 support. Hopefully that's enough for you.
"meh." - zookeeper
Post Reply