Summary: | Unable to build kdepim with -DKDEPIM_NO_WEBKIT:BOOL=ON | ||
---|---|---|---|
Product: | [Applications] kdepim | Reporter: | Martin Kyral <sine.nomine> |
Component: | libkdepim | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/abe75356c2956f5d8f319cc1137c3a87769ae7ab | Version Fixed In: | 4.12.1 |
Sentry Crash Report: | |||
Attachments: |
proposed patch
fixed patch (unable to link with the original one) |
Description
Martin Kyral
2013-12-16 14:23:33 UTC
I confirm it. Will fix it soon. I confirm it . Will fix soon Git commit abe75356c2956f5d8f319cc1137c3a87769ae7ab by Montel Laurent. Committed on 03/01/2014 at 06:57. Pushed by mlaurent into branch 'KDE/4.12'. Fix Bug 328866 - Unable to build kdepim with -DKDEPIM_NO_WEBKIT:BOOL=ON FIXED-IN: 4.12.1 M +2 -0 messageviewer/adblock/tests/CMakeLists.txt M +6 -0 messageviewer/scamdetection/scamdetection.cpp M +3 -4 messageviewer/viewer/mailwebview_textbrowser.cpp M +4 -0 messageviewer/viewer/viewer.cpp M +4 -0 messageviewer/viewer/viewer_p.cpp http://commits.kde.org/kdepim/abe75356c2956f5d8f319cc1137c3a87769ae7ab Thanks Still having this one particular build error with kdepim-4.12.1-1.fc21.src.rpm: /home/mkyral/rpmbuild/BUILD/kdepim-4.12.1/messageviewer/viewer/viewer_p.cpp: In member function 'void MessageViewer::ViewerPrivate::createActions()': /home/mkyral/rpmbuild/BUILD/kdepim-4.12.1/messageviewer/viewer/viewer_p.cpp:1830:3: error: 'mCaretBrowsing' was not declared in this scope mCaretBrowsing = new KToggleAction(i18n("Toggle Caret Browsing"), this); Created attachment 84620 [details]
proposed patch
I applied your patch. (We must reopen a bug as REOPEN not UNCONFIRMED) Question: Why do you build without qtwebkit ? Created attachment 84625 [details]
fixed patch (unable to link with the original one)
Please apply this one and sorry for the mess, I uploaded the patch before verifying it's working. This one builds and runs ;)
Git commit bc31fce2cdc6b70cd5667524c9d872cb68d3d973 by Montel Laurent. Committed on 14/01/2014 at 08:15. Pushed by mlaurent into branch 'KDE/4.12'. Fix Bug 328866 - Unable to build kdepim with -DKDEPIM_NO_WEBKIT:BOOL=ON Apply new patch from Martin Kyral M +4 -1 kmail/configuredialog/configuredialog.cpp M +4 -0 kmail/configuredialog/configuredialog_p.h http://commits.kde.org/kdepim/bc31fce2cdc6b70cd5667524c9d872cb68d3d973 (In reply to Laurent Montel from comment #8) > Question: Why do you build without qtwebkit ? Sorry for not responding your question earlier: almost all the kontact binaries were dropped from RHEL7 due to the qtwebkit dependency. Having this build option working will ease adding them back. |