You are not logged in.
Pages: 1
I'm trying to make a package for clanbomber. The compile fails with the message that Clanlib is required, but I have Clanlib installed...
Any suggestions?
Offline
maybe it needs a previous version?
does configure find the clanlib dir?
if not
./configure --help
and specify it yourself.
Good Luck
Offline
The deps on the website don't specify a version and the ./configure --help doesn't provide any helpful options - at least none specific to Clanlib
Thanks for the suggestions anyway though
Offline
you could see if Aurelien has looked into building this package again. This error started back at the time that the clanlib moved to its v2 (?). I think both him and i tried a few things but could not get clanbomber to build.
another option is to see if crux or gentoo have clanbomber and look at their builds/patches to see how they handled them. actually almost any source based distro's build may help if you can find their build files.
AKA uknowme
I am not your friend
Offline
For the moment I'm going to pursure creating a package for Clanbomber 2. Which means sorting out a package for DirectFB - which I'm currently having a go at.
If I get that done, then I'll come back to the 1st clanbomber
Offline
OK - I'm now trying to compile Clanbomber2 via arch and get the following errors:
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../include/c++/3.4.1/fstream:857,
from Config.cpp:24:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tcc: In member function `virtual typename std::basic_filebuf<_CharT, _Traits>::int_type std::basic_filebuf<_CharT, _Traits>::underflow()':
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tcc:277: error: expected unqualified-id before '(' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tcc: In member function `virtual std::streamsize std::basic_filebuf<_CharT, _Traits>::xsputn(const _CharT*, std::streamsize)':
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tcc:518: error: expected unqualified-id before '(' token
make[3]: *** [Config.o] Error 1
make[3]: Leaving directory `/var/abs/local/clanbomber2/src/clanbomber2-0.9/clanbomber'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/abs/local/clanbomber2/src/clanbomber2-0.9/clanbomber'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/clanbomber2/src/clanbomber2-0.9'
make: *** [all-recursive-am] Error 2
==> ERROR: Build Failed. Aborting...
Any ideas how I can move forward?
Offline
not sure, but you can contact the dev and inform him about gcc 3.4 being out for 2 months now 8)
Offline
Pages: 1