On Mon, Nov 10, 2014 at 11:36 AM, Luis Felipe Dominguez Vega <[email protected]> wrote: > > Hello, I'm compiled the last git KDevelop, using the ubuntu utopoc repos to > the KFramework 5 libraries, but when i execute kdevelop the plugins don't load > and the error in the console are, between others, for example: > > ..... > Kdevplatform.shell: Attempting to load "KDevManPage" - name: "Man Pages" > Failed to load "KDevManPage" - "The shared library was not found." > Loading plugin ' "KDevManPage" ' failed. > ..... > > That is, the shared library is not found, but all the plugins libraries are > into "/usr/lib/x86_64-linux-gnu/plugins/kdevplatform/20" > > I'm running Debian testing 64bits with KDE 4.14, but installing the KF5 > libraries from ubuntu utopic repo.... > > When I change the path of the library inside the .desktop all fine, but is > work, work..... and the JSON inside the .so aren't recognized... i known that > is not a problem (i think) of kdevelop or kdev-platform, but how them load > the plugins??? > > Soo, some help please!!!!
What's the output of $ qmake -query QT_INSTALL_PLUGINS (make sure you run that with the qmake for Qt5, e.g., in Gentoo it is /usr/lib64/qt5/bin/qmake) It happened to me that I had to uninstall and compile afresh adding something like -DKDE_INSTALL_USE_QT_SYS_PATHS=ON or something like that to my cmake command to have CMake ask qmake for the right installation paths. I haven't sat down to figure out who to blame about this. David E. Narvaez >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
