On 26/09/2015 15:25, Cliff McDiarmid wrote: > Hi > > Sorry trying again > > THe following packages are supposed to be ported to Plasma: > > libkipi, libarchive, glenview, okular, libkexiv2 and a view others I need. > > However, they don't compile and through errors out when configuring. > > > CMake Error at /opt/kde-4.14.3/share/apps/cmake/modules/FindQt4.cmake:886 > (MESSAGE): > Could NOT find QtCore. Check > > /mnt/home/cliffy/Downloads/plasma/libkexiv2-15.08.1/build/CMakeFiles/CMakeError.log > for more details. > Call Stack (most recent call first): > /opt/kde-4.14.3/share/apps/cmake/modules/FindKDE4Internal.cmake:425 > (find_package) > /usr/share/cmake-3.3/Modules/FindKDE4.cmake:108 (find_package) > CMakeLists.txt:12 (find_package) > > Do you what is needed to get them installed? > > thanks > > Cliff >
It looks like the Qt library is not found: -------------- Could NOT find QtCore. -------------- According to the error message, there is a log at: /mnt/home/cliffy/Downloads/plasma/libkexiv2-15.08.1/build/CMakeFiles/CMakeError.log And I guess this log will tell you where "QtCore" is looked for. Maybe QTDIR (or QT4DIR) is not set? Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
