Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
[Solved] Developing wxSmith extension in linux get error
Ganbito:
I finally can install wxStyledTextCtrl extension for wxSmith.
I had to add to my "Build options->Search directories->Linker":
--- Code: ---/usr/lib/wx
/usr/lib
--- End code ---
The order is important. I also try to add them in reverse order or only one of them to test wich is necesary, and I get that both or them are necessary and in that order to allow codeblocks to install the plugin correctly.
Jenna:
wxSmith developping headers are now included in linux-builds generated with automake-system (my nightlies for example).
Just wait for the next nightlies.
Ganbito:
Thank you, jens, I'm waiting for them.
By the way, I'm developing a plugin for wxAui. Add the wxAuiNotebook was too easy, most copy and paste from wxNotebook for wxSmith coded by byo. Now I'm working in wxAuiManager integration, wich is more difficult. I plan make it work like a sizer.
byo:
--- Quote from: Ganbito on December 14, 2008, 09:04:20 pm ---By the way, I'm developing a plugin for wxAui. Add the wxAuiNotebook was too easy, most copy and paste from wxNotebook for wxSmith coded by byo. Now I'm working in wxAuiManager integration, wich is more difficult. I plan make it work like a sizer.
--- End quote ---
Great to hear :) Do not hesitate to share the results with us :)
And of course if you see any missing features in wxSmith's api (or maybe even defects in it's design) I'm open for your comments.
Regards
BYO
Ganbito:
jens
I have installed codeblocks svn5336 from source, and I miss "wxsadvqppchild.h" in wxSmith installed include files. The other headers seems to be OK.
byo
Don't worry, when I have the plugin at a minimun degree, i'll share it.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version