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
in "/opt/vcpkg/buildtrees/libmysql/config-x64-linux-out.log"
-- This is .el8. as found from 'rpm -qf /'
-- Looking for a devtoolset compiler
CMake Warning at CMakeLists.txt:394 (MESSAGE):
Could not find devtoolset compiler/linker in /opt/rh/gcc-toolset-12
CMake Warning at CMakeLists.txt:396 (MESSAGE):
You need to install the required packages:
yum install gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12-binutils gcc-toolset-12-annobin-annocheck gcc-toolset-12-annobin-plugin-gcc
CMake Error at CMakeLists.txt:398 (MESSAGE):
Or you can set CMAKE_C_COMPILER and CMAKE_CXX_COMPILER explicitly.
-- Configuring incomplete, errors occurred!
ninja: build stopped: subcommand failed.
Additional context
the default gcc version of centos8.* is gcc8.*, is there any way to fix this for those that can not upgrade gcc or centos version?
The text was updated successfully, but these errors were encountered:
Operating system
CentOS 8.5
Compiler
GCC 8.5
Steps to reproduce the behavior
Failure logs
in "/opt/vcpkg/buildtrees/libmysql/config-x64-linux-out.log"
Additional context
the default gcc version of centos8.* is gcc8.*, is there any way to fix this for those that can not upgrade gcc or centos version?
The text was updated successfully, but these errors were encountered: