User forums > Using Code::Blocks

Building SVN 7934 on CentOS 5.7

(1/2) > >>

KirkD:
Now that the debugger branch was merged in, I decided to try a rebuild.  It went mostly OK - I only had to point it to the right libraries for hunspell and gamin.  make and install seemed to go OK.

Now that I run CB, I get an error window pop up saying that some plugins could not be loaded.  Specifically, libFileManager.so and libSpellChecker.so.  Both of these files (as well as their .la) counterparts are in /usr/local/lib/codeblocks/plugins   the pop up mentions looking at the application log, but I have no idea where to find that, unless it is the stdout coming into the console window, which tells me nothing regarding these two libraries.

Any ideas??

oBFusCATed:
Use --debug-log command line option. Also make sure you make a clean build, by removing your old working copy and remove all files from the old installation (make uninstall isn't the best tool for the job).

If I don't forget, I'll commit my changes to the codeblocks.spec file, so an rpm package could be build out of the box, which is the best way to maintain C::B in the long run.
I'm using it at work with CentOS 5.7 and it is pretty stable (the rpm builds).

KirkD:
Thanks for the quick reply!

Nothing in the log suggests anything is wrong.  The entire file consists of successful plugin loads.  I don't see SpellChecker or FileManager even mentioned, however.

As for the various libraries, etc. All files have the correct time stamp.  It would be obvious if any were old since my last rebuild was before the debugger and code completion branches were branched.

Jenna:
Try to start C::B from console with the -v parameter.

KirkD:
Nothing different in the log file, but I do see this in the console window:

(codeblocks:12579): Gtk-CRITICAL **: gtk_menu_attach_to_widget: assertion `GTK_IS_MENU (menu)' failed

(codeblocks:12579): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 18 and height -17

(codeblocks:12579): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkRadioMenuItem'

(codeblocks:12579): Gtk-CRITICAL **: gtk_radio_menu_item_get_group: assertion `GTK_IS_RADIO_MENU_ITEM (radio_menu_item)' failed

(codeblocks:12579): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkRadioMenuItem'

(codeblocks:12579): Gtk-CRITICAL **: gtk_radio_menu_item_get_group: assertion `GTK_IS_RADIO_MENU_ITEM (radio_menu_item)' failed



Also, I get a dialog box with this error:

/usr/local/lib/codeblocks/plugins/libSpellChecker.so: undefined symbol:  _ZN8Hunsepll5spellEPKcPiPPc


Navigation

[0] Message Index

[#] Next page

Go to full version