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

2004-09-08 Thread Diego A. Gil
Dave: I made a fresh cvs tree (a new checkout), configure it with --enable-static and --enable-debug and compiled OK. I saw in acinclude.m4 that you fixed wx2 related path too. Everything seems to work ok now. Thanks. Diego. ---(end of broadcast)

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

2004-09-08 Thread Diego A. Gil
Devrim: If you are using : ./configure --with-wx-config=/usr/local/bin/wx-config --enable-static --with-pgsql=/usr try with : ./configure --enable-static --enable-debug --with-wx=/usr/local --with-wx-config=wx-config-2.5 If stil fails, check the following : Which wxWidgets snapshot are you

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

2004-09-08 Thread Dave Page
> -Original Message- > From: Diego A. Gil [mailto:[EMAIL PROTECTED] > Sent: 08 September 2004 16:26 > To: Dave Page > Cc: PgAdmin Hackers; Devrim GUNDUZ > Subject: Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report > > I have atthached acinclude.m4.dieg

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

2004-09-08 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 8 Sep 2004, Devrim GUNDUZ wrote: Did you recheck you enabled unicode in the wxWidgets build ? Sorry Raphaël :( I've missed it. Ok, rebuilding again... :-( It failed again, giving the same error. I cannot understand why the same problem does

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

2004-09-08 Thread Diego A. Gil
Dave: Maybe there are some paths in acinclude.m4 that still needs changes. I did not change the ones related to /usr/local/wx2. Diego. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql

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

2004-09-08 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 8 Sep 2004 [EMAIL PROTECTED] wrote: Did you recheck you enabled unicode in the wxWidgets build ? Sorry Raphaël :( I've missed it. Ok, rebuilding again... - -- Devrim GUNDUZ devrim~gunduz.orgdevrim.gunduz~linux.org.tr http://www.tdms

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

2004-09-08 Thread blacknoz
Message d'origine >Date: Wed, 8 Sep 2004 11:53:43 +0300 (EEST) >De: Devrim GUNDUZ <[EMAIL PROTECTED]> >A: PgAdmin Hackers <[EMAIL PROTECTED]> >Sujet: Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report > >-BEGIN PGP SIGNED MESSAGE- >Has

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

2004-09-08 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tue, 7 Sep 2004, Diego A. Gil wrote: There was just a little problem: wxWidget's include files were installed in /usr/local/include/wx-2.5/wx, not in /usr/local/include/wx. When running pgadmin configure script I got an error saying stc was not i

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

2004-09-08 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 08 September 2004 02:24 > To: Dave Page; Diego A. Gil > Cc: Adam H. Pendleton; Devrim GUNDUZ; PgAdmin Hackers > Subject: Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report > >

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

2004-09-08 Thread Dave Page
> -Original Message- > From: Diego A. Gil [mailto:[EMAIL PROTECTED] > Sent: 08 September 2004 02:07 > To: Dave Page > Cc: PgAdmin Hackers; Devrim GUNDUZ > Subject: Re: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report > > Hi, > > I compiled

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, [ISO-8859-1] Raphaël Enrici wrote: what gives the config.log ? I've uploaded it to: http://www.gunduz.org/config.log Regards, - -- Devrim GUNDUZ devrim~gunduz.orgdevrim.gunduz~linux.org.tr http://www.tdmsoft.com http:/

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

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

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. ---(en

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, RaphaÃl Enrici escribiÃ: > RaphaÃl Enrici wrote: > > Diego A. Gil wrote: > > > >> Here is my config.log. > >> > >

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

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

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

2004-09-07 Thread Raphaël Enrici
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 --with-wx-config=/usr/local/b

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, RaphaÃl 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 root4

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 t

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

2004-09-07 Thread Diego A. Gil
Hi, same problem in my FC2 box. Diego. El mar, 07-09-2004 a las 13:12, Devrim GUNDUZ escribiÃ: > -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-

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 Hm

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

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 Se

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

2004-09-07 Thread Devrim GUNDUZ
Hi, On Tue, 7 Sep 2004, Dave Page wrote: 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 -> mpla

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

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: Did you 'cvs update' and 'make clean'? I don't see that error on developer.pgadmin.org using the same wx snapshot. I've made a fresh co and ran configure with the following paramaters: ./configure --with-wx-confi

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

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

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 Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Devrim GUNDUZ > Sent: 07 September 2004 14:31 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] pgadmin3+Fedora Core 2 status report > > -BEGIN PGP SIGNE

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

[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.. - -DDATA_DIR=\"/usr/local/pgadmin3/shar