Versioned config not working here

Hi,

The versioned config changes are not working here. No plugins are
loaded except the SurfaceEngine.

Searching for plugins in “/usr/local/lib/avogadro/colors”
“libindexcolor.so” failed to load. “Unknown error”
“libresiduecolor.so” failed to load. "Unknown error"
Searching for plugins in “/usr/local/lib/avogadro/engines”
“libaxesengine.so” failed to load. “Unknown error”
“libcartoonengine.so” failed to load. “Unknown error”
“libdipoleengine.so” failed to load. “Unknown error”
“libforceengine.so” failed to load. “Unknown error”
“libhbondengine.so” failed to load. “Unknown error”
“liblabelengine.so” failed to load. “Unknown error”
“liborbitalengine.so” failed to load. “Unknown error”
“liboverlayengine.so” failed to load. “Unknown error”
“libpolygonengine.so” failed to load. “Unknown error”
“libribbonengine.so” failed to load. “Unknown error”
“libringengine.so” failed to load. “Unknown error”

Tim

The versioned config changes are not working here. No plugins are
loaded except the SurfaceEngine.

This doesn’t have anything to do with the versioned config file. It
has to do with bumping the plugin version.

Run “make clean” and then rebuild, and everything should be good.

Cheers,
-Geoff

Geoffrey Hutchison wrote:

The versioned config changes are not working here. No plugins are
loaded except the SurfaceEngine.

This doesn’t have anything to do with the versioned config file. It
has to do with bumping the plugin version.

Run “make clean” and then rebuild, and everything should be good.

As Geoff said you need to run make clean, then all should be fine. We
need the bump in the plugin version due to all the changes in the plugin
API recently.