Building from source OR-Tools C++ on Linux results in compile error #4490
Labels
Build: CMake
CMake based build issue
Help Needed
Modeling/Usage problem
Lang: C++
Native implementation issue
OS: Linux
GNU/Linux OS
Milestone
What version of OR-Tools and what language are you using?
Version: stable/v9.11
Language: C++
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
I intend to try Gurobi but I'm not sure if it is getting that far.
What operating system (Linux, Windows, ...) and version?
NAME="Red Hat Enterprise Linux"
VERSION="8.8 (Ootpa)"
What did you do?
git clone https://github.com/google/or-tools
cd or-tools
cmake -S . -B build -DBUILD_DEPS=ON
cmake --build build --config Release --target all -v
What did you expect to see
Compile successful! or something like that.
What did you see instead?
a LOT of successful compilations followed by:
Make sure you include information that can help us debug (full error message, model Proto).
Anything else we should know about your project / environment
GNU Make 4.2.1
Built for x86_64-redhat-linux-gnu
$ /usr/bin/c++ --version
c++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18)
The text was updated successfully, but these errors were encountered: