Re: CVS compile error

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: CVS compile error
Дата
Msg-id 3F952D1B.9070005@pse-consulting.de
обсуждение исходный текст
Ответ на CVS compile error  ("Adam H. Pendleton" <fmonkey@fmonkey.net>)
Ответы Re: CVS compile error  (Jean-Michel POURE <jm@poure.com>)
Список pgadmin-hackers
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



В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Adam H. Pendleton"
Дата:
Сообщение: CVS compile error
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: CVS compile error