On Thu, 30 Jun 2011 20:16:16 +0200 Stephan Beal sgbeal@googlemail.com wrote:
Hi, guys,
i've just switch from packaged geany to svn. My --prefix=$HOME and everything builds and installs fine. When i start up now i'm seeing:
20:13:02: This is Geany 0.21 (svn >= r5864). 20:13:02: The plugin "/usr/lib/geany/classbuilder.so" is not binary compatible with this release of Geany - please recompile it. 20:13:02: The plugin "/usr/lib/geany/geanydoc.so" is not binary compatible with this release of Geany - please recompile it. 20:13:02: The plugin "/usr/lib/geany/geanygendoc.so" is not binary compatible with this release of Geany - please recompile it. 20:13:02: The plugin "/usr/lib/geany/geanygdb.so" is not binary compatible with this release of Geany - please recompile it. 20:13:02: The plugin "/usr/lib/geany/geanyvc.so" is not binary compatible with this release of Geany - please recompile it. 20:13:02: The plugin "/usr/lib/geany/splitwindow.so" is not binary compatible with this release of Geany - please recompile it. ...
note the /usr/lib, though it's compiled with --prefix=$HOME.
i've verified that the running binary is the one i installed:
stephan@tiny:~/cvs/geany$ ps -ef | grep geany stephan 2275 1 3 20:13 ? 00:00:05 /home/stephan/bin/geany
What's the proper way for me to fix/work around that (i don't mind rebuilding if needed).
Geany is storing the plugins which has been loaded inside geany.conf with full path. If you open that file, you could remove them.
Cheers, Frank