The environment is below.
OS: Windows 7, Windows 10 64 bit
cmake: 3.13.4
OpenSSL: 1 _ 0 _ 2
Java: 1.8.0_201
gradle: 5.2.1
Installation with the following command will succeed.
cmake - G "Visual Studio 14 2015 Win 64" - DTHIRDPARTY = ON
cmake --build. --target install
When DBUILD_JAVA is turned on as follows,
An error will occur while executing the command of the second line.
cmake - G "Visual Studio 14 2015 Win 64" - DTHIRDPARTY = ON - DBUILD - JAVA = ON
cmake --build. --target install
The error is as follows.
C: \ Program Files (x86) \ MSBuild \ Microsoft.Cpp \ v4.0 \ V140 \ Microsoft.CppCommon.targets (171, 5):
error MSB 6006: "cmd.exe" exited with code 1. [C: \ Fast-RTPS \ build \ java.vcxproj]
If you know the steps and settings necessary to resolve this error and install it
Please kindly advise.
The environment is below.
OS: Windows 7, Windows 10 64 bit
cmake: 3.13.4
OpenSSL: 1 _ 0 _ 2
Java: 1.8.0_201
gradle: 5.2.1
Installation with the following command will succeed.
cmake - G "Visual Studio 14 2015 Win 64" - DTHIRDPARTY = ON
cmake --build. --target install
When DBUILD_JAVA is turned on as follows,
An error will occur while executing the command of the second line.
cmake - G "Visual Studio 14 2015 Win 64" - DTHIRDPARTY = ON - DBUILD - JAVA = ON
cmake --build. --target install
The error is as follows.
C: \ Program Files (x86) \ MSBuild \ Microsoft.Cpp \ v4.0 \ V140 \ Microsoft.CppCommon.targets (171, 5):
error MSB 6006: "cmd.exe" exited with code 1. [C: \ Fast-RTPS \ build \ java.vcxproj]
If you know the steps and settings necessary to resolve this error and install it
Please kindly advise.