Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
CodeBlocks crashes after installing HelloWOrld Pluigin
Jenna:
Sorry, you don't need this script, when building C::B with makefiles.
Does your self-build C::B runs correctly without the plugin ?
Try to start C::B from console with the -v option to get more informations.
threeS:
--- Quote ---Does your self-build C::B runs correctly without the plugin ?
--- End quote ---
At first actually, before I create that HelloWorld Plugin in the tutorial my C::B runs correctly and the other plugins runs since im using this
--- Quote ---./configure --with-contrib-plugins=all
--- End quote ---
--- Quote ---Try to start C::B from console with the -v option to get more informations.
--- End quote ---
When I run codeblocks -v in my terminal, it shows something like these:
--- Quote ---$ codeblocks -v
Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading menubar...
HelloWorld: loaded
HelloWorldPlugin plugin activated
Loading toolbar...
Initializing plugins...
(codeblocks:8083): GLib-GObject-WARNING **: cannot register existing type 'GtkPizza'
(codeblocks:8083): GLib-GObject-WARNING **: invalid cast from 'GtkPizza' to '<invalid>'
....
--- End quote ---
The C::B IDE looks the same on my attached image and something pops-up with a message:
--- Quote ---Unable to open requested HTML document:/usr/local/share/codeblocks/start_here.zip#zip:start_here.html
--- End quote ---
Jenna:
Might be a misconfigured wxWidgets build.
Which linux distro do you use ?
I don't know any actual distro without (at least) wx2.8 packages.
Building wxWidgets yourself is normally not needed and can be errorprone.
threeS:
--- Quote ---Which linux distro do you use ?
--- End quote ---
I used UBUNTU 14.04 and using wxGTK-2.8.12.
I build the wxGTK on my own following
--- Quote ---http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux
On Building wxWidgets
--- End quote ---
Anyway of building wxGTK?
threeS:
Another thing.
is there any possible way to remove the
--- Quote --- HelloWorldPlugin plugin activated
--- End quote ---
in
--- Quote ---$ codeblocks -v
Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading menubar...
HelloWorld: loaded
HelloWorldPlugin plugin activated
Loading toolbar...
Initializing plugins...
(codeblocks:8083): GLib-GObject-WARNING **: cannot register existing type 'GtkPizza'
(codeblocks:8083): GLib-GObject-WARNING **: invalid cast from 'GtkPizza' to '<invalid>'
....
--- End quote ---
since i cannot used the IDE because the functionalities are not functioning?
Because I suspected that, it is the cause of my C::B crashes.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version