<snip><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>For what it is worth,  I think my build environment has a problem.  I rebuilt from scratch and now none of the plugins load, only the demo:</div>
<div><br></div><div>Did I mess something up?</div>
<div><br></div><div><div>** INFO: Geany 0.19, GTK+ 2.18.3, GLib 2.22.3</div><div>** INFO: Added filetype Genie (48).</div><div>** INFO: Loaded:   /home/ctilbury/.config/geany/plugins/demoplugin.so (Demo)</div><div>** INFO: Plugin "/usr/lib/geany/addons.so" is not binary compatible with this release of Geany - recompile it.</div>

<div>** INFO: Plugin "/usr/lib/geany/classbuilder.so" is not binary compatible with this release of Geany - recompile it.</div><div>** INFO: Plugin "/usr/lib/geany/export.so" is not binary compatible with this release of Geany - recompile it.</div>

<div>** INFO: Plugin "/usr/lib/geany/filebrowser.so" is not binary compatible with this release of Geany - recompile it.</div><div>** INFO: Plugin "/usr/lib/geany/geanylatex.so" is not binary compatible with this release of Geany - recompile it.</div>

<div>** INFO: Plugin "/usr/lib/geany/geanylua.so" is not binary compatible with this release of Geany - recompile it.</div><div>** INFO: Plugin "/usr/lib/geany/saveactions.so" is not binary compatible with this release of Geany - recompile it.</div>

<div>** INFO: Plugin "/usr/lib/geany/spellcheck.so" is not binary compatible with this release of Geany - recompile it.</div><div>** INFO: Plugin "/usr/lib/geany/splitwindow.so" is not binary compatible with this release of Geany - recompile it.</div>

<div>** INFO: Plugin "/usr/lib/geany/geanyvc.so" is not binary compatible with this release of Geany - recompile it.</div><div>** INFO: /home/ctilbury/Src/geany_svn/plugins/demoplugin.c : C (UTF-8)</div><div>** INFO: Loaded /usr/local/share/geany//c99.tags (C), 1618 tag(s).</div>

<div>** INFO: /home/ctilbury/Src/geany_svn/plugins/export.c : C (UTF-8)</div><div>** INFO: Quitting...</div><div>** INFO: Unloaded: /home/ctilbury/.config/geany/plugins/demoplugin.so</div><div><br></div></div><div><br></div>
</blockquote><div><br>Aha,<br><br>I assume this means that you have more than one Geany at different prefixes? <br><br>There is a problem with plugins in that situation, the autoconf/make builder gets the wrong prefix and so makes the plugins with the wrong version. <br>
But since you made the demoplugin separately it works ok. <br><br>This bug has been raised to the autoconf maintainer but I've not seen it fixed.  AFAIK the WAF builder works ok so you might want to use that.<br><br>Cheers<br>
Lex<br></div></div><br>PS ignore my comment about .lo and .la files, I wasn't paying attention, they are of course libtool files.  But they "shouldn't" be needed to run just to link.<br>