ERROR:

 

The C/C++ Reference is not installed.  Please get the package "c_cpp_reference-1.0.tar.gz" from one of KDevelop's ftp mirrors. For a list of those web sites look at:

www.kdevelop.org

Do these steps to install the reference:

  1. If you have got an already installed old version of KDevelop, it is recommented to remove (as root) a probably earlier installed reference that is not working correctly. You can find those 2 sub-directories C and CPLUSPLUS in share/doc/HTML/your-language/kdevelop/reference of the global KDE directory and in the appropriate English sub-directory. Delete both ones.
  2. Now extract the new downloaded file with: "tar xvzf c_cpp_reference-1.0.tar.gz"
  3. Go to the new created directory: "cd c_cpp_reference-1.0"
  4. Now make the package ready for installation: "./configure; make"
  5. Install the package (as root): "make install"
  6. Restart KDevelop