[Digikam-devel] [Bug 178061] New: [PATCH] scancontroller missing dependecy to CacheLock (CMAKE)

Simon Bühler simon at aktionspotential.de
Thu Dec 18 13:07:29 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=178061

           Summary: [PATCH] scancontroller missing dependecy to CacheLock
                    (CMAKE)
           Product: digikam
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel at kde.org
        ReportedBy: simon at aktionspotential.de


Version:           Unbekannt (using 4.1.85 (KDE 4.1.85 (KDE 4.2 Beta2)),
Gentoo)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.26-tuxonice

hi,

current svn didn't build for me using a selfmade gentoo live ebuild, so i tried
plain svn which also complained about  

scancontroller.cpp:(.text+0xab5): undefined reference to
`Digikam::LoadingCache::CacheLock::CacheLock(Digikam::LoadingCache*)'      

i fiddled with it and at least it worked, i'm no cmake guy at all so please
review!

Index: themedesigner/CMakeLists.txt
===================================================================
--- themedesigner/CMakeLists.txt        (Revision 898349)
+++ themedesigner/CMakeLists.txt        (Arbeitskopie)
@@ -94,6 +94,7 @@
     ${libcameragui_SRCS}
     ${libsetup_SRCS}
     ${libbatch_SRCS}
+    ${libthreadimageio_SRCS}

     main.cpp 
     mainwindow.cpp 
Index: digikam/CMakeLists.txt
===================================================================
--- digikam/CMakeLists.txt      (Revision 898349)
+++ digikam/CMakeLists.txt      (Arbeitskopie)
@@ -178,6 +178,7 @@
                      ${libfuzzysearch_SRCS}
                      ${libgpssearch_SRCS}
                      ${libtimeline_SRCS}
+                     ${libthreadimageio_SRCS}

                      album.cpp 
                      albumiconview.cpp


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



More information about the Digikam-devel mailing list