Am 28.04.2013 um 17:53 schrieb Stephan Witt <st.w...@gmx.net>: > Am 26.04.2013 um 19:21 schrieb Kornel Benko <kor...@lyx.org>: > >> Am Freitag, 26. April 2013 um 12:00:17, schrieb Ashley Shan >> <xueqing.s...@vanderbilt.edu> >>> >>> I ran CMake again and it said uic, moc, and rcc not found. So I installed >>> Macports, installed qt4-mac (I tried to install qt4-mac-devel, but it said >>> "this port has been temporarily replaced by 'qt4-mac'; it will be updated >>> to 5.0 beta or a release candidate hopefully soon." So I typed in "sudo >>> port install qt4-mac" and it seemed to be installed. I ran QCreator and ran >>> CMake and it still said moc, uic and rcc not found. I'm so confused... >>> >>> Ashley >>> >> >> Me too. I fear, we have to wait for someone (Stephan Witt? >> <st.w...@gmx.net>) for more help. >> > > Hi Ashley, > > sorry, I really don't got what you did. > > Can you please describe how you tried to get the thing going?
I think Cmake tries to execute Qt's moc to detect the version. I have it in /usr/bin: $ ls -l /usr/bin/moc* lrwxr-xr-x 1 root wheel 7 13 Jan 22:13 /usr/bin/moc -> moc-4.8 -rwxrwxr-x 1 root wheel 1508072 26 Nov 02:03 /usr/bin/moc-4.8 $ moc -version Qt Meta Object Compiler version 63 (Qt 4.8.4) $ I think this utility was installed there by the Qt-Package-Installer. What's the situation at your site? Stephan