Summary: | kde-apps/kate-addons-23.08.4: addons/project/kateproject.h:10:34: error: missing binary operator before token "(" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andreas Sturmlechner <asturm> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | confabulate, cyberbat83, sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://invent.kde.org/utilities/kate/-/issues/116 | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=921720 https://bugs.gentoo.org/show_bug.cgi?id=920845 https://invent.kde.org/utilities/kate/-/merge_requests/1388 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
kateproject.h.patch The patch fixing rest missing includes |
Description
Andreas Sturmlechner
![]() Same failure on an amd64 here, with warnings about: "QT_VERSION" is not defined, evaluates to 0 on: kateprojectitem.cpp.o kateproject.cpp.o kateprojectview.cpp.o kateprojectworker.cpp.o before it bails out. Looking. Seems that #include <QtGlobal> is needed before the IF https://stackoverflow.com/questions/24899558/how-to-check-qt-version-to-include-different-header Created attachment 882107 [details, diff]
kateproject.h.patch
Try this? asturm said he may have hit another issue after it, so if this doesn't work for you, please give me the new build.log.
Created attachment 882108 [details, diff]
The patch fixing rest missing includes
I have fixed all issues with missing includes with this patch
And the same for kde-apps/kate (In reply to cyberbat from comment #5) > Created attachment 882108 [details, diff] [details, diff] > The patch fixing rest missing includes > > I have fixed all issues with missing includes with this patch Thank you! I'll send it upstream and apply to the whole Kate suite. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc58d11dfd83610f3f3df8e98e7f9ebf593b830 commit fcc58d11dfd83610f3f3df8e98e7f9ebf593b830 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-12 16:58:59 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-12 16:58:59 +0000 kde-apps/kate-lib: further no-pch fixes Closes: https://bugs.gentoo.org/921935 Bug: https://bugs.gentoo.org/921720 Signed-off-by: Sam James <sam@gentoo.org> kde-apps/kate-lib/files/kate-23.08.4-no-pch.patch | 56 ++++++++++++++++++----- 1 file changed, 44 insertions(+), 12 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ff857b56efb6bb7c011432f5e41544471b5591 commit c3ff857b56efb6bb7c011432f5e41544471b5591 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-12 16:58:39 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-12 16:58:39 +0000 kde-apps/kwrite: further no-pch fixes Closes: https://bugs.gentoo.org/921935 Bug: https://bugs.gentoo.org/921720 Signed-off-by: Sam James <sam@gentoo.org> kde-apps/kwrite/files/kate-23.08.4-no-pch.patch | 56 +++++++++++++++++++------ 1 file changed, 44 insertions(+), 12 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfa971a8b829712595c108ab9f3523cead261ca commit ebfa971a8b829712595c108ab9f3523cead261ca Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-12 16:58:21 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-12 16:58:21 +0000 kde-apps/kate-addons: further no-pch fixes Closes: https://bugs.gentoo.org/921935 Bug: https://bugs.gentoo.org/921720 Signed-off-by: Sam James <sam@gentoo.org> .../kate-addons/files/kate-23.08.4-no-pch.patch | 56 +++++++++++++++++----- 1 file changed, 44 insertions(+), 12 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefe28433c4c61ce7f13aaf3fa4aab292e49d4cb commit fefe28433c4c61ce7f13aaf3fa4aab292e49d4cb Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-12 16:57:32 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-12 16:57:32 +0000 kde-apps/kate: further no-pch fixes Closes: https://bugs.gentoo.org/921935 Bug: https://bugs.gentoo.org/921720 Signed-off-by: Sam James <sam@gentoo.org> kde-apps/kate/files/kate-23.08.4-no-pch.patch | 56 +++++++++++++++++++++------ 1 file changed, 44 insertions(+), 12 deletions(-) |