far too much to be useful ;-o - sorry
Anyway,
Looked at the configure script and saw a need for xml.h in /usr/local/include/xrc
found xml.h in /usr/local/xml
so I created a link from one to t'other.
configure completed hapily, I'm now compiling pgadmin3
Thanks for the help Dave btw there is a typo in pgadmin3-0.9.2/docs/en_US/unix_compilation.html
tar -zjf wx-cvs-$wx_version.tar.bz2 should be tar -xjvf wx-cvs-$wx_version.tar.bz2
Cheers, Richard
[EMAIL PROTECTED] pgadmin3-0.9.2 # ./configure --enable-static --enable-debug
...
checking for libpq-fe.h... yes
checking pgsql in /usr... ok
checking for wxWindows... yes
configure: error: you need to install the xrc package from wxWindows/contrib/src/stc
Dave Page wrote:
Hi Richard,
-----Original Message-----
From: Richard Bacon [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 23:35
To: [EMAIL PROTECTED]
Subject: Re: [pgadmin-support] pgAdmin3 on Linux
hi folks,
I'm trying to compile pgadminIII on Gentoo 1.4. I've followed the advice in the docs and wxWindows seems to compile fine, I make the contrib controls and run make install and ldconfig, but when I run ./configure on pgadmin I get the folowing
./configure --enable-static --enable-debug
...
configure: error: you need to install the xrc package from wxWindows/contrib/src/stc
Hmm, there's a typo there that I've just committed a fix for. That error should read:
configure: error: you need to install the xrc package from wxWindows/contrib/src/xrc
Anyway, it checks for the styled text control first, so presumably found that. Did you definately run 'make install' in the wxWindows/contrib/src/xrc directory? If so, did it appear to run correctly and install ${WX_HOME}/include/wx/xrc/xml.h? BTW, are you using our patched version of wxWindows? I ask because I have seen some CVS versions in which xrc failed to build - ours should be OK though.
it looks like the install is not working, is this because I need to replace @DESTDIR@ in the Makefiles with something? if so what?
You shouldn't need to modify the Makefiles.
Regards, Dave.
---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])