Summary: | digikam 3.0 breaks during build | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Philip Johnsson <philip.johnsson> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, marius |
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kipi-plugins/5de746daaf06120307b2fdecb26b4ce07c81fba1 | Version Fixed In: | 3.1.0 |
Sentry Crash Report: |
Description
Philip Johnsson
2013-02-09 18:23:56 UTC
Yes I think so. I have made some changes to compile it at least, but in the meanwhile there was a patch that would have fixed it. I will apply my changes after it gets pushed to master. (In reply to comment #1) > Yes I think so. > > I have made some changes to compile it at least, but in the meanwhile there > was a patch that would have fixed it. I will apply my changes after it gets > pushed to master. I solved it by not setting the QTKOAUTH_INCLUDE_DIR parameter for cmake that I had to do when building Digikam 3.0 rc. If I let cmake find QTKOAUTH_INCLUDE_DIR by itself with Digikam 3.0 it now works during the whole build... Git commit 5de746daaf06120307b2fdecb26b4ce07c81fba1 by Ananta Palani. Committed on 10/02/2013 at 00:11. Pushed by palani into branch 'master'. Fix compilation M +5 -5 imgurexport/imgurtalkerauth.cpp http://commits.kde.org/kipi-plugins/5de746daaf06120307b2fdecb26b4ce07c81fba1 (In reply to comment #3) > Git commit 5de746daaf06120307b2fdecb26b4ce07c81fba1 by Ananta Palani. > Committed on 10/02/2013 at 00:11. > Pushed by palani into branch 'master'. > > Fix compilation > > M +5 -5 imgurexport/imgurtalkerauth.cpp > > http://commits.kde.org/kipi-plugins/5de746daaf06120307b2fdecb26b4ce07c81fba1 Now it builds just fine with the patch. Thanks. |