Re: CVS compile error

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: CVS compile error
Date: 2003-10-21 12:56:59
Message-ID: 3F952D1B.9070005@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-10-21 13:10:35 Re: CVS compile error
Previous Message Adam H. Pendleton 2003-10-21 12:49:18 CVS compile error