Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-10-02 Thread Adam Witney
On 1/10/03 7:13 pm, "Adam H. Pendleton" <[EMAIL PROTECTED]> wrote: > Adam Witney wrote: >> With ./configure --enable-debug I get >> >> checking for wxWindows... yes >> configure: error: you need to install the xrc package from >> wxWindows/contrib/src/xrc >> >> Which is strange as xrc seemed to

[pgadmin-hackers] gcc ignoring defined macros?

2003-10-02 Thread Dave Page
Hi all, This one is really wierd, and as neither Mark or I can figure it out, maybe one of you knows what's going on!! Some time ago, I noticed that non-debug builds of pgAdmin on Slackware, did not pause to display the splash screen as they should. I spent about 2 minutes on the problem, and the

[pgadmin-hackers] wxWindows Upgrade

2003-10-02 Thread Dave Page
Hi all, Both code branches of pgAdmin III have now been updated to compile against the 20031001 wxWindows CVS snapshot. Currently we are using an unpatched snapshot which you can get from the wxWindows site. Regards, Dave. ---(end of broadcast)---

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

2003-10-02 Thread Hiroshi Saito
Ooops.. It was a problem even with FreeBSD. Confirmation was neglected.!! Why?? regards, Hiroshi Saito From: "Dave Page" <[EMAIL PROTECTED]> > Hi all, (snip) > and recompiled (see below). When running pgAdmin, it prints 'SSL is not > defined'. We're stumped here - any one else have any idea wh

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

2003-10-02 Thread Hiroshi Saito
It is 3.2.2. bsd5% gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.2 [FreeBSD] 20030205 (release) regards, Hiroshi Saito - Original Message - From: "Dave Page" <[EMAIL PROTECTED]> > -Original Message- > From: Hirosh

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

2003-10-02 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 02 October 2003 11:55 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] gcc ignoring defined macros? > > > Ooops.. > It was a problem even with FreeBSD. > Confirmation was neglected.!! >

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

2003-10-02 Thread Hiroshi Saito
Hi Dave A cause is this. pg_config.h:#define HAVE_LIBSSL 1 pg_config.h:/* Define to build with (Open)SSL support. (--with-openssl) */ pg_config.h:#define USE_SSL 1 ssl.h SSL define... Is there a problem in -DSSL? regards, Hiroshi Saito - Original Message - From: "Hiroshi Saito" <[EMA

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

2003-10-02 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 02 October 2003 12:23 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] gcc ignoring defined macros? > > > Hi Dave > > A cause is this. > > pg_config.h:#define HAVE_LIBSSL 1 > pg_confi

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-10-02 Thread Adam H. Pendleton
Adam Witney wrote: Actually latest CVS wxWindows, configure'd --with-cocoa fails with this problem ../src/cocoa/font.cpp:88: type specifier omitted for parameter ` wxNativeEncodingInfo' ../src/cocoa/font.cpp:88: parse error before `*' token make: *** [corelib_font.o] Error 1 Don't use --wit

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-10-02 Thread Adam H. Pendleton
Adam Witney wrote: Not much really: configure:4824: checking for wxWindows configure:4841: result: yes configure:5061: error: you need to install the xrc package from wxWindows/contrib/src/xrc There is only one check for the xrc package, and that is for the prescense of ${WX_HOME}/include/

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

2003-10-02 Thread Dave Page
Title: Message Hi Adam,   Tried that in frmConnect, and the SSL combo box is correctly populated, so the preprocessor is working, just not seeing the externally defined macros. by the sound of it.   Regards, Dave. -Original Message-From: Adam H. Pendleton [mailto:[EMAIL PROT

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

2003-10-02 Thread Adam H. Pendleton
Dave Page wrote: I don't think it's an SSL problem, because it seems to ignore __WXDEBUG__ as well. What is the behavior if you add an explicit "#define SSL 1" before the #ifdef? ahp

Re: [pgadmin-hackers] wxWindows Upgrade

2003-10-02 Thread Jean-Michel POURE
Le Jeudi 2 Octobre 2003 12:02, Dave Page a écrit : > Both code branches of pgAdmin III have now been updated to compile > against the 20031001 wxWindows CVS snapshot. Currently we are using an > unpatched snapshot which you can get from the wxWindows site. wx library names have changed: # ls /usr

Re: [pgadmin-hackers] wxWindows Upgrade

2003-10-02 Thread Dave Page
Hi Jean-Michel, Add --enable-monolithic when you configure it to get the old single library. Regards, Dave. > -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 02 October 2003 15:20 > To: pgadmin-hackers > Subject: Re: [pgadmin-hackers] wxWindows Upgrade >

Re: [pgadmin-hackers] wxWindows Upgrade

2003-10-02 Thread Hiroshi Saito
Hi Dave. It is full of hope! However, This is a thing left behind.:-) regards, Hiroshi Saito From: "Dave Page" <[EMAIL PROTECTED]> > Hi all, > > Both code branches of pgAdmin III have now been updated to compile > against the 20031001 wxWindows CVS snapshot. Currently we are using an > unpatche

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-10-02 Thread Adam Witney
On 2/10/03 2:54 pm, "Adam H. Pendleton" <[EMAIL PROTECTED]> wrote: > Adam Witney wrote: >> Not much really: >> >> configure:4824: checking for wxWindows >> configure:4841: result: yes >> configure:5061: error: you need to install the xrc package from >> wxWindows/contrib/src/xrc > There is only o

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

2003-10-02 Thread Hiroshi Saito
MessageHmm... I am in confusion. The one related to the reference of include was not a problem certainly. define is done forcibly now.? Oh..It is wrong I must think what you should do. regards, Hiroshi Saito - Original Message - From: Dave Page To: Adam H. Pendleton Cc: Hiroshi Saito

Re: [pgadmin-hackers] wxWindows Upgrade

2003-10-02 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 02 October 2003 15:54 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] wxWindows Upgrade > > > Hi Dave. > > It is full of hope! > > However, > This is a thing left behind.:-) It's not

[Fwd: Re: [pgadmin-hackers] wxWindows Upgrade]

2003-10-02 Thread Raphaël Enrici
sorry, did not cc to the list. --- Begin Message --- Hi Dave, Dave Page wrote: Hi all, Both code branches of pgAdmin III have now been updated to compile against the 20031001 wxWindows CVS snapshot. Currently we are using an unpatched snapshot which you can get from the wxWindows site. does it

Re: [pgadmin-hackers] wxWindows Upgrade]

2003-10-02 Thread Hiroshi Saito
From: "Raphaël Enrici" <[EMAIL PROTECTED]> (snip) > does it mean that all porters should consider this snapshot as the > official one for pgA3 or shall we wait for Andreas' patches ? > last question, is it normal that there is no more src snapshots on snake > since v1.0.0 ? Shall I consider buildin

Re: [pgadmin-hackers] wxWindows Upgrade]

2003-10-02 Thread Dave Page
Please make the snapshots from cvs tip, not the patches branch. Regards, Dave. > -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 02 October 2003 16:41 > To: Raphaël Enrici > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] wxWindows Upgrade] > > > From:

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

2003-10-02 Thread Hiroshi Saito
Make was done as much as to be innumerable today... It doesn't know problem. The mood of the machine is ill today. To the bed.:-) regards, Hiroshi Saito ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[pgadmin-hackers] wxWindows Upgrade

2003-10-02 Thread Andreas Pflug
Just to have this clear: pgAdmin3 1.0.0 branch will compile with both our own snapshot or with a reasonable wx cvs version (2003-10-01 is tested). If you don't use our snapshot, the clipboard won't work correctly under gtk. At the moment, we recommend using our wx snapshot, and we expect that t

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

2003-10-02 Thread Adam H . Pendleton
On Thursday, Oct 2, 2003, at 10:08 US/Eastern, Dave Page wrote: Hi Adam,   Tried that in frmConnect, and the SSL combo box is correctly populated, so the preprocessor is working, just not seeing the externally defined macros. by the sound of it.   Regards, Dave. How are you adding the -DSSL fl

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-10-02 Thread Adam H.Pendleton
On Thursday, Oct 2, 2003, at 10:02 US/Eastern, Adam Witney wrote: I found it in /usr/local/include/wx/xrc/, can I tell it to look here? What happens if you compile with --with-wx=/usr/local? ahp ---(end of broadcast)--- TIP 5: Have you checked our

[pgadmin-hackers] CVS compile error

2003-10-02 Thread Adam H . Pendleton
I get this when compiling a fresh CVS tree: utils/utffile.cpp: In member function `off_t wxUtfFile::Read(wxString&, long long int)': utils/utffile.cpp:85: no matching function for call to `wxMBConv::MB2WC( wxStringBuffer, char*&, long unsigned int)' /usr/local/wx2/include/wx/strconv.h:46: c

Re: [pgadmin-hackers] [pgadmin-support] Reverse engineered Column definition incorrect for DEFAULT

2003-10-02 Thread Hiroshi Saito
Dear Donald. Thank you very much. It will be reflected soon. Dave Apply it? - Original Message - From: Donald Fraser > The reverse engineered code for column definitions if incorrect for DEFAULT values. > I create table such as: (snip) > ALTER TABLE public.tbl_bkgndata ALTER COLUMN i