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
Hi Adam.
IMHO,
libpq (PostgreSQL) becomes Non SSL if designation (--with-openssl) isn't done.
It isn't used even if it has SSL-Library.
Because libpq is used, pgAdmin3 is thought to be an option.
However,
I think that we will force to use it.
regards,
Hiroshi Saito
From: Adam H. Pendleton
(snip
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::pgQuery
Dave Page wrote:
Ah-ha!!
Right, I editted the line in src/Makefile that compiles frmConnect.cpp.
I added -DSSL so the final command read:
if g++ -DSSL -DHAVE_CONFIG_H -I.
And that works. :-)
Further investigation of the command line:
if g++ -DHAVE_CONFIG_H -I. -I. -I..
-DDATA_
Hello everyone! I've been out of town for the weekend, so I wasn't able
to work on any pgAdmin stuff while I was gone. I'm going to get back
into it, so I wanted to make sure that I've got everything on my to-do list:
*) Fix -DSSL compilation problem
*) Make static build more static
*) Fix J-M
Jean-Michel POURE wrote:
Dear Friends,
I modified wxWindows makerpm script and uploaded a slightly revisited version
to http://snake.pgadmin.org/wxwindows. The rest and other platforms will
follow tonight.
wxWindows stock RPMs are built without debug and provide **both** static and
dynamic l
Dear Friends,
I modified wxWindows makerpm script and uploaded a slightly revisited version
to http://snake.pgadmin.org/wxwindows. The rest and other platforms will
follow tonight.
wxWindows stock RPMs are built without debug and provide **both** static and
dynamic libraries by default.
Do y
Sorry, my fault. I've updated the makefile to pick up any and all xpm files.
Regards, Dave.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 06 October 2003 10:59
> To: Dave Page; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Re: [pgadmin-hacker
Hi Dave,
FYI, this night snapshots didn't build automatically (I had no time to look at it, but
some files may be missing).
ui/frmMain.cpp:70:35: images/querybuilder.xpm: No such file or directory
regards,
Raphaƫl
Message d'origine
>Sujet: Re: [pgadmin-hackers] Pga3 Query Builder
>Da