Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: php-coder on January 02, 2006, 09:07:20 pm

Title: Error messages on startup
Post by: php-coder on January 02, 2006, 09:07:20 pm
When i run CodeBcloks i see error window:

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

I press Ok.

Also after starting i see:

[skip]
ToolsManager initialized
Scanning for plugins in /usr/share/codeblocks/plugins...
*****
Plugins that failed to load: libprofiler.so
*****
Found 9 plugins: AStylePlugin ClassWizard CodeCompletion CodeStatistics Compiler DebuggerGDB DefaultMimeHandler PluginWizard ToDoList
[end]

Why he cannot load libprofiler.so ?
[c0der@mycomp ~]$ l /usr/share/codeblocks/plugins/libprofiler.so
-rw-r--r-- 1 root root 157K Янв  2 23:37 /usr/share/codeblocks/plugins/libprofiler.so

Thnx!
Title: Re: Error messages on startup
Post by: rickg22 on January 02, 2006, 11:08:16 pm
php-coder: What version of Codeblocks (and under what O/S) are you using? Is it one of the nightly builds? If so, what revision?
Title: Re: Error messages on startup
Post by: Ceniza on January 02, 2006, 11:27:59 pm
If he posted in the Linux / Unix forum I'm pretty sure he's using either Linux, Unix or maybe a BSD, so he won't be using a nighthly build.

Now what really matters is the revision :)
Title: Re: Error messages on startup
Post by: php-coder on January 02, 2006, 11:32:28 pm
What version of Codeblocks (and under what O/S) are you using?

I use C::B 1.0rc2 under ALT Linux Sisyphus (http://altlinux.com/)
Title: Re: Error messages on startup
Post by: rickg22 on January 02, 2006, 11:41:38 pm
If you use RC2, the plugins should be obsolete by now...
Title: Re: Error messages on startup
Post by: php-coder on January 02, 2006, 11:43:32 pm
If you use RC2, the plugins should be obsolete by now...

Ok. I get svn version and try againt her. Thnx.