Re: [pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Andreas Pflug
Troels Arvin wrote: On Tue, 2003-07-08 at 14:25, Jean-Michel POURE wrote: Do not use these RPMs from http://shrike.freshrpms.net, because they are linked against GTK+, not GTK2+. We provide ready to use wxGTK RPMs at: Now I get: I just updated misc.cpp from cvs, and found it to be ok.

Re: [pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Andreas Pflug
Troels Arvin wrote: undefined reference to `FileRead(wxString const&,wxWindow*, int)' undefined reference to `FileWrite(wxString const&,wxString const&, int)' undefined reference to `DisplayHelp(wxWindow*, wxString const&)' These functions originate from utils/misc.cpp, which is clearly linked

Re: [pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Troels Arvin
On Tue, 2003-07-08 at 14:25, Jean-Michel POURE wrote: > Do not use these RPMs from http://shrike.freshrpms.net, because they are > linked against GTK+, not GTK2+. We provide ready to use wxGTK RPMs at: Now I get: g++ -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g -I../src/include -I

Re: [pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Jean-Michel POURE
On Tuesday 08 July 2003 14:16, Troels Arvin wrote: > My system: Red Hat 9. wxGTK from > http://shrike.freshrpms.net/rpm.html?id=644 Do not use these RPMs from http://shrike.freshrpms.net, because they are linked against GTK+, not GTK2+. We provide ready to use wxGTK RPMs at: http://www.pgadmin.o

[pgadmin-support] Problem compiling pgadmin3 from cvs

2003-07-08 Thread Troels Arvin
Hello, I'm having trouble compiling pgadmin3 from cvs. See tail of compilation log below. My system: Red Hat 9. wxGTK from http://shrike.freshrpms.net/rpm.html?id=644 Before "make", I did sh bootstrap autoconf export CFLAGS="-march=i686 -O2" && export CXXFLAGS=$CFLAGS ./configure Any ideas what