Re: [pgadmin-hackers] CVS compile error

2003-10-06 Thread Andreas Pflug
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

Re: [pgadmin-hackers] gcc ignoring defined macros?

2003-10-06 Thread Hiroshi Saito
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

[pgadmin-hackers] CVS compile error

2003-10-06 Thread Adam H. Pendleton
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

Re: [pgadmin-hackers] gcc ignoring defined macros?

2003-10-06 Thread Adam H. Pendleton
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_

[pgadmin-hackers] Update

2003-10-06 Thread Adam H. Pendleton
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

Re: [pgadmin-hackers] wxGTK rpms

2003-10-06 Thread Andreas Pflug
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

[pgadmin-hackers] wxGTK rpms

2003-10-06 Thread Jean-Michel POURE
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

Re: [pgadmin-hackers] Pga3 Query Builder

2003-10-06 Thread Dave Page
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

Re: [pgadmin-hackers] Pga3 Query Builder

2003-10-06 Thread blacknoz
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