Downloaded 5.3 branch build from http://home.kfunk.org:8080/job/kdevelop-appimage-centos/ Problem: ``` kdevelop(16167)/kdevplatform.shell: unknown(0): Attempting to load "kdevclangsupport" - name: "C++ Support" kdevelop(16167)/kdevplatform.shell: unknown(0): Could not load plugin "kdevclangsupport" , it reported the error: "The clang builtin include path \"/opt/llvm/lib/clang/5.0.0/include\" is invalid (missing cpuid.h header).\nTry setting the KDEV_CLANG_BUILTIN_DIR environment variable manually to fix this.\nSee also: https://bugs.kde.org/show_bug.cgi?id=393779" Disabling the plugin now. ```
We're not shipping the Clang devel headers in the AppImage, I think. Could that be the reason? Sorry, I'm a bit out of the loop regarding what happened in our Clang support lately...
Should be fixed by 997be66c7fc6a8ec3bbde04cc26594dc75a1026b, but as always I'm too fuzzy to mention that bug in the commit message ;)