On Fri, Sep 04, 2009 at 12:22:12PM -0400, Michael Jackson wrote: > That line looks awful strange. Usually it is something like: > > cmake -DCMAKE_INSTALL_PREFIX=/usr/local/KDE > > >cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
He's trying to use backticks to query kde4-config for the directory and pass that back to cmake. It should work, assuming "kde4-config --prefix" returns the right thing. twf: does it do this? As for your error: > > /CMake Error at /usr/local/share/cmake-2.6/Modules/FindKDE4.cmake:84 > > (MESSAGE): > > ERROR: cmake/modules/FindKDE4Internal.cmake not found in Where is FindKDE4Internal.cmake on your disk? Is it not in the path where CMake is searching for it? tyler _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
