On 2016.10.09 16:14, Ralf Habacker wrote:
Am 09.10.2016 um 22:05 schrieb Jack:
>
>
> Thanks for any thoughts or suggestions on troubleshooting?
>
It may depends on
https://github.com/KDE/kcoreaddons/blob/master/KF5CoreAddonsMacros.cmake#L72.
Ralf
I note that running cmake, I get a lot of deprecation warning related
to this, for example:
CMake Deprecation Warning at
/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake:60 (message):
Calling kcoreaddons_desktop_to_json() without DEFAULT_SERVICE_TYPE or
SERVICE_TYPES is deprecated!
Call Stack (most recent call first):
kmymoney/plugins/ofximport/CMakeLists.txt:22
(kcoreaddons_desktop_to_json)
It looks like there is one for every instance of
kdecoreaddons_desktop_to_json call in a CMakeLists.txt. However, I get
those whether I run cmake from command line or as part of a Gentoo
ebuild, and only get the later errors with the ebuild. I'm going to
see if fixing those makes any difference, but I feel like I'm shooting
in the dark.
Jack