Re: [pgadmin-hackers] Find Dialog in SQL box (Admin3)?

2003-06-02 Thread Andreas Pflug
Hi Yurgis, I committed most of your work to cvs. Here is my contribution: 1. Custom SQL lexer registered and implemented directly in ctlSQLBox class. Since the custom lexer isn't unicode clean, it's still commented out. Please fix it, using wxString::ToAscii and wxString::FromAscii. wxScint

Re: [pgadmin-hackers] Find Dialog in SQL box (Admin3)?

2003-06-02 Thread Yurgis Baykshtis
> Since the custom lexer isn't unicode clean, it's still commented out. > Please fix it, using wxString::ToAscii and wxString::FromAscii. > wxScintilla seems to use a mixture of ansi and unicode, not very healthy... Ok, I will make that change. Do you need a diff from the same version I used bef

[pgadmin-hackers] New Autoconf Patch

2003-06-02 Thread Adam H . Pendleton
Attached is a patch to autoconf which makes the following changes: *) Adds support for wxWindows 2.5 (--enable-wx25) *) Adds support for release version of pgadmin3 (--enable-release) *DO NOT* use the --enable-release flag yet to configure. I still have to work out what a "release" build really

[pgadmin-hackers] FW: cron: /usr/local/src/pgadmin3/build-snapshot

2003-06-02 Thread Dave Page
Hi Andreas, The snapshot build failed last night - any ideas? Regards, Dave. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 02 June 2003 00:01 > To: [EMAIL PROTECTED] > Subject: cron: /usr/local/src/pgadmin3/build-snapshot > > > ? Makefile > ? Make

Re: [pgadmin-hackers] New Autoconf Patch

2003-06-02 Thread Dave Page
Thanks, patch applied. Regards, Dave. > -Original Message- > From: Adam H.Pendleton [mailto:[EMAIL PROTECTED] > Sent: 02 June 2003 00:31 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] New Autoconf Patch > > > Attached is a patch to autoconf which makes the following changes: > >

Re: [pgadmin-hackers] Find Dialog in SQL box (Admin3)?

2003-06-02 Thread Andreas Pflug
Yurgis Baykshtis wrote: Ok, I will make that change. Do you need a diff from the same version I used before, or from what you just committed? Please diff always from the latest cvs. Since I already made some fixes, please checkout first. Regards, Andreas ---(end of broadc

Re: [pgadmin-hackers] New Autoconf Patch

2003-06-02 Thread Andreas Pflug
Adam H.Pendleton wrote: Attached is a patch to autoconf which makes the following changes: Adam, I still have problems. Configure will not set the include directory ${WX_HOME}/include, but will only take the `wx-config -cxxflags` output. The library name convention looks like this: libwx_gtk[2

[pgadmin-hackers] Howto Make?

2003-06-02 Thread howard
anyone, Im trying to compile pgadmin3 on wxGTK framework. Mind if you could inform me the compile/build procedure? BTW, I am using a wxGTK and wxGTK-devel rpms from www.freshrpms.net. Thanks. Howard. Sulat @MU v.2.2 (Fresh)

[pgadmin-hackers] Howto Make?

2003-06-02 Thread howard
anyone, Im trying to compile pgadmin3 on wxGTK framework. Mind if you could inform me the compile/build procedure? BTW, I am using a wxGTK and wxGTK-devel rpms from www.freshrpms.net. Thanks. Howard. Sulat @MU v.2.2 (Fresh)

[pgadmin-hackers] wxWindows 2.5 rpms

2003-06-02 Thread Jean-Michel POURE
Dear Adam, I am trying to build daily snapshots of wxWindows 2.5 from CVS, with the required contribs. Could you validate my ./configure options: --with-gtk --disable-gtk2 --disable-unicode --enable-debug --disable-compat24 --disable-shared Later on, we will just --enable-gtk2 and --enable-uni

[pgadmin-hackers] wxWindows 2.5 RPM strategy

2003-06-02 Thread Jean-Michel POURE
Hi Adam, Would it be interesting to provide wxWindows 2.5 RPMs with sereval different compilation options (unicode, gtk2, debug, no debug) at once. The binaries would look like: gtk gtk-static-nodebug-ansi-gtk12 gtk-static-debug-unicode-gtk22 ... gtk-devel gtk-stc ... Adam : do you think it wo

Re: [pgadmin-hackers] Howto Make?

2003-06-02 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 02 June 2003 22:29 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] Howto Make? > > > anyone, > > Im trying to compile pgadmin3 on wxGTK framework. Mind if you > could inform me the compile/build pro