Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: headkase on November 09, 2012, 10:02:31 pm

Title: Code::Blocks SVN 8537 Build Error
Post by: headkase on November 09, 2012, 10:02:31 pm
I'm getting an error out while building Code::Blocks SVN 8537 from source.  This is under Arch Linux using "./configure", "make", and "sudo make install" called from within a package build script.

Previous versions of Code::Blocks have all compiled pretty well fine using the same script so I'm wondering if the error is in the SVN code.

Here is a pastebin of the error messages.  I didn't know what would be most useful so I copied as far back as my terminal output would allow - so scroll right to the bottom first ;) :

PasteBin (http://pastebin.com/pYG6aV9z)

Thank you.

Edit: GCC 4.7.2, x86_64.

Edit2: And I just tried to build it without the build script: "./bootstrap" "./configure" "make", same resulting error.
Title: Re: Code::Blocks SVN 8537 Build Error
Post by: oBFusCATed on November 09, 2012, 10:33:22 pm
Known problem, we are working on it. Wait or just revert r8536 manually.
Title: Re: Code::Blocks SVN 8537 Build Error
Post by: headkase on November 09, 2012, 10:36:59 pm
Ok right on, thank you.  At least you knew about it that was the intent of reporting it! ;) :D