This is the partner PR to geany/infrastructure#11:

the latest Scintilla version doesn't compile in the Mingw64 cross compiler CI job. This is because the used cross compiler toolchain doesn't support C++ features like "std:future".
See https://sourceforge.net/p/mingw-w64/bugs/959/.

So we use the "posix" variant of this compiler toolchain which does support it.
To be able to start Geany with this change, we need to copy the corresponding C++ runtime library into the GTK bundle and so into the installer.

While at it, I added some information about the used compiler and library versions as suggested in #3551 (comment).


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3568

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3568@github.com>