Hi ,<br>        I am finding a problem in installing KStars from its source.It is showing that all the necessary libraries are found in the system but still some variables are set to NOT found. I am not able to get which variables are not set or which other libraries I need to install..?..the Konsole is showing the following output :<br>
----------------------------------------------<br>punit1@ubuntu:~/kstars/build$ cmake ~/kstars/       -DCMAKE_BUILD_TYPE=debugfull       -DKDE4_BUILD_TESTS=TRUE       -DCMAKE_INSTALL_PREFIX=$KDEDIR <br>-- Found Qt-Version 4.8.1 (using /usr/bin/qmake)<br>
-- Found X11: /usr/lib/i386-linux-gnu/libX11.so<br>-- Found KDE 4.8 include dir: /usr/include<br>-- Found KDE 4.8 library dir: /usr/lib<br>-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler<br>-- Found automoc4: /usr/bin/automoc4<br>
-- Found CFITSIO: /usr/local/lib/libcfitsio.a<br>-- Found INDI: /usr/lib/libindi.so<br>-- Found WCSLIB: /usr/local/lib/libwcs.so, /usr/local/include/wcslib<br>-- Found Xplanet: /usr/bin/xplanet<br>CMake Error: File /home/punit1/kstars/config-kstars.h.cmake does not exist.<br>
CMake Error at CMakeLists.txt:46 (configure_file):<br>  configure_file Problem configuring file<br><br><br>-- Found Qt-Version 4.8.1 (using /usr/bin/qmake)<br>-- Found X11: /usr/lib/i386-linux-gnu/libX11.so<br><br>-----------------------------------------------------------------------------<br>
-- The following external packages were located on your system.<br>-- This installation will have the extra features provided by these packages.<br>-----------------------------------------------------------------------------<br>
   * Eigen2 - Required to build KStars.<br>   * libcfitsio0 - Support for the FITS (Flexible Image Transport System) data format in KStars.<br>   * libindi - Support for controlling astronomical devices with KStars.<br>   * WCSLib - Support for World Coordinate System in KStars.<br>
   * XPlanet - Renders an image of all the major planets and most satellites<br>   * OpenGL - Support for hardware rendering in KStars.<br><br>-----------------------------------------------------------------------------<br>
-- Congratulations! All external packages have been found.<br>-----------------------------------------------------------------------------<br><br>CMake Error: The following variables are used in this project, but they are set to NOTFOUND.<br>
Please set them or make sure they are set and tested correctly in the CMake files:<br>INDI_CLIENT_LIBRARIES (ADVANCED)<br>    linked by target "KStarsLib" in directory /home/punit1/kstars/kstars<br><br>-- Configuring incomplete, errors occurred!<br>
punit1@ubuntu:~/kstars/build$ <br>--------------------------------------------------------<br> thank a lot in advance.!! :)<br><br>Regards,<br>Punit Mehta<br><br>