Author: manx
Date: Sat May 11 23:50:39 2024
New Revision: 20788
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20788
Log:
[Doc/Reg] libopenmpt: Document GCC 14 as unsupported.
Modified:
branches/OpenMPT-1.29/libopenmpt/dox/changelog.md
branches/OpenMPT-1.29/libopenmpt/dox/dependencies.md
Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md
==============================================================================
--- branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sat May 11 23:50:32 2024 (r20787)
+++ branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sat May 11 23:50:39 2024 (r20788)
@@ -11,6 +11,9 @@
`libopenmpt/bindings/freebasic/libopenmpt_ext.bi` were missing from the
Autotools package.
+ * [**Regression**] GCC 14 or later is unsupported on libopenmpt 0.5. Please
+ use libopenmpt 0.7 or later.
+
* M15: Loosen SoundTracker file rejection heuristics a bit to allow loading of
schmokk.mod and scramble_2.mod. Other heuristics has been tightened a bit.
Modified: branches/OpenMPT-1.29/libopenmpt/dox/dependencies.md
==============================================================================
--- branches/OpenMPT-1.29/libopenmpt/dox/dependencies.md Sat May 11 23:50:32 2024 (r20787)
+++ branches/OpenMPT-1.29/libopenmpt/dox/dependencies.md Sat May 11 23:50:39 2024 (r20788)
@@ -11,13 +11,13 @@
* Supported compilers for building libopenmpt:
* **Microsoft Visual Studio 2017** or higher, running on a x86-64 build
system (other target systems are supported)
- * **GCC 7.1** or higher
+ * **GCC 7.1** up to **GCC 13.x**
* **Clang 5** or higher
- * **MinGW-W64 7.1** or higher (it is recommended to preferably use
- posix threading model as opposed to win32 threading model, or at least
- have mingw-std-threads available otherwise)
+ * **MinGW-W64 7.1** up to **GCC 13.x** (it is recommended to preferably
+ use posix threading model as opposed to win32 threading model, or at
+ least have mingw-std-threads available otherwise)
* **emscripten 1.39.1** or higher
- * **DJGPP GCC 7.2** or higher
+ * **DJGPP GCC 7.2** up to **GCC 13.x**
* any other **C++17 compliant** compiler
libopenmpt makes the following assumptions about the C++ implementation
|