Ok, with libtool installed, this run correctly, 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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.