Author Topic: Code::Blocks SVN 8537 Build Error  (Read 5262 times)

Offline headkase

  • Almost regular
  • **
  • Posts: 159
Code::Blocks SVN 8537 Build Error
« 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

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.
« Last Edit: November 09, 2012, 10:21:50 pm by headkase »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code::Blocks SVN 8537 Build Error
« Reply #1 on: November 09, 2012, 10:33:22 pm »
Known problem, we are working on it. Wait or just revert r8536 manually.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline headkase

  • Almost regular
  • **
  • Posts: 159
Re: Code::Blocks SVN 8537 Build Error
« Reply #2 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