Hi, I wasn't sure where to post this, and as I'm quite inexperienced and a newb with cmake/build may aswell put it here.
I try to install/build this kcm_tablet app for a Wacom Bamboo drawing board. (not found anything or any repository)
I get this error
Googled around and found this thread, but it didn't help me :/
when I issue command there I get
I'm running KDE 4.5 RC2, which could be the cause of the problem ? or what am I missing?
Any suggestions appreciated
/jonas
I try to install/build this kcm_tablet app for a Wacom Bamboo drawing board. (not found anything or any repository)
# install with
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release
make
make install
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release
make
make install
Code:
/kcm_tablet-1.2/build$ cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/jonas/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): src/applet/CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred! jonas@valleverde:~/kcm_tablet-1.2/build$
when I issue command there I get
Code:
$ apt-file search FindKDE4Internal.cmake kdelibs5-dev: /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake
Any suggestions appreciated
/jonas
Comment