You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 8%] Compiling:serialization_utils.cpp
In file included from /home/ronny/Arbeit/Tools/BlitzMaxNG/mod/audio.mod/libopenmpt.mod/openmpt/src/openmpt/all/BuildSettings.hpp:9:0,
from /home/ronny/Arbeit/Tools/BlitzMaxNG/mod/audio.mod/libopenmpt.mod/openmpt/common/stdafx.h:16,
from /home/ronny/Arbeit/Tools/BlitzMaxNG/mod/audio.mod/libopenmpt.mod/openmpt/common/Profiler.cpp:11:
/home/ronny/Arbeit/Tools/BlitzMaxNG/mod/audio.mod/libopenmpt.mod/openmpt/src/mpt/base/detect_compiler.hpp:47:2: error: #error "GCC version 8.1 required"
#error "GCC version 8.1 required"
...
As the latest changes try to keep things "pre-C99"-compatible I think it would also require a certain "GCC-version" being still supported.
Maybe the issue is something else (not the GCC-version).
The Requirement was added in 44a40f4 - but because it missed some files it also needs ee74ffc to process compiling (missing a file before)
Think it only affects libopenmpt, the other audio stuff works fine (cleaned modules before, and normal audio stuff required for playback still compiles fine).
The text was updated successfully, but these errors were encountered:
Running Mint 19.3 I have only GCC 7.5:
As the latest changes try to keep things "pre-C99"-compatible I think it would also require a certain "GCC-version" being still supported.
Maybe the issue is something else (not the GCC-version).
The Requirement was added in 44a40f4 - but because it missed some files it also needs ee74ffc to process compiling (missing a file before)
Think it only affects libopenmpt, the other audio stuff works fine (cleaned modules before, and normal audio stuff required for playback still compiles fine).
The text was updated successfully, but these errors were encountered: