On Sun, 2009 Jan 11 19:30:13 +0100, Enrico Tröger wrote:
Thanks a lot Daniel, I just committed your changes.
Yay! I've updated them in. There's a couple more things to address, covered in the attached patch:
* The new #include<gio/gio.h> in src/utils.c needs to be surrounded by "#ifdef HAVE_GIO". (Good thing I'm still on etch, and can catch little things like this!)
* I missed this before, but assignments to xxxxxxdir in Makefile.am should not have a trailing slash. Currently, you see this in a few places when you do "make install":
/usr/share/automake-1.9/install-sh -m 644 '/tmp/geany-svn/plugins/pluginmacros.h' '/opt/geany/include/geany//pluginmacros.h' /usr/share/automake-1.9/install-sh -m 644 '/tmp/geany-svn/plugins/geanyfunctions.h' '/opt/geany/include/geany//geanyfunctions.h'
(Note the double slashes near the end of each line)
--Daniel