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