CVS compile error - Mailing list pgadmin-hackers

From Adam H. Pendleton
Subject CVS compile error
Date
Msg-id 3F952B4E.1000802@fmonkey.net
Whole thread Raw
Responses Re: CVS compile error  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
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


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Snapshot Apache file names
Next
From: Andreas Pflug
Date:
Subject: Re: CVS compile error