Re: 2.1.0 release candidate

2009-05-08 Thread Peter K.
Apart from the gtest issue: [==] 669 tests from 93 test cases ran. (21470 ms total) [ PASSED ] 669 tests. on a Windows 2003 Server build machine using MS Dev Studio 2008. Two minor issues, probably due to the Dev Studio version: 1. MS Dev Studio 2008 converts the project on opening

Re: 2.1.0 release candidate

2009-05-08 Thread Kenton Varda
On Fri, May 8, 2009 at 7:08 AM, Peter K. koots...@gmail.com wrote: 1. MS Dev Studio 2008 converts the project on opening the solution file. Yep, that's expected -- we distribute MSVC 2005 project files (and gtest's are MSVC 2003). 2. cl : Command line warning D9035 : option 'Wp64' has

Re: 2.1.0 release candidate

2009-05-06 Thread Kenton Varda
Issues so far: * On Cygwin, int32_t is long rather than int, which causes the compiler to fail to resolve a certain overloaded method. Fixed by rev 142: http://code.google.com/p/protobuf/source/detail?r=142 * The gtest MSVC project files use an incompatible runtime library. The settings need to