Summary: | showfotosetup link errors - undefined reference to `Digikam::Setup* | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Treeve Jelbert <treeve> |
Component: | Portability-Cmake | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/540bcfac14991e91d83f7c0bcc3ef964e2717093 | Version Fixed In: | 5.0.0 |
Sentry Crash Report: | |||
Attachments: |
full compile log
latest compile log |
Description
Treeve Jelbert
2015-11-27 10:07:11 UTC
Git commit 540bcfac14991e91d83f7c0bcc3ef964e2717093 by Maik Qualmann. Committed on 28/11/2015 at 20:53. Pushed by mqualmann into branch 'master'. fix macros in showfotosetup header files M +3 -3 showfoto/setup/showfotosetup.h M +3 -3 showfoto/setup/showfotosetupmetadata.h M +3 -3 showfoto/setup/showfotosetupmisc.h M +3 -3 showfoto/setup/showfotosetuptooltip.h http://commits.kde.org/digikam/540bcfac14991e91d83f7c0bcc3ef964e2717093 Please try again with latest git commit. Maik Created attachment 95797 [details]
full compile log
clean build now gives link errors in libdigikamgui.so remove all build directory, reconfigure with cmake and recompile all. Problem still here ? Gilles Caulier Created attachment 96092 [details]
latest compile log
Comment on attachment 96092 [details]
latest compile log
-- Check for working C compiler using: Ninja
-- Check for working C compiler using: Ninja -- works
...
-- Check for working CXX compiler using: Ninja
-- Check for working CXX compiler using: Ninja -- works
...
-- Build files have been written to: /usr/src/digikam-5.x/build
ninja: warning: multiple rules generate /var/git/qt5/kde5-apps/digikam/cmake/templates/Info.plist.cmake.in. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
...
Ninja build envirronnement is not supported...
Gilles Caulier
builds ok using make at commit f65cf709b1c26263a5000eb1a70506908065f092 I have not retested using ninja yet. digikam is the only project which fails for me using ninja |