Ok, with libtool installed, this [run correctly](https://paste.debian-fr.xyz/?2c0de045d09c4d8e#K9ST10aF1uihakH+6Xpnk3watFhltk...), but not make step:
``` $ make make all-recursive Making all in po Making all in utils Making all in src CC libgeanypluginutils_la-filelist.lo filelist.c: In function 'filelist_scan_directory_int': filelist.c:95: warning: implicit declaration of function 'utils_get_real_path' filelist.c:95: warning: initialization makes pointer from integer without a cast CCLD libgeanypluginutils.la .libs/libgeanypluginutils_la-filelist.o: In function `filelist_scan_directory_int': ~/geany-plugins/utils/src/filelist.c:95: undefined reference to `utils_get_real_path' collect2: ld returned 1 exit status *** Error 1 in utils/src (Makefile:608 'libgeanypluginutils.la': @echo " CCLD " libgeanypluginutils.la;/bin/sh ../../libtool --silent --...) *** Error 1 in utils (Makefile:605 'all-recursive') *** Error 1 in . (Makefile:650 'all-recursive') *** Error 1 in ~/geany-plugins (Makefile:557 'all') ```
Another good idea?! :p