Hi! I'm using GCC8 for compilation and my CMake output is
-- COBS CMAKE_CXX_FLAGS: -Wpedantic -W -Wall -march=native -fPIC
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- TLX CMAKE_CXX_FLAGS: -Wshadow -Wold-style-cast -std=c++17 -g -W -Wall -Wextra -fPIC -Wpedantic -W -Wall -march=native -fPIC -Wcast-qual -Winit-self -Wnoexcept -Woverloaded-virtual -Wredundant-decls
-- pybind11 v2.4.3
-- Configuring done
-- Generating done
-- Build files have been written to: /scratch/my29/cobs/build
When I run make -j4 I would get the following error, it would drag on for thousands of more lines, here is an excerpt of the beginning of the error messages
Hi! I'm using GCC8 for compilation and my CMake output is
When I run make -j4 I would get the following error, it would drag on for thousands of more lines, here is an excerpt of the beginning of the error messages
How should I fix this? Thank you very much!