Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Pecan on December 17, 2005, 05:17:11 pm

Title: wxSmith: Is wxschecklistbox.h missing??
Post by: Pecan on December 17, 2005, 05:17:11 pm
I just did an svn update to 1541 and get the message:
Code
Compiling: defwidgets\wxsstdmanager.cpp
defwidgets\wxsstdmanager.cpp:40:29: wxschecklistbox.h: No such file or directory
defwidgets\wxsstdmanager.cpp:206: error: `wxsCheckListBoxStyles' was not declared in this scope
defwidgets\wxsstdmanager.cpp:206: error: `wxsCheckListBoxEvents' was not declared in this scope
defwidgets\wxsstdmanager.cpp: In member function `virtual wxsWidget* wxsStdManagerT::ProduceWidget(int, wxsWindowRes*)':
defwidgets\wxsstdmanager.cpp:357: error: `wxsCheckListBox' has not been declared
Process terminated with status 1 (1 minutes, 11 seconds)
4 errors, 0 warnings

Am using 1537 to compile. Searched /trunk/src on my disk
and can't find the file.

thanks,
pecan
Title: Re: Is wxschecklistbox.h missing??
Post by: tiwag on December 17, 2005, 05:18:29 pm
yes
Title: Re: Is wxschecklistbox.h missing??
Post by: MortenMacFly on December 18, 2005, 12:04:13 pm
yes
...the same here but I believe byo will have this fixed as soon as he reads this... :lol:

Morten.
Title: Re: wxSmith: Is wxschecklistbox.h missing??
Post by: byo on December 18, 2005, 11:04:43 pm
Yop, all fixed. Sorry for delay - weekend without computer ;)
Title: Re: wxSmith: Is wxschecklistbox.h missing??
Post by: killerbot on December 18, 2005, 11:52:14 pm
another problem now with compiling (on windows with wx...-NewBuild) :

#include "../properties/wxsstringlistcheckproperty.h" in wxschecklistbox.h
---> no such file or directory


Lieven
Title: Re: wxSmith: Is wxschecklistbox.h missing??
Post by: killerbot on December 19, 2005, 12:09:52 pm
at revision 1562 : things are ok again : thanks byo