https://bugs.kde.org/show_bug.cgi?id=466975
--- Comment #4 from nmset <nm...@yandex.com> --- (In reply to Igor Kushnir from comment #3) > the workaround *must* > work Self-built kdevelop with 'decl->setBitWidth(-1)' does not crash while loading a wxWidgets project if : - the built binaries are packaged using Arch's utility (makepkg), - the package is installed system wide using Arch's package manager (pacman). Self-built kdevelop with 'decl->setBitWidth(-1)' still crashes if : - it is run inside the build tree (./bin/kdevelop), - Arch's stock kdevelop package is installed system wide (without which, kdevcmakemanager is reported missing when a project is loaded from the menu, which is on top of an empty window). So the patch is efficient. I can do this way until the fix is generally available. Thank you for your reply. -- You are receiving this mail because: You are watching all bug changes.