I'm having more troubles building code::blocks. I have followed all the instruction on the wiki but i have all these errors when i come to build it:
Will there be package for SUSE 10.1 when RC3 is finished as this is annoying trying to figure it out everytime i want to update code::blocks.
@mandrav: Suse 10.1 uses gcc 4.1. Could this be the problem or is the problem with gcc 4.1 fixed ?
It is probable my fault even though the last time i built code::blocks from source on SUSE, everything went more or less without a hitch.
I will do it again, if it goes wrong i will post the full log, though it is on the end of a build and it is quite large. It is probable my fault even though the last time i built code::blocks from source on SUSE, everything went more or less without a hitch. Will give it another go and re-read all the instructions. Thanks for your help mandrav.You don't need to post the whole log! You only need to post from the last line beginning like one of the following lines (without the space between "/" and "bin") to the end ;)
if / bin/sh ../../../libtool --tag=CXX [...]
if g++ [...]
g++ [...]
I'm having more troubles building code::blocks. I have followed all the instruction on the wiki but i have all these errors when i come to build it:
make[5]: *** [scriptbindings.lo] Error 1
make[5]: Leaving directory '/home/pdee/trunk/src/sdk/scripting/bindings'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/pdee/trunk/src/sdk/scripting'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/pdee/trunk/src/sdk'
make[2] *** [all] Error 2
make[2]: Leaving directory '/home/pdee/trunk/src/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pdee/trunk/src'
make: [all-recursive] Error 1
......