<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello All,<br><br>I am kind of noob to CMake and this is my first question so i hope you all will not go hard on me :) .<br><br>I am trying to build pyside and for that i need to build CMake for RHEL 5 machine, i follow the procedure mentioned in Readme.txt which is very straight forward. <br><br>First i run the command:<br>./bootstrap --prefix=some path<br><br>this operation generates lots of .o files but at the end gives me a following message:<br>loading initial cache file /user/username/Desktop/pyside/cmake-2.8.11/Bootstrap.cmk/InitialCacheFlags.cmake<br>-- Could NOT find Qt4 (missing: QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR) (found version "4.7.1")<br>-- Configuring done<br>-- Generating done<br>-- Build files have been written to: /user/username/Desktop/pyside/cmake-2.8.11<br><br>i have also set my QT_MOC_EXECUTABLE path to my qmake. so first questions why bootstrap is not able to find qmake .<br><br>Second after this i can run make and make install which installs CMake to the directory but when pyside tries to use that with cmake -g command i always get:<br>unable to execute cmake: No such file or directory<br><br>Any clues on that why that should happen ??<br><br>Regards,<br>Gargi<br><br><br> <br>                                            </div></body>
</html>