I was trying to build dekorator, but
CMake Error at /usr/share/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE):
Did not find automoc4 (Automoc4Config.cmake, install
git://anongit.kde.org/automoc).
I can't build qterm[1] after upgrading to cmake-2.8.5 .
I downloaded Komparator source from this page.
I've came across the problem: I can't add some plasmoids from kde-look.org. The ones I couldn't beat into submission are "Drop2Imageshack" and "New Device Notifier with Automount" Download and install trough KDE plasmoid manager does nothing or the plasmoid can be added to the desktop but it's not working. I guess there might be more of problematic ones.
I'm trying to install PIKLAB IDE for Microchip PIC controllers programming but stucking at error message as below:
-- Could NOT find Threads (missing: Threads_FOUND)
CMake Error at /usr/share/kde4/apps/cmake/modules/FindQt4.cmake:420 (FILE):
file Internal CMake error when trying to open file:
/home/bnh/Downloads/piklab-0.16.2/CMakeFiles/CMakeTmpQmake/tmp.pro for
writing.
May anyone tell
This is what I get:
Code:
/home/griffin/games/FreeOrion>cmake .
-- Build platform: linux
-- Configuring freeoriond
-- Configuring freeorionca
-- Could NOT find Boost
CMake Error at client/AI/CMakeLists.txt:30 (message):
Boost libraries not found.
-- Configuring incomplete, errors occurred!
These are the steps that I did:
Code:
#Follow instructions from this pa
I have tried to follow this link to set up a wiimote to work with clementine and control the music, but i have reached an impasse. When i try to run
cmake . -DDISTRO=ubuntu -DCMAKE_INSTALL_PREFIX=/usr
I come up with the error
Warning: QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as /usr/lib/x86_64-linux-gnu
Warning: But QtCore couldn't be found.
I was compiling amarok and couldn't on compiling using cmake(cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde -DCMAKE_BUILD_TYPE=debugfull $HOME/kde/src/amarok)
I get the error:
-- /home/sudeep/kde/src/amarok/cmake/modules
-- Taglib found: sh: 1: /usr/local/bin/taglib-config: not found
CMake Error at CMakeLists.txt:34 (message):
TagLib does not have ASF support compiled in.
Please help me debug this.
Hello, well i dont know how to begin really.
I deleted openssl to install another version that the application im mainly going to develop needs, then my CMAKE started saying that ZLIB_DIR-NOTFOUND but the include path and the library where still there, is there any package or similiar i can install to restore it?