On 22/12/11 17:01, Dr.-Ing. Edgar Alwers wrote: > Hi Bruce, > > just starting with kdelibs, I get the cmake error: > "Did not find automoc4 ( Automoc4Config.cmake, install > git=//anongit.kde.org/automoc)" > > Well, but I had installed automoc from git, according to the book > instructions, that means, it is installed in /opt/qt-4.7.1/bin. > What could I do ? Downgrading kdelibs to 4.6.0 (book version ) seems not to > be factible, as the page is - at least at the moment ? - not availaible. > Could you help ? > > Edgar > Since automoc is not in the cmake install path for kde, you need to add a prefix path to the cmake build instruction, i.e
CMAKE_PREFIX_PATH=$QT4DIR cmake ....... instructions to build package that way it will pick up any find-packagename.cmake files regards martin -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
