Author Topic: CodeBlocks execution failure (SVN-Rev 2396)  (Read 5981 times)

Offline Slammer

  • Multiple posting newcomer
  • *
  • Posts: 15
CodeBlocks execution failure (SVN-Rev 2396)
« on: April 29, 2006, 02:57:43 pm »
I am using CB for 5 months, and I build code from svn about every 2 weeks.
After svn update to revision 2396, the build proccess ended successfully but when execute CB, execution fails with the message (before creation of main window):
"Something has gone wrong inside Code:Blocks and it will terminate.... blah blah"

No messages in console, only "Aborted"....

I'm using wxGTK 2.6.3 under Gentoo Linux.
« Last Edit: April 29, 2006, 03:03:05 pm by Slammer »

Offline Slammer

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: CodeBlocks execution failure (SVN-Rev 2396)
« Reply #1 on: April 30, 2006, 02:16:00 am »
After removing of libprojectwizard.{la,so} CB starts normaly...

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: CodeBlocks execution failure (SVN-Rev 2396)
« Reply #2 on: April 30, 2006, 02:28:40 am »
Hello,

On Ubuntu 5.10 it works fine.

May be it is due to wxGTK 2.6.3?

Best wishes,
Michael
« Last Edit: April 30, 2006, 10:04:28 pm by Michael »

Offline Slammer

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: CodeBlocks execution failure (SVN-Rev 2396)
« Reply #3 on: April 30, 2006, 03:02:19 am »
No, the some thing happens with 2.6.2 (I downgraded for testing but no luck....)

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: CodeBlocks execution failure (SVN-Rev 2396)
« Reply #4 on: April 30, 2006, 10:38:34 am »
It's probably due to missing resources, try this.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: CodeBlocks execution failure (SVN-Rev 2396)
« Reply #5 on: April 30, 2006, 10:10:52 pm »
Hello,

If you are using autotools to build C::B, you can give a try to build C::B with the CodeBlocks-unix.cbp and ContribPlugins-unix.workspace (without forgetting to run ./update).

Best wishes,
Michael

Offline Slammer

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: CodeBlocks execution failure (SVN-Rev 2396)
« Reply #6 on: May 01, 2006, 03:39:18 pm »
I am building CB with a custom ebuild (from http://forums.gentoo.org/viewtopic-t-440412-highlight-codeblocks.html ).
Actually the ebuild executes the ./bootstrap, make, make install commands.
I tried, as artoj proposed, to insert the command "make clean-zipfiles" before execution of make, but the result is the same.
Anyway, after removing of libprojectwizard.{la,so} C::B working as expected.
I will make a build using .cbp and post the results,  but I dont want to install anything in my system, without the package managment system.

Offline polygon7

  • Multiple posting newcomer
  • *
  • Posts: 104
    • Home site
Re: CodeBlocks execution failure (SVN-Rev 2396)
« Reply #7 on: May 01, 2006, 08:16:42 pm »
execution fails with the message (before creation of main window):
"Something has gone wrong inside Code:Blocks and it will terminate.... blah blah"

No messages in console, only "Aborted"....

I'm using wxGTK 2.6.3 under Gentoo Linux.
Hi,
i had same problem: http://forums.codeblocks.org/index.php?topic=2976.0.
best regards,
p7
 Free open source UML modeling tool: ArgoUML

Offline Slammer

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: CodeBlocks execution failure (SVN-Rev 2396)
« Reply #8 on: May 01, 2006, 10:57:25 pm »
polygon7, we are using different compilers (I am using 3.4.6) but the failure is the same.