[Digikam-devel] [digikam] [Bug 361275] New: Compile time error: undefined reference while linking renamecustomizertest

Lukáš Karas via KDE Bugzilla bugzilla_noreply at kde.org
Fri Apr 1 14:05:09 BST 2016


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

            Bug ID: 361275
           Summary: Compile time error: undefined reference while linking
                    renamecustomizertest
           Product: digikam
           Version: unspecified
          Platform: Ubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Advanced Rename
          Assignee: digikam-devel at kde.org
          Reporter: lukas.karas at centrum.cz

When I try to compile digikam from git, it fails on linking
renamecustomizertest:

[ 88%] Linking CXX executable renamecustomizertest
../../utilities/importui/libimportui.a(renamecustomizer.cpp.o): In function
`Digikam::RenameCustomizer::RenameCustomizer(QWidget*, QString const&)':
/media/karry/data/src/digikam/utilities/importui/widgets/renamecustomizer.cpp:143:
undefined reference to
`Digikam::AdvancedRenameWidget::AdvancedRenameWidget(QWidget*)'

...and many more. See attached logs for more details

My current head is:
d3a20a0cd682dddcc6f9ff8f5990028232d845b5

Attached patch solves this problem. But I don't know if my fix is correct...

Reproducible: Always

Steps to Reproduce:
1. cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr .. 
2. make

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list