User forums > Help

ubuntu : "wxSmith plugin is not loaded, can not continue"

(1/2) > >>

paddle:
Hey guys,
I just moved to ubuntu from win7 and I'm trying to setup my CB + wxWidgets and I'm meeting an issue here.

When I try to create a new wxWidgets I get the error message : wxSmith plugin is not loaded, can not continue

It sounds like wxSmith plugin is not installed. ThoughI think it's installed:

For the installation I used this tutorial : https://www.linuxbabe.com/ubuntu/install-code-blocks-ubuntu-16-04-17-04
I used the second methode described there as it said Software's version is old (though now that I checked it does not seems so.)

--- Code: ---wget http://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Linux/Debian%20stable/codeblocks_17.12-1_amd64_stable.tar.xz
sudo tar xvf codeblocks_17.12-1_amd64_stable.tar.xz
sudo apt install ./codeblocks_17.12-1_amd64.deb ./codeblocks-common_17.12-1_all.deb ./libcodeblocks0_17.12-1_amd64.deb ./codeblocks-dev_17.12-1_amd64.deb ./codeblocks-headers_17.12-1_all.deb ./*wx*.deb
--- End code ---

I checked my home folder and seen some wxsmith .deb, I tried to install those but console feedback they are already installed.

What I am doing wrong?

I'm using wxWidgets 3.1.3. I also use Xubuntu that I installed on top of ubuntu. Not sure if these can be an issue?

If I try to run again the command to install I get :

--- Code: ---sudo apt install ./codeblocks_17.12-1_amd64.deb ./codeblocks-common_17.12-1_all.deb ./libcodeblocks0_17.12-1_amd64.deb ./codeblocks-dev_17.12-1_amd64.deb ./codeblocks-headers_17.12-1_all.deb ./*wx*.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'codeblocks' instead of './codeblocks_17.12-1_amd64.deb'
Note, selecting 'codeblocks-common' instead of './codeblocks-common_17.12-1_all.deb'
Note, selecting 'libcodeblocks0' instead of './libcodeblocks0_17.12-1_amd64.deb'
Note, selecting 'codeblocks-dev' instead of './codeblocks-dev_17.12-1_amd64.deb'
Note, selecting 'codeblocks-headers' instead of './codeblocks-headers_17.12-1_all.deb'
Note, selecting 'codeblocks-libwxcontrib0' instead of './codeblocks-libwxcontrib0_17.12-1_amd64.deb'
Note, selecting 'codeblocks-wxcontrib-dev' instead of './codeblocks-wxcontrib-dev_17.12-1_amd64.deb'
Note, selecting 'codeblocks-wxcontrib-headers' instead of './codeblocks-wxcontrib-headers_17.12-1_all.deb'
Note, selecting 'libwxsmithlib0' instead of './libwxsmithlib0_17.12-1_amd64.deb'
Note, selecting 'libwxsmithlib0-dev' instead of './libwxsmithlib0-dev_17.12-1_amd64.deb'
Note, selecting 'wxsmith-dev' instead of './wxsmith-dev_17.12-1_amd64.deb'
Note, selecting 'wxsmith-headers' instead of './wxsmith-headers_17.12-1_all.deb'
codeblocks is already the newest version (17.12-1).
codeblocks-common is already the newest version (17.12-1).
codeblocks-dev is already the newest version (17.12-1).
codeblocks-headers is already the newest version (17.12-1).
codeblocks-libwxcontrib0 is already the newest version (17.12-1).
codeblocks-wxcontrib-dev is already the newest version (17.12-1).
codeblocks-wxcontrib-headers is already the newest version (17.12-1).
libcodeblocks0 is already the newest version (17.12-1).
libwxsmithlib0 is already the newest version (17.12-1).
libwxsmithlib0-dev is already the newest version (17.12-1).
wxsmith-dev is already the newest version (17.12-1).
wxsmith-headers is already the newest version (17.12-1).
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.

--- End code ---

oBFusCATed:
You need to install codeblocks-contrib.

paddle:
Thanks for your feedback!

Which package? There are a so many different packages. A monolithic install would make things simpler for new-comers.
codeblocks_17.12-1_amd64.deb
codeblocks-common_17.12-1_all.deb
codeblocks-contrib_17.12-1_amd64.deb
codeblocks-contrib-common_17.12-1_all.deb
codeblocks-dev_17.12-1_amd64.deb
codeblocks-headers_17.12-1_all.deb
codeblocks-libwxcontrib0_17.12-1_amd64.deb
codeblocks-wxcontrib-dev_17.12-1_amd64.deb
codeblocks-wxcontrib-headers_17.12-1_all.deb
libcodeblocks0_17.12-1_amd64.deb
libwxsmithlib0_17.12-1_amd64.deb
libwxsmithlib0-dev_17.12-1_amd64.deb
wxsmith-dev_17.12-1_amd64.deb
wxsmith-headers_17.12-1_all.deb

Is it contrib or contrib-common? Or  libwxcontrib or wx-contrib-dev or wx-contrib-headers?

I tried to install contrib and got some errors :

--- Code: ---sudo apt install ./codeblocks-contrib_17.12-1_amd64.deb
[sudo] password for pierre:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'codeblocks-contrib' instead of './codeblocks-contrib_17.12-1_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 codeblocks-contrib : Depends: libboost-system1.62.0 but it is not installable
                      Depends: libgamin0 but it is not going to be installed
                      Depends: libhunspell-1.4-0 but it is not installable
                      Recommends: valgrind but it is not going to be installed
                      Recommends: cppcheck but it is not going to be installed
                      Recommends: cscope but it is not going to be installed
                      Recommends: cccc but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

--- End code ---


oBFusCATed:
Pass all debs on the command line. I would also make a single package if it were to me, but this is not how debian is supposed to work. There you're supposed to split stuff in smaller packages, I think, I guess I could research this...

cacb:

--- Quote from: paddle on March 01, 2020, 01:48:39 pm ---Which package? There are a so many different packages. A monolithic install would make things simpler for new-comers.

--- End quote ---

You could try this

sudo dpkg -i *.deb

Navigation

[0] Message Index

[#] Next page

Go to full version