Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
How to build the wxsmith's plugin in the linux?
hjy82919:
Hi, I try to build the wxsmith's plugin in the linux, but there are some errors, so who can tell me where I can get the file named "wxsmith.cbplugin" ? 3Q ! My email is hjy82919@163.com
mhehman:
It doesn't look like there's a .cbplugin file anywhere to add it separately. I was able to get it to build and install by installing the "devel" package for wxGTK2.8 in my package manager and then running make and make install in [source directory]/src/contrib/wxSmith
Once I did that, it added libwxsmith.la and libwxsmith.so to /usr/local/share/codeblocks/plugins. I still had to jump through that extra hoop with all the dependencies installed, and the binary package in my distro's repository didn't include wxSmith either. Bug report, maybe?
Biplab:
There are two ways to do so.
1. Configure as-
--- Code: ---./configure --enable-contrib-plugins=wxsmith
--- End code ---
Then use make and make install
2. Open the Contrib-plugins.workspace file with C::B and then build wxSmith.
wmaxfield:
When I opened the wsmith project in codeblocks and told it to build, it said it could not find 'ltxml'
I'm assuming this is an xml library that is needed to be added. Unfortunately, I haven't found the library or where to get it.
Help?
wmaxfield:
ubuntu linux, terminal window, using ./bootstrap ./configure make make install for codeblocks
I did the C::B make clean then make again with the configure --enable-contrib-plugins=wxsmith then make install. codeblocks runs fine
I then changed into src/contrib/plugins/wxsmith and did a make;make install
now codeblocks says the wxsmith plugin was not loaded because the sdk was wrong. This is the sdk that came with 8.02. Is the sdk really wrong?
Navigation
[0] Message Index
[#] Next page
Go to full version