Olivier Smedts wrote:
2012/6/19 Volodymyr Kostyrko<[email protected]>:
Hi all.

Trying to update kdelibs I stumbled upon this one:

-- No backend for KAuth was explicitly specified: probing system to find the
best one available
-- Found PolkitQt-1: /usr/local/lib/cmake/PolkitQt-1/PolkitQt-1Config.cmake
WARNING: Installation prefix does not match PolicyKit install prefixes. You
probably will need to move files installed in POLICY_FILES_INSTALL_DIR and
by dbus_add_activation_system_servi
ce to the  prefix
-- Building PolkitQt-1 KAuth backend
CMake Error at kdecore/CMakeLists.txt:387 (set_source_files_properties):
  set_source_files_properties called with incorrect number of arguments.

It seems that kdelibs fails to detect PolicyKit correctly.

I had the same problem, the following cmake directive is wrong :

     set_source_files_properties(util/kshareddatacache.cpp
         PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS})

I think KDE4_ENABLE_EXCEPTIONS is empty, and the
set_source_files_properties complains that the number of arguments is
wrong.

I deleted those lines to be able to build kdelibs.

You are right about empty value, doublequoting this variable works for me.

--
Sphinx of black quartz judge my vow.
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to