LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to find plugins, KDevelop won't work properly! (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-find-plugins-kdevelop-wont-work-properly-154313/)

Mikessu 03-06-2004 03:44 PM

Unable to find plugins, KDevelop won't work properly!
 
I have compiled KDevelop 3.0.1. It was installed to /usr/local/kde/bin

When I try to run ./kdevelop it says following:

Quote:

Unable to find plugins, KDevelop won't work properly!
Please make sure that KDevelop is installed in your KDE directory, otherwise you have to add KDevelop's installation path to the environment variable KDEDIRS and run kbuildsycoca. Restart KDevelop afterwards.
Example for BASH users:
export KDEDIRS=/path/to/kdevelop:$KDEDIRS && kbuildsycoca
Then I wrote command:

Quote:

export KDEDIRS=/usr/local/kde/bin:$KDEDIRS && kbuildsycoca
Anyway... it still doesnt work.

apathetic 03-08-2004 07:04 PM

I had the same problem. I *FINALLY* managed to get it working by pointing KDEDIRS to the main kde directory

export KDEDIRS=/usr/local/kde:$KDEDIRS && kbuildsycoca

Basically the same as you except that I left of the trailing /bin part of the path.

I hope this helps.

Dave


All times are GMT -5. The time now is 10:36 AM.