In install/lib there is a zlibd.lib but no zlib.lib. When I rename the zlibd.lib in install/lib to zlib.lib, and rerun INSTALL, it finishes successfully.
Also, the following tests fail during RUN_TESTS. Many of them throw a failed debug assertion "vector subscript out of range".
What version of OR-Tools and what language are you using? Latest 9.3 on stable 49b6301e1e1e231d654d79b6032e79809868a70e
What operating system (Linux, Windows, ...) and version? Windows VS17 2022 with MSVC 19.30.30709.0 CMake 3.21.21080301-MSVC_2
What did you do? Try to build following the instructions at https://github.com/google/or-tools/tree/stable/cmake#cmake-options and https://github.com/google/or-tools/runs/5579142688?check_suite_focus=true with
I get the following errors during INSTALL
In
install/lib
there is azlibd.lib
but nozlib.lib
. When I rename thezlibd.lib
ininstall/lib
tozlib.lib
, and rerun INSTALL, it finishes successfully.Also, the following tests fail during RUN_TESTS. Many of them throw a failed debug assertion "vector subscript out of range".
At the end of RUN_TESTS these errors occur