On 03/30/2018 09:17 PM, Lex Trotman wrote:
On 31 March 2018 at 10:42, H agents@meddatainc.com wrote:
On 03/28/2018 10:16 PM, Matthew Brush wrote:
When you run the configure script, at the end it prints a report of all what plugins will be built. If you're missing a dependency, it will skip building the plugin unless you explicitly pass --enable-markdown=yes, in which case it will cause an error. You probably didn't build it due to missing dependency.
Regards, Matthew Brush
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
I reran ./configure and you are absolutely correct, markdown is marked as no.
I do see that a number of other plugins were not build either: debugger, devhelp, geanygendoc, geanylua, geanypy, geanypg, geniuspaste, gitchangebar, multiterm, prettyprinter, scope, spellcheck, updatechecker and webhelper.
Its likely that you don't have the development packages installed for the dependencies those plugins need.
Also what GTK is your Geany using? See Menu->help->debug messages near the top.
Are all of the other incompatible with CentOS 7?
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
GTK 3.22.10, GLib 2.50.3 and I do have geany-devel 1.31 installed.