| Summary: | FTBFS: error: ‘WhitespaceSensitivity’ does not name a type | ||
|---|---|---|---|
| Product: | [Developer tools] kdev-python | Reporter: | G360 <kde-bugs.9ek5t> |
| Component: | general | Assignee: | Sven Brauch <mail> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | 1.7.3 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdev-python/1198a0516d9623fd570f941c552b789f376b2404 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
Git commit 1198a0516d9623fd570f941c552b789f376b2404 by Sven Brauch. Committed on 02/07/2016 at 09:14. Pushed by brauch into branch 'master'. Merge branch '5.0' http://commits.kde.org/kdev-python/1198a0516d9623fd570f941c552b789f376b2404 |
When building from git master, I get this error: kdevelop-python3-git/src/kdev-python/pythonlanguagesupport.h:70:5: error: ‘WhitespaceSensitivity’ does not name a type WhitespaceSensitivity whitespaceSensititivy() const override; ^~~~~~~~~~~~~~~~~~~~~ make[2]: *** [duchain/CMakeFiles/kdevpythonduchain.dir/build.make:255: duchain/CMakeFiles/kdevpythonduchain.dir/contextbuilder.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:591: duchain/CMakeFiles/kdevpythonduchain.dir/all] Error 2 make: *** [Makefile:139: all] Error 2 Reproducible: Always