[Bug 265446] New: Linking fails because of missing libs in CMakeLists.txt

Martin Klapetek martin.klapetek at gmail.com
Fri Feb 4 19:56:21 CET 2011


https://bugs.kde.org/show_bug.cgi?id=265446

           Summary: Linking fails because of missing libs in
                    CMakeLists.txt
           Product: telepathy
           Version: svn-playground
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: text-chat-ui
        AssignedTo: kde-telepathy at kde.org
        ReportedBy: martin.klapetek at gmail.com


Version:           svn-playground (using KDE 4.6.0) 
OS:                Linux

Fedora has introduced new DSO-linking semantics of the gcc compiler, which
basically needs all linked-to libs explicitly specified, see
http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking for more
details. Other distros slowly follows this change.

The libs missing are libQtXml and libkio, adding them directly to the
CMakeLists.txt target_link_libraries() makes the linking ok, though I guess
they should be added in a different way (using modules?). See the attached diff
for details

Reproducible: Always

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KDE-Telepathy mailing list