-
Bug
-
Resolution: Done
-
Major
-
JDG 7.1.0 ER2
-
None
There are a couple of issues building the C++ test code on Windows using the source included with the ER2 build:
- First, the Protobuf library is now called libprotobuf.lib and the CMake file expects it to be protobuf.lib
- There are link errors, and the attached build.log shows the errors. Some messages are related to remote queries and some are related to SSL.
The first issue is easy to fix, but I am not as sure about the second one. I am able to build and run the tests from the upstream project on Windows. vrigamon@redhat.com
- is caused by
-
HRCPP-348 Static Protobuf library is not found on Windows when HOTROD_PREBUILT_LIB_DIR is used
- Closed