| Summary: | KDevelop XDebug Support cannot be built because duchain/safetycounter.h is missing | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Claudius <claudius+kde> |
| Component: | language | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | igorkuo |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/kdevelop/kdev-xdebug/commit/5ed75d2390a75681af9108b4100bf5db74cee091 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Claudius
2023-03-16 17:11:57 UTC
If I just comment out the include file. The Plugin builds fine. Sorry, I haven't noticed this use while removing the header. I will fix this bug soon. Git commit 5ed75d2390a75681af9108b4100bf5db74cee091 by Igor Kushnir. Committed on 17/03/2023 at 10:09. Pushed by igorkushnir into branch 'master'. Remove no longer available unused safetycounter.h include kdevplatform/language/duchain/safetycounter.h was recently removed in https://commits.kde.org/kdevelop/kdevelop/b4eeba21c1d88903fca84642153ae087e129b4a0 The include of the removed header in this plugin was missed. Simply remove it now, because neither the single declaration in the removed header `struct SafetyCounter` nor the single include <QDebug> is used in the affected source file kdev-xdebug/stringhelpers.cpp. M +0 -1 stringhelpers.cpp https://invent.kde.org/kdevelop/kdev-xdebug/commit/5ed75d2390a75681af9108b4100bf5db74cee091 |