Summary: | build failed with gcc-4.7.0 [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | nucleo <nucleo> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, kevin.kofler |
Priority: | NOR | ||
Version: | 2.5.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.6.0 | |
Sentry Crash Report: | |||
Attachments: | Patch that fixes all gcc-4.7.0 related issues |
Description
nucleo
2012-01-04 23:03:58 UTC
See full build log here http://nucleo.fedorapeople.org/digikam-gcc-4.7.0.log This needs #include <unistd.h>. Created attachment 67471 [details]
Patch that fixes all gcc-4.7.0 related issues
There are other issues that needs not only "#include <unistd.h>" but also adding this->.
Git commit 4b7be9b72c11503104ba1d3a4843a9b69c76c0e4 by Gilles Caulier. Committed on 05/01/2012 at 09:16. Pushed by cgilles into branch 'master'. apply patch #67471 to compile fine with GCC 4.7.0 M +1 -1 digikam/album/albummanager.h M +2 -2 libs/database/imagehistory/imagehistorygraph_boost.h M +1 -0 utilities/cameragui/devices/gpcamera.cpp http://commits.kde.org/digikam/4b7be9b72c11503104ba1d3a4843a9b69c76c0e4 Git commit 19e3844535fee6b258ee8c20e8565eb0a231cae9 by Gilles Caulier. Committed on 05/01/2012 at 09:18. Pushed by cgilles into branch 'master'. apply patch #67471 to compile fine with GCC 4.7.0 M +1 -1 htmlexport/wizard.cpp M +1 -1 printimages/wizard/wizard.cpp http://commits.kde.org/kipi-plugins/19e3844535fee6b258ee8c20e8565eb0a231cae9 |