Hi!<br>
I tried to install a game from the source..I have
never succeeded in installing software from the source that needs X
because of the last error.<br>
<br>
vignesh@GLADIATOR:~/games/kpuzzle-0.4$ ./configure<br>
checking build system type... i686-pc-linux-gnu<br>
checking host system type... i686-pc-linux-gnu<br>
checking target system type... i686-pc-linux-gnu<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking for -p flag to install... yes<br>
checking whether build environment is sane... yes<br>
checking for gawk... no<br>
checking for mawk... mawk<br>
checking whether make sets $(MAKE)... yes<br>
checking for style of include used by make... GNU<br>
checking for gcc... gcc<br>
checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables...<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking dependency style of gcc... gcc3<br>
checking how to run the C preprocessor... gcc -E<br>
checking for g++... g++<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking dependency style of g++... gcc3<br>
checking whether g++ supports -Wundef... yes<br>
checking whether g++ supports -Wno-long-long... yes<br>
checking whether g++ supports -Wnon-virtual-dtor... yes<br>
checking whether g++ supports -fno-exceptions... yes<br>
checking whether g++ supports -fno-check-new... yes<br>
checking whether g++ supports -fexceptions... yes<br>
checking how to run the C++ preprocessor... g++ -E<br>
checking whether g++ supports -frepo... yes<br>
not using lib directory suffix<br>
checking for ld used by GCC... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for BSD-compatible nm... /usr/bin/nm -B<br>
checking for a sed that does not truncate output...<br>
checking whether ln -s works... yes<br>
checking how to recognise dependant libraries... pass_all<br>
checking for egrep... grep -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking dlfcn.h usability... yes<br>
checking dlfcn.h presence... yes<br>
checking for dlfcn.h... yes<br>
checking the maximum length of command line arguments... 32768<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for objdir... .libs<br>
checking for ranlib... ranlib<br>
checking for strip... strip<br>
checking if gcc static flag works... no<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC<br>
checking if gcc PIC flag -fPIC works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... no<br>
configure: creating libtool<br>
appending configuration tag "CXX" to libtool<br>
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking for g++ option to produce PIC... -fPIC<br>
checking if g++ PIC flag -fPIC works... no<br>
checking if g++ supports -c -o file.o... no<br>
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... yes<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
appending configuration tag "GCJ" to libtool<br>
checking if gcj supports -fno-rtti -fno-exceptions... (cached) no<br>
checking for gcj option to produce PIC... -fPIC<br>
checking if gcj PIC flag -fPIC works... no<br>
checking if gcj supports -c -o file.o... no<br>
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... yes<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking for msgfmt... msgfmt<br>
checking for gmsgfmt... msgfmt<br>
found msgfmt program is not GNU msgfmt; ignore it<br>
checking for xgettext... :<br>
checking for main in -lutil... yes<br>
checking for main in -lcompat... no<br>
checking for crypt in -lcrypt... yes<br>
checking for socklen_t... socklen_t<br>
checking for dnet_ntoa in -ldnet... no<br>
checking for dnet_ntoa in -ldnet_stub... no<br>
checking for inet_ntoa... yes<br>
checking for connect... yes<br>
checking for remove... yes<br>
checking for shmat... yes<br>
checking crt_externs.h usability... no<br>
checking crt_externs.h presence... no<br>
checking for crt_externs.h... no<br>
checking for _NSGetEnviron... no<br>
checking for sys/types.h... (cached) yes<br>
checking for stdint.h... (cached) yes<br>
checking for poll in -lpoll... no<br>
checking CoreAudio/CoreAudio.h usability... no<br>
checking CoreAudio/CoreAudio.h presence... no<br>
checking for CoreAudio/CoreAudio.h... no<br>
checking for res_init... yes<br>
checking if res_init needs custom prototype... no<br>
checking for killpg in -lucb... no<br>
checking for int... yes<br>
checking size of int... 4<br>
checking for long... yes<br>
checking size of long... 4<br>
checking for char *... yes<br>
checking size of char *... 4<br>
checking for char... yes<br>
checking size of char... 1<br>
checking for dlopen in -ldl... yes<br>
checking for shl_unload in -ldld... no<br>
checking for vsnprintf... yes<br>
checking for snprintf... yes<br>
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!<br>
<br>
<br>
Cheers<br>
Vignesh<br>
<br>
<br>