— 22 May 2008, 14:32
Hello. I am trying to get the stable release of wormux 0.8 to work with gNewsense 2.0. The repositories have wormux 0.8 beta. However, the new version has was released Tuesday. I have been looking forward to the stable release for some time. However, I have little knowledge for compiling from source. Which appears to be the only option until the repositories are updates with the stable release.
1: I have downloaded the source from the official web site.
2: I have extracted the files to my Desktop.
3: I have opened Terminal and navigated into the extracted wormux folder.
4: I run ./configure and get the fallowing.
saz@Insane_O_Flex:~$ cd Desktop/wormux-0.8
saz@Insane_O_Flex:~/Desktop/wormux-0.8$ ./configure
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 gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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 for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether make sets $(MAKE)... (cached) yes
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 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 how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for g++... yes
checking CXXFLAGS for maximum warnings... -Wall
checking gcc version... 4.2.3
checking for sdl-config... no
checking for SDL - version >= 1.2.6... no
- The sdl-config script installed by SDL could not be found
- If SDL was installed in PREFIX, make sure PREFIX/bin is in
- your path, or set the SDL_CONFIG environment variable to the
- full path to sdl-config.
configure: error: *** SDL version 1.2.6 not found!
saz@Insane_O_Flex:~/Desktop/wormux-0.8$
I go into Synaptic Package Manager and look up SDL. My libsdl is libsdl1.2debian
1.2.13-1ubuntu1
Thank you very much for your time and help.
— 22 May 2008, 23:35
yeKcim Administrateur from the wormux site gave me how to do it. Just type this in.
sudo apt-get install automake build-essential gawk libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl-net1.2-dev libsdl-gfx1.2-dev libxml2-dev subversion libcurl3-dev
Then run ./configure
then make
then make install with sudo
Then it runs perfectly. :-)
sudo apt-get build-dep wormux would do it for you too and it's a shorter command :) I'm glad you found out how to get it compiling.
You must be logged in to post.