User forums > Help

wxSmith plugin for Ubuntu

(1/2) > >>

spflanze:
What is the latest version of Code::Blocks for Ubuntu that can have the wxSmith plugin, and how is this installed?

Currently I have Code:Blocks Release 13.12 installed, and was unable to get wxSmith installed in it.

I am asking because on page:
http://codeblocks.org/downloads/26
I see:

--- Quote ---Important note for Ubuntu users: The contrib-plugins package for debian can not be used on Ubuntu 12.04(+), due to an incompatible libhunspell-package.
--- End quote ---

My OS version is Ubuntu 16.04

stahta01:
http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_nightly_build_on_Ubuntu
https://launchpad.net/~pasgui/+archive/ubuntu/ppa

spflanze:
I installed Code::Blocks using the links stahta01 posted. This installed Code:Blocks version 17.12. At first the wxSmith was not there. But when I executed the commands:
sudo apt-get install codeblocks-contrib
wxSmith was installed, and working better than the it in version 12.11.

Thank you for your help :)

 

stahta01:
Did you install the codeblocks contrib package?

spflanze:
codeblocks was installed with the command sequence:


--- Quote ---sudo add-apt-repository ppa:pasgui/ppa
sudo apt-get update
sudo apt-get install codeblocks
sudo apt-get install codeblocks-contrib
--- End quote ---

To get a pre-existing wxs file into the project I executed the script described herer:
http://forums.codeblocks.org/index.php?topic=9306.0
and I see the wxSmith working to edit it.

But when I compile the compiler cannot find any of the wxWidgets classes.  I followed the instructions at:
https://wiki.wxwidgets.org/Wx-Config
and got the error:

--- Quote ---wx-config   No such file or directory
--- End quote ---
I think because I need wx-config a system wide symlink to a configuration file in my wxWidgets installation directory at:

--- Quote ---/home/me/Packages/wxWidgets-3.0.3/
--- End quote ---
But I do not know which file to link to there. In this directory there are several files with config or configure in their names.

Navigation

[0] Message Index

[#] Next page

Go to full version