Compiled & installed successfully but errors during loading
ERROR: Plugin resource not found: liblib_finder.zip
ERROR: Plugin resource not found: libprofiler.zip
Gentoo 2006.1 AMD 64
SVN checkout in empty directory
all old configs deleted before starting new version
files /usr/share/codeblocks/plugins
lillib_finder.so liblib_finder.la libprofiles.so libprofiler.la
are exists and access rights are -rwxr-xr-x
Found the reason. The resource zip of lib_finder hasn't been created (and not installed, too) and the profiler resource zip has the wrong name. Patch is nearly ready (liblib_finder.zip error doesn't appear anymore here, now profiler should be gone too, I'm just building the rpm).
fixed in rev3126
btw. the error message is wrong too! it schould be
ERROR: Plugin resource not found: lib_finder.zip not
liblib_finder.zip. Since the error message is gone, only the message text seems to be wrong.