Hey,
I am trying to compile latest choqok - http://choqok.gnufolks.org/ - release (choqok 1.0 Beta 3 & choqok 1.0 Beta 2), but am getting few errors. Following the instruction given in README, when I run
I get
after that there are lots of -- Looking for blah blah etc. (I can post that too if you think it will help), in the end I get these errors:
According to the developer it seems like kde devel libs dependency problem, I was just wondering if anyone else has been able to build is successfully, and if yes, then how?
I am using Kubuntu 10.04 with KDE 4.5, I have build-essential installed, as well as kdelibs5-dev and I also have QOAuth 1.0.1 (compiled from source). Anything else I need?
I am trying to compile latest choqok - http://choqok.gnufolks.org/ - release (choqok 1.0 Beta 3 & choqok 1.0 Beta 2), but am getting few errors. Following the instruction given in README, when I run
Code:
$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
Code:
CMake Error at CMakeLists.txt:1 (include): include could not find load file: DBusMacros
Code:
-- Found automoc4: /usr/bin/automoc4 CMake Error: File /automoc4.files.in does not exist. CMake Error at /usr/lib/automoc4/Automoc4Config.cmake:183 (configure_file): configure_file Problem configuring file Call Stack (most recent call first): /usr/lib/automoc4/Automoc4Config.cmake:243 (_add_automoc4_target) /usr/share/kde4/apps/cmake/modules/KDE4Macros.cmake:639 (_automoc4_kde4_pre_target_handling) config/accounts/CMakeLists.txt:18 (kde4_add_plugin) CMake Error at config/accounts/CMakeLists.txt:23 (install): install TARGETS given no LIBRARY DESTINATION for module target "kcm_choqok_accountsconfig". CMake Error at config/accounts/CMakeLists.txt:28 (install): install FILES given no DESTINATION! CMake Error: File /automoc4.files.in does not exist. CMake Error at /usr/lib/automoc4/Automoc4Config.cmake:183 (configure_file): configure_file Problem configuring file Call Stack (most recent call first): /usr/lib/automoc4/Automoc4Config.cmake:243 (_add_automoc4_target) /usr/share/kde4/apps/cmake/modules/KDE4Macros.cmake:639 (_automoc4_kde4_pre_target_handling) config/appearance/CMakeLists.txt:17 (kde4_add_plugin) CMake Error at config/appearance/CMakeLists.txt:22 (install): install TARGETS given no LIBRARY DESTINATION for module target "kcm_choqok_appearanceconfig". CMake Error at config/appearance/CMakeLists.txt:27 (install): install FILES given no DESTINATION! CMake Error: File /automoc4.files.in does not exist. CMake Error at /usr/lib/automoc4/Automoc4Config.cmake:183 (configure_file): configure_file Problem configuring file Call Stack (most recent call first): /usr/lib/automoc4/Automoc4Config.cmake:243 (_add_automoc4_target) /usr/share/kde4/apps/cmake/modules/KDE4Macros.cmake:639 (_automoc4_kde4_pre_target_handling) config/plugins/CMakeLists.txt:9 (kde4_add_plugin) CMake Error at config/plugins/CMakeLists.txt:14 (install): install TARGETS given no LIBRARY DESTINATION for module target "kcm_choqok_pluginconfig". CMake Error at config/plugins/CMakeLists.txt:19 (install): install FILES given no DESTINATION! CMake Error at CMakeLists.txt:19 (dbus_add_activation_service): Unknown CMake command "dbus_add_activation_service".
I am using Kubuntu 10.04 with KDE 4.5, I have build-essential installed, as well as kdelibs5-dev and I also have QOAuth 1.0.1 (compiled from source). Anything else I need?
Comment