On compiling the latest svn of xfce4-notes-plugin v.1.6.5, make shows the following error: --- notes.c:39:27: error: hypertextview.h: No such file or directory make[3]: *** [xfce4_notes_plugin-notes.o] Error 1 make[3]: Leaving directory `/home/jos/src/xfce4/goodies/xfce4-notes-plugin/panel-plugin' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/jos/src/xfce4/goodies/xfce4-notes-plugin/panel-plugin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jos/src/xfce4/goodies/xfce4-notes-plugin' make: *** [all] Error 2 ---
Did you pass --maintainer-mode to the configure script? Running ./autogen.sh does this for you.
Nevermind, I forget to update the automake script for Vala 0.7.
Fixed in r7390