Not logged inOpenClonk Forum
Up Topic Download and compile the code now!

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to MastroLindo
tried to compile even removing the drivers:

./configure --with-gtk 'CXX=g++ -std=gnu++0x'
checking build system type... i686-pc-linux-gnu
checking host 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 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 g++ -std=gnu++0x accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++ -std=gnu++0x... gcc3
checking whether C++ compiler accepts -std=gnu++0x... yes
checking for gcc... gcc
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 whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking for windows.h... no
checking for stdint.h... yes
checking for unistd.h... yes
checking for poll.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for locale.h... yes
checking for sys/socket.h... yes
checking for signal.h... yes
checking for langinfo.h... yes
checking for execinfo.h... yes
checking for sys/inotify.h... yes
checking for sys/syscall.h... yes
checking for multimon.h... no
checking for io.h... no
checking for direct.h... no
checking for share.h... no
checking for iconv... yes
checking for iconv declaration... extern size_t iconv (iconv_t cd,  char * * inbuf, size_t * inbytesleft, char * * outbuf, size_t * outbytesleft);
checking for vasprintf... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for jpeg_read_header in -ljpeg... yes
checking for png_read_image in -lpng... yes
checking for deflate in -lz... yes
checking for freetype-config... freetype-config
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/keysym.h... yes
checking for X11/extensions/xf86vmode.h... yes
checking for X11/xpm.h... yes
checking for X11/extensions/Xrandr.h... yes
checking for XOpenDisplay in -lX11... yes
checking for XpmCreatePixmapFromData in -lXpm... yes
checking for XF86VidModeQueryVersion in -lXxf86vm... yes
checking for XRRQueryExtension in -lXrandr... yes
checking for glBegin in -lGL... no
configure: error: libGL not found.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill