I am trying to compile Google Protobuf (version 3.3.0) on my computer using 
Visual Studio 2015, but I am getting errors when checking my compiled libs. 
I am using CMake and Visual Studio 2015. I used this 
<https://github.com/google/protobuf/blob/master/cmake/README.md> 
instructions for compiling the source code.

When I execute:


nmake check



I get this results

[----------] Global test environment tear-down[==========] 1926 tests from 190 
test cases ran. (17520 ms total)[  PASSED  ] 1923 tests.[  FAILED  ] 3 tests, 
listed below:[  FAILED  ] 
CommandLineInterfaceTest.DirectDependencies_NoViolation[  FAILED  ] 
CommandLineInterfaceTest.ParseErrors[  FAILED  ] 
CommandLineInterfaceTest.HelpText

 3 FAILED TESTS
NMAKE : fatal error U1077: 
'C:\protobuf-cpp-3.3.0\protobuf-3.3.0\cmake\build\release\tests.exe' : return 
code '0x1'Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
14.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
14.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
14.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'Stop.

Any hint? What am I doing wrong? I didn't change a single line of code. I just 
compiled the code that I got from here 
<https://github.com/google/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.zip>.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to