Thread: CVS compile error
I am trying to look at Dave's GTK error, but I am getting the following CVS compile error: ui/ctlSQLBox.cpp: In constructor `ctlSQLBox::ctlSQLBox()': ui/ctlSQLBox.cpp:308: error: no matching function for call to `wxStyledTextCtrl ::wxStyledTextCtrl()' /usr/include/wx/stc/stc.h:1145: error: candidates are: wxStyledTextCtrl::wxStyledTextCtrl(const wxStyledTextCtrl&) /usr/include/wx/stc/stc.h:1162: error: wxStyledTextCtrl::wxStyledTextCtrl(wxWindow*, int, const wxPoint&, const wxSize&, long int, const wxString&) ui/ctlSQLBox.cpp: In constructor `ctlSQLBox::ctlSQLBox(wxWindow*, int, const wxPoint&, const wxSize&, long int)': ui/ctlSQLBox.cpp:314: error: no matching function for call to `wxStyledTextCtrl ::wxStyledTextCtrl()' /usr/include/wx/stc/stc.h:1145: error: candidates are: wxStyledTextCtrl::wxStyledTextCtrl(const wxStyledTextCtrl&) /usr/include/wx/stc/stc.h:1162: error: wxStyledTextCtrl::wxStyledTextCtrl(wxWindow*, int, const wxPoint&, const wxSize&, long int, const wxString&) ahp
Adam H. Pendleton wrote: > I am trying to look at Dave's GTK error, but I am getting the > following CVS compile error: > > ui/ctlSQLBox.cpp: In constructor `ctlSQLBox::ctlSQLBox()': > ui/ctlSQLBox.cpp:308: error: no matching function for call to > `wxStyledTextCtrl > ::wxStyledTextCtrl()' > /usr/include/wx/stc/stc.h:1145: error: candidates are: > wxStyledTextCtrl::wxStyledTextCtrl(const wxStyledTextCtrl&) > /usr/include/wx/stc/stc.h:1162: error: > wxStyledTextCtrl::wxStyledTextCtrl(wxWindow*, int, const wxPoint&, > const > wxSize&, long int, const wxString&) > ui/ctlSQLBox.cpp: In constructor `ctlSQLBox::ctlSQLBox(wxWindow*, int, > const > wxPoint&, const wxSize&, long int)': > ui/ctlSQLBox.cpp:314: error: no matching function for call to > `wxStyledTextCtrl > ::wxStyledTextCtrl()' > /usr/include/wx/stc/stc.h:1145: error: candidates are: > wxStyledTextCtrl::wxStyledTextCtrl(const wxStyledTextCtrl&) > /usr/include/wx/stc/stc.h:1162: error: > wxStyledTextCtrl::wxStyledTextCtrl(wxWindow*, int, const wxPoint&, > const > wxSize&, long int, const wxString&) > > ahp My latest stc patch is missing. Regards, Andreas
Le Mardi 21 Octobre 2003 14:56, Andreas Pflug a écrit : > My latest stc patch is missing. Dear Adam, You can download the patched tarball from here: http://snake.pgadmin.org/snapshots/wxwindows/ wxWindows-pgAdmin3-20031010-3.tar.bz2 You can also install our RPMs: http://snake.pgadmin.org/snapshots/wxwindows/redhat9/ But I guess it will not work in full-debugging mode as RH stips down the build. Cheers, Jean-Michel