On 03/28/2018 09:09 PM, Matthew Brush wrote: > On 2018-03-28 05:37 PM, H wrote: >> On 03/28/2018 10:14 AM, Matthew Brush wrote: >>> On 2018-03-27 06:46 PM, H wrote: >>>> [...] >>>> >>>> .libs/libgeanypluginutils_la-filelist.o: In function >>>> `filelist_scan_directory_int': >>>> /home/h/geany-plugins/utils/src/filelist.c:95: undefined reference to >>>> `utils_get_real_path' >>>> collect2: error: ld returned 1 exit status >>>> >>>> Any idea how to fix the problem? >>>> >>> >>> Your Geany is too old, that function was added fairly recently and so the >>> plugin build system isn't finding the symbol in your old Geany. You need to >>> upgrade Geany first, then plugins. >>> >>> Regards, >>> Matthew Brush >>> _______________________________________________ >>> Users mailing list >>> [email protected] >>> https://lists.geany.org/cgi-bin/mailman/listinfo/users >> >> But it tests for version 1.29 or later and I have 1.31?? >> > > This symbol was added in Geany 1.32[0], so if it the equivalent plugin > release is testing for any less, it's a bug. > > The plugin should work fine for all but the most bleeding edge distros, which > have removed older webkit-gtk packages. > > Regards, > Matthew Brush > > [0]: > https://github.com/geany/geany/commit/4a60cdd12727f8f252a3e0d6921e26377ef84904 > _______________________________________________ > Users mailing list > [email protected] > https://lists.geany.org/cgi-bin/mailman/listinfo/users
So I am running CentOS 7 (not a bleeding-edge distro), does that mean that if I download and compile the plugin package for 1.31, the markdown and preview plugin will work? _______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
