| Summary: |
[PATCH] kate fails to build: redefinition of "struct QMetaTypeId<QList<KTextEditor::Document*> > |
| Product: |
[Applications] kate
|
Reporter: |
esigra |
| Component: |
general | Assignee: |
KWrite Developers <kwrite-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
|
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
unspecified | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Compiled Sources | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
http://commits.kde.org/kate/10e2508786d0d4340cfb6b9a98af3aea9445910e
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
patch that fixes the build
|
Created attachment 67847 [details] patch that fixes the build Version: unspecified (using KDE 4.7.4) OS: Linux Kate 3.7.4 fails to build. The attached patch fixes it. Reproducible: Always Steps to Reproduce: 1. tar jxf kate-4.7.4.tar.bz2 2. cd kate-4.7.4 3. mkdir build 4. cd build 5. cmake -DKDE4_ENABLE_FINAL=ON .. 6. make Actual Results: In file included from /home/work/programmering/kate-4.7.4/build/kate/plugins/filetree/katefiletreeplugin_final_cpp.cpp:4:0: kate-4.7.4/kate/plugins/filetree/katefiletreemodel.cpp:415:1: fel: omdefinition av "struct QMetaTypeId<QList<KTextEditor::Document*> >" kate-4.7.4/kate/plugins/filetree/katefiletree.cpp:201:1: fel: föregående definition av "struct QMetaTypeId<QList<KTextEditor::Document*> >" Expected Results: successful build