Re: [pgadmin-hackers] Ready for beta 1

2004-09-07 Thread blacknoz
Message d'origine Date: Mon, 06 Sep 2004 21:55:27 + De: Andreas Pflug [EMAIL PROTECTED] A: Raphaël Enrici [EMAIL PROTECTED] Copie à: [EMAIL PROTECTED], [EMAIL PROTECTED], Sujet: Re: [pgadmin-hackers] Ready for beta 1 Do you mean, you've already built it and you don't have any

Re: [pgadmin-hackers] Ready for beta 1

2004-09-07 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Ok, which compiler version ? which gtk lib versions ? Current debian unstable or not ? Can you send all the configure lines you gave ? Which wx snapshot release ? gcc 3.3.4-3 gtk 2.4.3-3 libc6 2.3.2.ds1-13 libpango 1.4.0-4 wx cvs HEAD --with-gtk --enable-gtk2

[pgadmin-hackers] CVS Commit by andreas: drop frmOptions:txtSearchPath

2004-09-07 Thread cvs
Log Message: --- drop frmOptions:txtSearchPath Modified Files: -- pgadmin3/src/ui: frmOptions.cpp (r1.43 - r1.44) pgadmin3/src/ui/common: frmOptions.xrc (r1.30 - r1.31) xrcDialogs.cpp (r1.38 - r1.39) Index: frmOptions.cpp

[pgadmin-hackers] CVS Commit by andreas: fix dlgServer help

2004-09-07 Thread cvs
Log Message: --- fix dlgServer help Modified Files: -- pgadmin3/src/include: dlgServer.h (r1.2 - r1.3) pgadmin3/src/ui: dlgServer.cpp (r1.5 - r1.6) pgadmin3/src/utils: misc.cpp (r1.55 - r1.56) Index: dlgServer.h

[pgadmin-hackers] CVS Commit by dpage: wx headers are now in $WXDIR/wx-2.5/wx

2004-09-07 Thread cvs
Log Message: --- wx headers are now in $WXDIR/wx-2.5/wx Modified Files: -- pgadmin3: acinclude.m4 (r1.33 - r1.34) Index: acinclude.m4 === RCS file: /projects/pgadmin3/acinclude.m4,v retrieving

[pgadmin-hackers] New wx snapshot

2004-09-07 Thread Dave Page
Hi all, I've just uploaded a new wxWidgets snapshot to http://developer.pgadmin.org/snapshots/wxWidgets/wxWidgets-pgAdmin3-2004 0907.tar.bz2. This is based on the wx-cvs snapshot from 2004-09-07 and is basically standard wx, with the required Win32 settings pre-configured, and appropriate VC++

Re: [pgadmin-hackers] New wx snapshot

2004-09-07 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page Sent: 07 September 2004 10:33 To: [EMAIL PROTECTED] Subject: [pgadmin-hackers] New wx snapshot Hi all, I've just uploaded a new wxWidgets snapshot to

[pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've successfully compiled latest wx snapshot on FC2. At last! :) Anyway, pgadmin3 failed to compile: == if g++ -DHAVE_CONFIG_H -I. -I. -I.. -

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Andreas Pflug
Devrim GUNDUZ wrote: -BEGIN PGP SIGNED MESSAGE- else rm -f .deps/frmQuery.Tpo; exit 1; \ fi ui/frmQuery.cpp: In member function `void frmQuery::execQuery(const wxString, int, bool, int, bool)': ui/frmQuery.cpp:988: error: `wxMilliSleep' undeclared (first use this function) You have a

[pgadmin-hackers] CVS Commit by andreas: wxUsleep/wxMilliSleep cleanup

2004-09-07 Thread cvs
Log Message: --- wxUsleep/wxMilliSleep cleanup Modified Files: -- pgadmin3/src/db: pgSet.cpp (r1.46 - r1.47) pgadmin3/src/ui: dlgClasses.cpp (r1.7 - r1.8) frmEditGrid.cpp (r1.54 - r1.55) Index: pgSet.cpp

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Devrim GUNDUZ
Hi, On Tue, 7 Sep 2004, Andreas Pflug wrote: wxString, int, bool, int, bool)': ui/frmQuery.cpp:988: error: `wxMilliSleep' undeclared (first use this function) You have a wx header problem, you're using old versions. Dave just fixed the path for it. :( You are right. My desktop system is like

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tue, 7 Sep 2004, Dave Page wrote: Anyway, pgadmin3 failed to compile: Did you 'cvs update' and 'make clean'? I don't see that error on developer.pgadmin.org using the same wx snapshot. I've downloaded the latest snap. Ok, now checking out CVS.

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Dave Page
-Original Message- From: Devrim GUNDUZ [mailto:[EMAIL PROTECTED] Sent: 07 September 2004 14:57 To: Dave Page Cc: [EMAIL PROTECTED] Subject: RE: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tue, 7 Sep 2004,

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Dave Page
-Original Message- From: Devrim GUNDUZ [mailto:[EMAIL PROTECTED] Sent: 07 September 2004 15:33 To: Dave Page Cc: [EMAIL PROTECTED] Subject: RE: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tue, 7 Sep 2004,

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Devrim GUNDUZ
Hi, On Tue, 7 Sep 2004, Dave Page wrote: snip What have you got in /usr/local/bin? [EMAIL PROTECTED] devrim]$ ls -al /usr/local/bin/ total 9692 drwxr-xr-x 2 root root4096 Sep 7 17:32 . drwxr-xr-x 18 root root4096 Aug 16 14:26 .. lrwxrwxrwx 1 root root 7 Jul 12 16:01 gmplayer -

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread blacknoz
Message d'origine Date: Tue, 7 Sep 2004 17:53:27 +0300 (EEST) De: Devrim GUNDUZ [EMAIL PROTECTED] A: Dave Page [EMAIL PROTECTED] Copie à: [EMAIL PROTECTED] Sujet: Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report On Tue, 7 Sep 2004, Dave Page wrote: snip What have you got in

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Dave Page
-Original Message- From: Devrim GUNDUZ [mailto:[EMAIL PROTECTED] Sent: 07 September 2004 15:53 To: Dave Page Cc: [EMAIL PROTECTED] Subject: RE: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report lrwxrwxrwx 1 root root 13 Sep 7 17:32 wx-config - wx-config-2.5

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tue, 7 Sep 2004, Dave Page wrote: lrwxrwxrwx 1 root root 13 Sep 7 17:32 wx-config - wx-config-2.5 -rwxr-xr-x 1 root root4564 Sep 7 17:32 wx-config-2.5 lrwxrwxrwx 1 root root 9 Sep 7 17:32 wxgtk2-2.5-config - wx-config

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Raphaël Enrici
Devrim GUNDUZ wrote: Hi, On Tue, 7 Sep 2004, Dave Page wrote: lrwxrwxrwx 1 root root 13 Sep 7 17:32 wx-config - wx-config-2.5 -rwxr-xr-x 1 root root4564 Sep 7 17:32 wx-config-2.5 lrwxrwxrwx 1 root root 9 Sep 7 17:32 wxgtk2-2.5-config - wx-config Hmm, well it's obviously

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Diego A. Gil
Here is my config.log. Diego. El mar, 07-09-2004 a las 14:16, Raphal Enrici escribi: Devrim GUNDUZ wrote: Hi, On Tue, 7 Sep 2004, Dave Page wrote: lrwxrwxrwx 1 root root 13 Sep 7 17:32 wx-config - wx-config-2.5 -rwxr-xr-x 1 root root4564 Sep 7 17:32

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Raphal Enrici
Diego A. Gil wrote: Here is my config.log. Diego. El mar, 07-09-2004 a las 14:16, Raphal Enrici escribi: It was created by pgadmin3 configure 1.1.0, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-static --enable-debug

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Raphaël Enrici
Raphaël Enrici wrote: Diego A. Gil wrote: Here is my config.log. Diego. El mar, 07-09-2004 a las 14:16, Raphaël Enrici escribió: It was created by pgadmin3 configure 1.1.0, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-static --enable-debug

[pgadmin-hackers] CVS Commit by dpage: Only commit once for all translations

2004-09-07 Thread cvs
Log Message: --- Only commit once for all translations Modified Files: -- pgadmin3: stringmerge (r1.7 - r1.8) Index: stringmerge === RCS file: /projects/pgadmin3/stringmerge,v retrieving revision 1.7

[pgadmin-hackers] Ready to roll beta

2004-09-07 Thread Dave Page
I plan to roll 1.2beta1 tomorrow unless anyone has a good reason not to. I know there is an outstanding issue with FC2, however I'm not convinced this is something that need holdup production of the source tarball. If anyone disagrees or has any other objections, please let me know ASAP.

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Diego A. Gil Sent: 07 September 2004 19:32 To: PgAdmin Hackers Subject: Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report Here is my config.log. Thanks Diego - I notice this is

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Raphaël Enrici
Raphaël Enrici wrote: Raphaël Enrici wrote: Diego A. Gil wrote: Here is my config.log. Diego. El mar, 07-09-2004 a las 14:16, Raphaël Enrici escribió: It was created by pgadmin3 configure 1.1.0, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-static

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Diego A. Gil
Now ./configure ends OK. I starting to compile. /usr/local/bin/wx-config-2.5 is a real file. /usr/local/bin/wx-config is the symbolic link. Diego. El mar, 07-09-2004 a las 16:20, Raphal Enrici escribi: Raphal Enrici wrote: Diego A. Gil wrote: Here is my config.log. Diego. El

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Diego A. Gil
Hi, I just realized that I used wrong option with wxWidgets's ./configure script, so I am starting to compile wxWidget again. This time I will use wxWidgets-pgAdmin3-20040907.tar.bz2. After that I wil try to compile CVS pgadmin. I will keep you informed. Diego

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Diego A. Gil
Hi, I compiled sucessfully wxWidgets-pgAdmin3-20040907.tar.bz2 and pgadmin3-src-20040907.tar.gz following instructions in pgadmin3-1.1.0/docs/en_US/unix_compilation.html. There was just a little problem: wxWidget's include files were installed in /usr/local/include/wx-2.5/wx, not in /usr/local

Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report

2004-09-07 Thread Hiroshi Saito
Hi Diego. (B (BFrom: "Diego A. Gil" [EMAIL PROTECTED] (B (B (B Searching a little, I realized that the script was expecting to find stc (B include files in /usr/loca/include/wx, so I made a symlink from (B /usr/local/include/wx-2.5/wx to /usr/local/include/wx and run again (B configure