r1w1s1 created an issue (geany/geany#4308) My Slackbuild fails so I had to add below into my build script.
``` # GCC 15+ requires <cstdint> for intptr_t/uintptr_t sed -i '1i#include <cstdint>' scintilla/include/ScintillaTypes.h sed -i '1i#include <cstdint>' scintilla/src/Geometry.h ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4308 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
