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

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-hackers]

[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

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

[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

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..

[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:

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: