On Sun, 14 Nov 2010 02:32:54 -0500 Danny K cinolt@live.com wrote:
Hi, I'm running Debian 5.0.6 "lenny". I downloaded the sources of Geany 0.19.1 and Geany-Plugins 0.19. I extracted Geany and [...]
I'm also using Debian (lenny + testing), and also had Geany initially installed from aptitude. The following worked for me (and still works, as I sometimes refresh the plugins):
1. apritude purge geany. 2. Geany: ./configure --prefix=/usr/local ; make ; make install 3. Plugins: ./waf configure --prefix=/usr/local ; make ; make install
No "Extra plugin path" required.