Hi, I am using visual studio 2010 ultimate. I have downloaded and unzipped protobuf 2.4.1 . I followed the instruction in the vsprojects/readme.txt.
When I build the protobuf.sln, the compiler generated many errors. I had reinstalled everything again, but the errors remained the same. Can anybody help me? I believed I missed something. Some of the errors are as below: C:\Fauzy\AV8Project\AV8 Main\GSE\protobuf-2.4.1\protobuf-2.4.1\gtest \include\gtest/internal/gtest-tuple.h(745): error C3855: 'std::tr1::tuple_element': template parameter '_Idx' is incompatible with the declaration 2>C:\Fauzy\AV8Project\AV8 Main\GSE\protobuf-2.4.1\protobuf-2.4.1\gtest \include\gtest/internal/gtest-tuple.h(757): error C2039: 'type' : is not a member of 'std::tr1::tuple_element' 2> C:\Fauzy\AV8Project\AV8 Main\GSE \protobuf-2.4.1\protobuf-2.4.1\gtest\include\gtest/internal/gtest- tuple.h(742) : see declaration of 'std::tr1::tuple_element' 2>C:\Fauzy\AV8Project\AV8 Main\GSE\protobuf-2.4.1\protobuf-2.4.1\gtest \include\gtest/internal/gtest-tuple.h(757): error C2146: syntax error : missing ',' before identifier 'type' 2>C:\Fauzy\AV8Project\AV8 Main\GSE\protobuf-2.4.1\protobuf-2.4.1\gtest \include\gtest/internal/gtest-tuple.h(757): error C2065: 'type' : undeclared identifier 2>C:\Fauzy\AV8Project\AV8 Main\GSE\protobuf-2.4.1\protobuf-2.4.1\gtest \include\gtest/internal/gtest-tuple.h(761): error C2039: 'type' : is not a member of 'std::tr1::tuple_element' Thank you -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
