Missing linker path in nepomuk-core
Shaun Reich
shaun.reich at kdemail.net
Thu Jan 5 17:41:13 UTC 2012
On Thu, Jan 5, 2012 at 12:03 PM, Torgny Nyblom <nyblom at kde.org> wrote:
> Hi,
>
> I'm having an issue with building nepomuk-core in jenkins.
>
> The issue seems to be that the path to where kdelibs installs its libraries
> to is missing from the linker include paths generated by cmake.
>
> Below is the command that is generated and the resulting error.
> /usr/bin/ld: cannot find -lkdecore
> /usr/bin/ld: cannot find -lkdeui
> target_link_libraries(nepomukcore
> ${SOPRANO_LIBRARIES}
> ${SOPRANO_CLIENT_LIBRARIES}
> ${QT_QTCORE_LIBRARY}
> ${QT_QTGUI_LIBRARY}
> ${QT_QTDBUS_LIBRARY}
> kdecore
> kdeui
> )
shouldn't this be: ${KDE4_KDECORE_LIBS} and ${KDE4_KDEUI_LIBS} ?
--
Shaun Reich,
KDE Software Developer (kde.org)
More information about the Kde-buildsystem
mailing list