Hello! I am new to Protocol Buffers and I am trying to get it working. I finally compiled with Visual Studio 2013 after reading here<https://code.google.com/p/protobuf/issues/detail?id=531> and adding /FS parameter. Now I run tests.exe and lite-test.exe. lite-test.exe passed the test but in tests.exe i get this errors:
[----------] Global test environment tear-down [==========] 868 tests from 112 test cases ran. (2643 ms total) [ PASSED ] 841 tests. [ FAILED ] 27 tests, listed below: [ FAILED ] CommandLineInterfaceTest.BasicPlugin [ FAILED ] CommandLineInterfaceTest.GeneratorAndPlugin [ FAILED ] CommandLineInterfaceTest.MultipleInputs [ FAILED ] CommandLineInterfaceTest.MultipleInputsWithImport [ FAILED ] CommandLineInterfaceTest.CreateDirectoryA [ FAILED ] CommandLineInterfaceTest.GeneratorParameters [ FAILED ] CommandLineInterfaceTest.Insert [ FAILED ] CommandLineInterfaceTest.PluginOutputWriteError [ FAILED ] CommandLineInterfaceTest.PluginOutputDirectoryNotFoundError [ FAILED ] CommandLineInterfaceTest.GeneratorPluginError [ FAILED ] CommandLineInterfaceTest.GeneratorPluginFail [ FAILED ] CommandLineInterfaceTest.GeneratorPluginCrash [ FAILED ] CommandLineInterfaceTest.PluginReceivesSourceCodeInfo [ FAILED ] EncodeDecodeTest.Encode [ FAILED ] EncodeDecodeTest.Decode [ FAILED ] EncodeDecodeTest.Partial [ FAILED ] EncodeDecodeTest.DecodeRaw [ FAILED ] EncodeDecodeTest.UnknownType [ FAILED ] EncodeDecodeTest.ProtoParseError [ FAILED ] BootstrapTest.GeneratedDescriptorMatches [ FAILED ] GeneratedDescriptorTest.IdenticalDescriptors [ FAILED ] MessageTest.ParseFromFileDescriptor [ FAILED ] MessageTest.ParsePackedFromFileDescriptor [ FAILED ] TextFormatTest.Basic [ FAILED ] TextFormatTest.ParseBasic [ FAILED ] TextFormatExtensionsTest.Extensions [ FAILED ] TextFormatExtensionsTest.ParseExtensions 27 FAILED TESTS I am running this in Windows 8 x64. I tried compiling Protocol Buffer in 32 and 64 bits but I get the same errors. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
