Created attachment 107032 [details] Attached error “kdesvn” command opens up an error message: "Could not find our part. Library kdesvnpart not found”. I have clicked ok and then a little empty kdesvn window appeared. I have built kdesvn-1.7.0 using source code and could clearly see the mentioned library in the path:/path/kdesvn/x86_64/1.7.0.s192/lib/kde4/ Below are the libraries found in this path : kded_kdesvnd.so kdesvnpart.so kio_ksvn.so Kindly take this as urgent request.
The KDE4 version of kdesvn is no longer in active development, please update to 2.0.0 which is based on Qt5/KF5
Hello guys, I have just built the master branch from git which is ahead of the 2.0, and I am facing with the same issue. From where should I get the kdesvnpart? Is it a separate project?
make sure to build with KDE_INSTALL_USE_QT_SYS_PATHS see e.g. here: https://mail.kde.org/pipermail/kde-buildsystem/2015-March/010673.html
Thanks Christian! It still unclear where should I use this. I have ran export KDE_INSTALL_USE_QT_SYS_PATHS; cmake .. make sudo make install but I still got the same error.
It's a cmake option no env var ...
Ah thanks. Just as side note: cmake .. -DKDE_INSTALL_USE_QT_SYS_PATHS=ON is the way to go.