[pgadmin-hackers] acinclude.m4 patch

2004-11-23 Thread Adam H . Pendleton
Attached is a patch that fixes the SSL pq library problem (hopefully!!). Can someone who has encountered these problems please test it? ahp acinclude.m4.patch Description: Binary data ---(end of broadcast)--- TIP 1: subscribe and unsubscribe com

Re: [pgadmin-hackers] acinclude.m4 patch

2004-08-04 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Adam H.Pendleton > Sent: 02 August 2004 13:16 > To: pgadmin-hackers > Subject: [pgadmin-hackers] acinclude.m4 patch > > This patch addresses problems with compiling pg

[pgadmin-hackers] acinclude.m4 patch

2004-08-02 Thread Adam H . Pendleton
This patch addresses problems with compiling pgadmin3 against a non-ssl postgres installation. Can someone without ssl please test it? ahp acinclude.m4.patch Description: Binary data ---(end of broadcast)--- TIP 2: you can get off all lists at

Re: [pgadmin-hackers] acinclude.m4.patch

2003-10-01 Thread Dave Page
> -Original Message- > From: Adam H.Pendleton [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 22:29 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] acinclude.m4.patch > > > This is a small patch that changes the file we check for to > validate a &

[pgadmin-hackers] acinclude.m4.patch

2003-09-30 Thread Adam H . Pendleton
This is a small patch that changes the file we check for to validate a wxWindows xrc installation (this file is not installed on Mac). Before applying, could someone verify that this file is installed on all autoconf platforms? ahp acinclude.m4.patch Description: Binary data PGP.sig Descri

Re: [pgadmin-hackers] acinclude.m4.patch

2003-08-19 Thread Dave Page
Thanks Adam, patch applied (I corrected the stc error message which had a typo). Regards, Dave. > -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: 19 August 2003 20:55 > To: pgadmin-hackers > Subject: [pgadmin-hackers] acinclude.m4.pa

[pgadmin-hackers] acinclude.m4.patch

2003-08-19 Thread Adam H. Pendleton
The attached patch to acinclude.m4 implements the following changes: *) Check for xrc and stc headers to avoid compile problems. I should point out that, because of the very complex nature of the wxWindows system, that I am only able to test for the existance of the include files, not whether t

Re: [pgadmin-hackers] acinclude.m4.patch

2003-07-21 Thread Darko Prenosil
- Original Message - From: "Adam H. Pendleton" <[EMAIL PROTECTED]> To: "pgadmin-hackers" <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 7:34 PM Subject: [pgadmin-hackers] acinclude.m4.patch > This patch cleans up the acinclude code (wx library is no l

[pgadmin-hackers] acinclude.m4.patch

2003-07-21 Thread Adam H. Pendleton
This patch cleans up the acinclude code (wx library is no longer tied to a particular system type), and fixes the wx-config static libs problem. I will submit another patch (against this version), when I figure out what I have to do for embeded XRC files. ahp --- pgadmin3/acinclude.m4 20