lorgonjortle
August 16th, 2008, 09:34 PM
Greetings,
As a warning, I am a noob to Linux in general. With that said, on to my question:
I love chess. I want a nice 3D chess game for my Ubuntu (Hardy). I was reading a post earlier on this site about Dreamchess, so I went into Add/Remove and got it. And as one of the posters in that thread said, the graphics really aren't that great. After visiting the website I realized that I had only gotten the V 1.0 when 2.0 is out. So I downloaded the "tarball" (I think that's what it's called) and did this... here is the output:
lorgonjortle@LorgonJortle-laptop:~$ cd Desk*
lorgonjortle@LorgonJortle-laptop:~/Desktop$ tar xfz dream*
lorgonjortle@LorgonJortle-laptop:~/Desktop$ cd dream*
lorgonjortle@LorgonJortle-laptop:~/Desktop/dreamchess-0.2.0$ ls
aclocal.m4 configure desktop install-sh NEWS
AUTHORS configure.ac doc m4 pkg
ChangeLog COPYING DreamChess.xcodeproj Makefile.am README
config.guess COPYRIGHT English.lproj Makefile.in src
config.h.in data Info.plist man ylwrap
config.sub depcomp INSTALL missing
lorgonjortle@LorgonJortle-laptop:~/Desktop/dreamchess-0.2.0$ sudo ./configure
[sudo] password for lorgonjortle:
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for flex... no
checking for lex... no
checking for bison... no
checking for inline... inline
checking for ISO C99 varargs macros... yes
checking for GNU C varargs macros... yes
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.
checking for SDL_image.h... no
checking for SDL_opengl.h... no
checking for sqrt in -lm... yes
checking for compress in -lz... no
checking for png_create_read_struct in -lpng... no
checking for jpeg_CreateCompress in -ljpeg... no
checking for IMG_LoadPNG_RW in -lSDL_image... no
checking for glBegin in -lGL... no
checking for SDL_mixer.h... no
checking for Mix_OpenAudio in -lSDL_mixer... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mxml.h usability... no
checking mxml.h presence... no
checking for mxml.h... no
configure: error: Cannot find Mini-XML header file.
lorgonjortle@LorgonJortle-laptop:~/Desktop/dreamchess-0.2.0$
What do I need to get to make it work? I see there are quite a few 'no's there... :confused:
Thanks for any help!
As a warning, I am a noob to Linux in general. With that said, on to my question:
I love chess. I want a nice 3D chess game for my Ubuntu (Hardy). I was reading a post earlier on this site about Dreamchess, so I went into Add/Remove and got it. And as one of the posters in that thread said, the graphics really aren't that great. After visiting the website I realized that I had only gotten the V 1.0 when 2.0 is out. So I downloaded the "tarball" (I think that's what it's called) and did this... here is the output:
lorgonjortle@LorgonJortle-laptop:~$ cd Desk*
lorgonjortle@LorgonJortle-laptop:~/Desktop$ tar xfz dream*
lorgonjortle@LorgonJortle-laptop:~/Desktop$ cd dream*
lorgonjortle@LorgonJortle-laptop:~/Desktop/dreamchess-0.2.0$ ls
aclocal.m4 configure desktop install-sh NEWS
AUTHORS configure.ac doc m4 pkg
ChangeLog COPYING DreamChess.xcodeproj Makefile.am README
config.guess COPYRIGHT English.lproj Makefile.in src
config.h.in data Info.plist man ylwrap
config.sub depcomp INSTALL missing
lorgonjortle@LorgonJortle-laptop:~/Desktop/dreamchess-0.2.0$ sudo ./configure
[sudo] password for lorgonjortle:
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for flex... no
checking for lex... no
checking for bison... no
checking for inline... inline
checking for ISO C99 varargs macros... yes
checking for GNU C varargs macros... yes
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.
checking for SDL_image.h... no
checking for SDL_opengl.h... no
checking for sqrt in -lm... yes
checking for compress in -lz... no
checking for png_create_read_struct in -lpng... no
checking for jpeg_CreateCompress in -ljpeg... no
checking for IMG_LoadPNG_RW in -lSDL_image... no
checking for glBegin in -lGL... no
checking for SDL_mixer.h... no
checking for Mix_OpenAudio in -lSDL_mixer... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mxml.h usability... no
checking mxml.h presence... no
checking for mxml.h... no
configure: error: Cannot find Mini-XML header file.
lorgonjortle@LorgonJortle-laptop:~/Desktop/dreamchess-0.2.0$
What do I need to get to make it work? I see there are quite a few 'no's there... :confused:
Thanks for any help!