User forums > Help

Trouble building code::blocks

<< < (2/2)

mandrav:
I looked and I see no problem.

You haven't posted the entire error message though so I can only guess: if you are using gcc4.1, then it's a known problem (the one Daniel mentioned). So you 're gonna have to be patient until this works...

PDEE:
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.

Thank You

PDEE

mandrav:
Since you 're using SUSE, then your problem is described in this thread (with only partial solution/hack).


--- Quote ---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.
--- End quote ---

Things have changed in our source tree since the last time you built C::B ;)

TheTuxKeeper:

--- Quote from: PDEE on July 12, 2006, 06:39:58 pm ---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.

--- End quote ---
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 ;)
--- Code: ---if / bin/sh ../../../libtool --tag=CXX [...]
if g++ [...]
g++ [...]
--- End code ---

mdelfede:

--- Quote from: PDEE on July 12, 2006, 03:32:13 pm ---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
......


--- End quote ---

That's indeed the gcc 4.1 problem in sqplus. The only solution I've found with SuSe is to install gcc 4.0.3, it's explained in the thread marked by mandrav. There's a link with howto there.

Ciao

Max

Navigation

[0] Message Index

[*] Previous page

Go to full version