| View previous topic :: View next topic |
| Author |
Message |
dimaash n00b

Joined: 12 Jan 2006 Posts: 49 Location: Montreal
|
Posted: Fri Jan 13, 2006 4:21 am Post subject: Code::Blocks XML Handler not found |
|
|
Hi everyone! I've just installed Code::Blocks C/C++ IDE 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. |
|
| Back to top |
|
 |
yabo n00b

Joined: 08 Aug 2005 Posts: 34
|
Posted: Fri Jan 13, 2006 11:56 am Post subject: |
|
|
Got the same error, it works fine though. It's just annoying to click on "ok" at every startup. Keep in mind this version is a RC2 and it might not be bug-free.
You can find some informations about XML here : http://en.wikipedia.org/wiki/XML.
At first I tried to fix it but found nothing that could help, so I use it as-is until the finale release is out  |
|
| Back to top |
|
 |
dimaash n00b

Joined: 12 Jan 2006 Posts: 49 Location: Montreal
|
Posted: Sat Jan 14, 2006 1:36 am Post subject: |
|
|
| yabo wrote: | Got the same error, it works fine though. It's just annoying to click on "ok" at every startup. Keep in mind this version is a RC2 and it might not be bug-free.
You can find some informations about XML here : http://en.wikipedia.org/wiki/XML.
At first I tried to fix it but found nothing that could help, so I use it as-is until the finale release is out  |
Hi yabo. I have resolved the problem. You have to compile the latest code::blocks sources from svn repository. The c::b project no longer support cvs. So get urself svn if you dont have one already.
Anonymous SVN access via SVN:
Repository url: svn://svn.berlios.de/codeblocks/trunk
| Code: |
svn checkout svn://svn.berlios.de/codeblocks/trunk
|
It will download latest sources in a directory called trunk. Just move it to /usr/local/src/codeblock. Go in and do ./bootstrap and then compile and install it the traditional way. Good luck. |
|
| Back to top |
|
 |
yabo n00b

Joined: 08 Aug 2005 Posts: 34
|
Posted: Sat Jan 14, 2006 3:05 pm Post subject: |
|
|
| dimaash wrote: | Hi yabo. I have resolved the problem. You have to compile the latest code::blocks sources from svn repository. The c::b project no longer support cvs. So get urself svn if you dont have one already.
Anonymous SVN access via SVN:
Repository url: svn://svn.berlios.de/codeblocks/trunk
| Code: |
svn checkout svn://svn.berlios.de/codeblocks/trunk
|
It will download latest sources in a directory called trunk. Just move it to /usr/local/src/codeblock. Go in and do ./bootstrap and then compile and install it the traditional way. Good luck. |
I use the svn build but it's quite often broken or very unstable ...
And, to get you life better, use the codeblocks svn ebuild : http://bugs.gentoo.org/show_bug.cgi?id=89533
Just need to emerge codeblocks-svn and it will checkout for you and you'll have all the power of portage  |
|
| Back to top |
|
 |
|