On Thu, Jan 21, 2010 at 2:35 PM, Bharath Kumar <[email protected]> wrote: > While trying to install stellarium I got this error I am getting this error : > > #cd /root/Desktop/stellarium-0.10.2/ > [r...@mail stellarium-0.10.2]# cd builds/unix/ > [r...@mail unix]# cmake ../.. > CMake Error at /usr/local/share/cmake-2.6/Modules/FindQt4.cmake:1584 > (MESSAGE): > Qt qmake not found! > Call Stack (most recent call first): > CMakeLists.txt:83 (FIND_PACKAGE)
Looks like you are missing your Qt dev environment or at least qmake is not in your path. Have you satisfied these build dependencies? http://www.stellarium.org/wiki/index.php/Build_Dependencies > I am using RHEL5 in my laptop You may want to consider adding 3rd party repositories to yum. You can then yum install binary rpms without going through the trouble of compiling packages. Here's a list of 3rd party repositories: http://wiki.centos.org/AdditionalResources/Repositories Btw, distros like Fedora/Debian/Ubuntu offer a huge list of rpm/deb packages which you can easily install. So RHEL is better suited for servers than laptops/desktops. - Raja _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
