You are not logged in.
Pages: 1
I am trying to compile ClanBomber
But....
$ ./configure --prefix=/usr
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
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++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for main in -lz... yes
checking for main in -lHermes... yes
checking for main in -lclanCore... no
ClanBomber requires ClanLib to run.
but I have installed clanlib 0.8.0 from one of the official repos... What does it mean?
What can I do?
Offline
it's already discussed in other threads
( http://bbs.archlinux.org/viewtopic.php?id=15425 http://bbs.archlinux.org/viewtopic.php?id=5856 )
http://sources.gentoo.org/viewcvs.py/ge … iew=markup <- gentoo ebuild, with some patches and so on
http://sources.gentoo.org/viewcvs.py/ge … s/clanlib/ <- they have different versions of clanlib
http://sources.gentoo.org/viewcvs.py/ge … bs/hermes/ <- but just version 1.3.3 of hermes although 1.3.2 is requiered for clanlib 0.6.5
i hope someone finds a solution
Offline
Pages: 1