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:
Do these steps to install the reference:
- 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.
- Now extract the new downloaded file with: "tar xvzf c_cpp_reference-1.0.tar.gz"
- Go to the new created directory: "cd c_cpp_reference-1.0"
- Now make the package ready for installation: "./configure; make"
- Install the package (as root): "make install"
- Restart KDevelop