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-06 22:20:07
Message-ID: 3F81EA97.1080604@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adam H. Pendleton wrote:

> ui/ctlSQLResult.cpp: In member function `int ctlSQLResult::Execute(const
> wxString&, int)':
> ui/ctlSQLResult.cpp:53: error: no matching function for call to
> `pgQueryThread
> ::pgQueryThread(pgConn*&, const wxString&, int&)'
> ../src/include/pgSet.h:89: error: candidates are:
> pgQueryThread::pgQueryThread(const pgQueryThread&)
> ../src/include/pgSet.h:91: error:
> pgQueryThread::pgQueryThread(PGconn*, const wxString&, int)
> make[2]: *** [ctlSQLResult.o] Error 1

While trying to fix one thing, I uploaded a partial fix of another...
Both are in cvs now.

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-07 07:10:43 Re: Update
Previous Message Hiroshi Saito 2003-10-06 19:51:07 Re: gcc ignoring defined macros?