On Thu, 07 Aug 2008 14:09:02 +0200 Harold Aling geany@sait.nl wrote:
Sorry, I was wrong, installing as root doesn't help. Jeff's install procedure doesn't use the standard autotools way, as you may have gathered ;-)
$ make install /home/harold/.geany/plugins /bin/bash: /home/harold/.geany/plugins: is a directory make: *** [install-plugin] Error 126
I also get this problem. It's due to a too-old version of some autotool, but there's a workaround:
MKDIR_P='mkdir -p' make install
Sorry for all the hassle ;-) I'll fix the Makefile to do this.
Regards, Nick