deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main
deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main
wget -q http://jens.lody.name/debian/jens.asc -O- | sudo apt-key add -
http://apt.tt-solutions.com/debian/ etch main
wget -q http://www.tt-solutions.com/vz/key.asc -O- | sudo apt-key add -
no, no crash here. i don't build a package, i just do make install
--Ano
- Fixed: [Bug #12110] "Output filename" doesn't get saved correctly in project
no, no crash here. i don't build a package, i just do make install
--Ano
You said the backtrace poped up? This is what I meant ;)
src/wxscintilla.cpp:1639: error: prototype for 'int wxScintilla::GetEndAtLastLine()' does not match any in class 'wxScintilla'It looks like that your compiler is looking for function int wxScintilla:GetEndAtLastLine(), while the actual function returns bool
/usr/include/wx-2.8/wx/wxscintilla.h:2676: error: candidate is: bool wxScintilla::GetEndAtLastLine()
class wxBoxSizer;
//*)
class LoginDialog: public wxDialog
{
public:
LoginDialog(wxWindow* parent);
virtual ~LoginDialog();
//(*Declarations(LoginDialog)
wxBoxSizer* ;
//*)
Quotesrc/wxscintilla.cpp:1639: error: prototype for 'int wxScintilla::GetEndAtLastLine()' does not match any in class 'wxScintilla'It looks like that your compiler is looking for function int wxScintilla:GetEndAtLastLine(), while the actual function returns bool
/usr/include/wx-2.8/wx/wxscintilla.h:2676: error: candidate is: bool wxScintilla::GetEndAtLastLine()
Maybe you have somewhere a define for -Dbool=int ?
or #define bool int
I know it was a solution couple of years ago when not all compilers had 'bool' has valid C++ type.
Eran
wow,thanks for the new features , byo.
i created new dialog with xrc resource file.
but wxsmith generates wrong codeCodeclass wxBoxSizer;
//*)
class LoginDialog: public wxDialog
{
public:
LoginDialog(wxWindow* parent);
virtual ~LoginDialog();
//(*Declarations(LoginDialog)
wxBoxSizer* ;
//*)
Finally had a chance to try revision 4530.
It works nicely, Thanks byo!
:D
Thank you for wxSmith. It is just what we needed and it is free to boot!