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 pgadmin3 against 
 a non-ssl postgres installation.  Can someone without ssl 
 please test it?

Hi Adam,

I guess there's no-one without SSL to help on this one. I'll have to
build a VM to test it in - might be a few days though :-(

Regards, Dave.

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


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 
 wxWindows xrc installation (this file is not installed on 
 Mac).  Before 
 applying, could someone verify that this file is installed on all 
 autoconf platforms?

Looks OK here. Patch applied.

Regards, Dave.

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


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.patch
 
 
 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 they successfully preprocess.  
 This shouldn't 
 really cause too many problems, since a bad header will 
 certainly cause 
 problems later on, and we don't use the config.h produced by autoconf 
 anyway.
 
 ahp
 

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


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

I see that msw is excluded. It was something like:

*libwx_mswud-*)
LIBS=$LIBS ${WX_HOME}/lib/libwx_mswud_stc-${WX_VERSION}.a
${WX_HOME}/lib/libwx_mswud_xrc-${WX_VERSION}.a
LIBS=$LIBS $WX_NEW_LDFLAGS
LDFLAGS=$LDFLAGS -mwindows -Wl,--subsystem,windows
...
forevery of :
*libwx_mswu-*)
*libwx_mswud-*)
*libwx_mswd-*)
*libwx_msw-*)


Is that just forgotten, or something else ? My last mail did not make
through (I'm not shore why).

I explained needed changes for Makefile so the MinGW build can work.

Now I'm not shore any more is MinGW build will be supported ?

However the following lines are supposed to end up in the Makefile:

WINDRES = windres.exe

...

pgadmin3_OBJECTS = $(am_pgadmin3_OBJECTS) pgAdmin3.res
...

pgAdmin3.res: ui/pgAdmin3.rc
$(WINDRES) --include-dir=$(WX_HOME)/include --include-dir=ui  -i
ui/pgAdmin3.rc -I rc -o pgAdmin3.res -O coff


MinGW build is working after those changes. Unfortunatelly I'm not that god
in autoconf/automake to make those changes myself.



Regards !




---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings