Hi all,
I tried compiling protobuf with vs 2005 and vs 2008, the result is the
same:

test-lite - PASS
tests - [ RUN      ] CommandLineInterfaceTest.HelpText
libprotobuf ERROR u:\data\code.c++\c++.util.dev\protobuf-2.4.0a\src
\google\proto
buf\compiler\command_line_interface_unittest.cc:287] Plugin executable
not found
.  Plugin tests are likely to fail.

and trying to compile my project (vs 2010) with proto-generated .h
and .cc file included results in dozens of errors:

Error   214     error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
std::_Container_base_secure::_Orphan_all(void)const " (__imp_?
_Orphan_all@_Container_base_secure@std@@QBEXXZ) C:\projects\c++\__LIVE
\BRVdq\libprotobuf.lib(dynamic_message.obj)     BRVdq

Error   218     error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
std::_Container_base_secure::_Orphan_all(void)const " (__imp_?
_Orphan_all@_Container_base_secure@std@@QBEXXZ) referenced in function
"public: class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const & __thiscall
google::protobuf::UnknownField::length_delimited(void)const " (?
length_delimited@UnknownField@protobuf@google@@QBEABV?$basic_string@DU?
$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)  C:\projects\c++\__LIVE
\BRVdq\libprotobuf.lib(text_format.obj) BRVdq

and so on.

This is on XP

Please help.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to