What version of OR-Tools and what language are you using?
Version: v9.7 binary
Language: C++
What operating system (Linux, Windows, ...) and version?
Windows 10, Visual Studio 2022
What did you do?
Steps to reproduce the behavior:
- Use ortools_full.lib to link the application
- Got linker error that utf8_range::IsStructurallyValid and utf8_range::SpanStructurallyValid are missing.
- Add protocolbuffers/utf8_range/utf8_validity_test.cc code to project ( see [https://github.com/protocolbuffers/utf8_range/blob/main/utf8_validity.cc] )
- Code now compiles, seems a .cc-files was forgotten in the build
What did you expect to see
Succesful compilation
What did you see instead?
A linker error