On Mon, 21 Jun 2010 10:47:19 +0200, Joerg Desch jd.vvd@web.de wrote:
I'm running Ubuntu 9.10 with geany 0.18 from the devel PPA. To give the new 0.19 a try, I've compiled and installed a local copy with
./configure --prefix=/home/jd/local/geany-test
Now I want to compile the latest 0.19 plugins, but it doesn't work. configure doesn't use the the prefix and so always find the "officially" installed 0.18.
./configure --prefix=/home/jd/local/geany-test --with-geany-libdir=/home/jd/local/geany-test
What's the correct way to make configure use the geany test installation?
I did set up my PKG-config dir to include also local installation, so the configure script will catch up the 0.19 as first installation.
Cheers, Frank