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:
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.
First things first: which C::B version did you install?
Hello.
QuoteFirst 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.
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.
Quote from: mandrav 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.
Well, in gentoo that's not an uncommon task :D
QuoteWell, 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?
Quote from: dimaash on January 14, 2006, 12:49:47 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 SVNRepository url: svn://svn.berlios.de/codeblocks/trunk
Sample command line: svn checkout svn://svn.berlios.de/codeblocks/trunk
Quote from: dimaash on January 14, 2006, 12:49:47 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.
QuoteAnonymous 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.
dimaash: The package you're looking for is subversion.
Thanks Ceniza, Takeshi Miya, mandrav and yop. Sources from svn repository compiled smoothly and the problem is solved now :D