[pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Linuxer Wang
Hi, all I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR I changed the DIR to be

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Raphaël Enrici
Hi, Linuxer Wang wrote: > Hi, all > > I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the > pgadmin 1.2.2 source codes, I got the following errors by configure: > > checking pgsql in /usr/lib/pgsql... failed > configure: error: you must specify a valid pgsql installation with >

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread OpenMacNews
hi, I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR I changed the DIR to be /

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Linuxer Wang
Raphaël Enrici wrote: Hi, Linuxer Wang wrote: Hi, all I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql insta

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Raphaël Enrici
Linuxer Wang wrote: > Raphaël Enrici wrote: > > >>Hi, >> >>Linuxer Wang wrote: >> >> >> >>>Hi, all >>> >>>I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the >>>pgadmin 1.2.2 source codes, I got the following errors by configure: >>> >>>checking pgsql in /usr/lib/pgsql... failed

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Linuxer Wang
OpenMacNews wrote: hi, I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR I ch

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Raphaël Enrici
Please, stay on the list, you'll get more chance to get it up ;) Linuxer Wang wrote: > Raphaël Enrici wrote: > > >>according to what I read, configure does not find the file named >>"libq-fe.h". This file should be located somewhere in /usr/include. >>Did you install the package named postgresql

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Raphaël Enrici
Linuxer Wang wrote: > Raphaël Enrici wrote: > > >>>WOW! Your are so right! Now the configure succeed without any arguments. >>>But when I make it, error occurs: >>> >>>../pgAdmin3.cpp:59:24: error: wx/ogl/ogl.h: no such file or directory >>> >>> >> >>ok, it seems you built wxWidgets without og

[pgadmin-hackers] website refers to wxWidgets 2.5.3, shouldn't it be 2.6.0 ?

2005-06-05 Thread Raphaël Enrici
Hi, http://www.pgadmin.org/download.php#source refers to wxWidgets 2.5.3 as the only version we support, shouldn't it be 2.6.0? If yes, a patch attached to correct this. Regards, Raphaël Index: cnt/cnt_download.php === --- cnt/cnt_do