Author Topic: Code::Blocks XML Handler not found  (Read 6168 times)

dimaash

  • Guest
Code::Blocks XML Handler not found
« on: January 13, 2006, 03:50:04 pm »
Hi everyone! I've just installed Code::Blocks C/C++ IDE on my Gentoo box which i think is amazing. It installed fine. However, when i run it , just before loading up it shows an error window and says the following:

Code
No handler found for XML node 'object', class 'wxToolBarAddOn'!

And when i click on Ok it goes back to code::blocks IDE and it works fine. (So far...) But i dont like that XML error at load time. I code in C/C++ and have absolutely no idea what is XML and its use. I've heard however that Code::blocks does some project management or file saving or something like that through XML. I thought maybe i am missing some XML libraries but i really dont' know what should i get. Can anyone please help me.

I appriciate in advance.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Code::Blocks XML Handler not found
« Reply #1 on: January 13, 2006, 04:07:53 pm »
First things first: which C::B version did you install?
Be patient!
This bug will be fixed soon...

dimaash

  • Guest
Re: Code::Blocks XML Handler not found
« Reply #2 on: January 13, 2006, 04:13:06 pm »
Hello.

Quote
First things first: which C::B version did you install?

I've installed Gentoo's 2005.1 x86 version, codeblocks-1.0_rc2.ebuild with codeblocks-1.0_rc2.patch.
« Last Edit: January 13, 2006, 04:15:01 pm by dimaash »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Code::Blocks XML Handler not found
« Reply #3 on: January 13, 2006, 05:50:45 pm »
Well, 1.0rc2 is old by now (almost 4 months). Many bugs have been fixed since then. I 'd recommend you build C::B from source. It's easier than you would think.
Be patient!
This bug will be fixed soon...

takeshimiya

  • Guest
Re: Code::Blocks XML Handler not found
« Reply #4 on: January 13, 2006, 11:36:44 pm »
Well, 1.0rc2 is old by now (almost 4 months). Many bugs have been fixed since then. I 'd recommend you build C::B from source. It's easier than you would think.

Well, in gentoo that's not an uncommon task :D

dimaash

  • Guest
Re: Code::Blocks XML Handler not found
« Reply #5 on: January 14, 2006, 12:49:47 am »
Quote
Well, 1.0rc2 is old by now (almost 4 months). Many bugs have been fixed since then. I 'd recommend you build C::B from source. It's easier than you would think.

Thanks for advice mandrav, but compiling it from source didn't help  :(
I've downloaded the latest source tarball from sourceforge.net and followed gentoo's steps from wiki.codeblocks. Everything went smooth but the problem still remains. Any other ideas?

takeshimiya

  • Guest
Re: Code::Blocks XML Handler not found
« Reply #6 on: January 14, 2006, 12:51:37 am »
I've downloaded the latest source tarball from sourceforge.net and followed gentoo's steps from wiki.codeblocks. Everything went smooth but the problem still remains. Any other ideas?

Note: Since November 26 2005, Code::Blocks' repository is under Subversion control at BerliOS. Although the CVS repository still exists at sourceforge.net, we are not using it.

Anonymous SVN access via SVN

Repository url: svn://svn.berlios.de/codeblocks/trunk
Sample command line: svn checkout svn://svn.berlios.de/codeblocks/trunk

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Code::Blocks XML Handler not found
« Reply #7 on: January 14, 2006, 01:00:01 am »
I've downloaded the latest source tarball from sourceforge.net and followed gentoo's steps from wiki.codeblocks.
The latest tarball available is the 1.0RC2 one. You just rebuilt the version you already had. If you plan to use the latest revision of cb sources then you should follow the links that Takeshi Miya provides.
« Last Edit: January 14, 2006, 01:01:43 am by yop »
Life would be so much easier if we could just look at the source code.

dimaash

  • Guest
Re: Code::Blocks XML Handler not found
« Reply #8 on: January 14, 2006, 01:04:30 am »
Quote
Anonymous SVN access via SVN

Repository url: svn://svn.berlios.de/codeblocks/trunk
Sample command line: svn checkout svn://svn.berlios.de/codeblocks/trunk

Sorry Takeshi Miya, but i am not familiar with svn. I've used cvs before but it's not supported by c::b project anymore. So, do i have to install svn or what? I've tried looking for it on portage database but there are several different packages with svn in them. Can you tell me which one do i need to emerge? (or is it 3rd party application?)

Thanks.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Code::Blocks XML Handler not found
« Reply #9 on: January 14, 2006, 01:19:42 am »
dimaash: The package you're looking for is subversion.

dimaash

  • Guest
Re: Code::Blocks XML Handler not found
« Reply #10 on: January 14, 2006, 02:22:08 am »
Thanks Ceniza, Takeshi Miya, mandrav and yop. Sources from svn repository compiled smoothly and the problem is solved now  :D