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 the solution
file.
2. cl : Command line warning D9035 : option 'Wp64' has been deprecated
and will be removed in a future release

Ciao,

Peter K.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 been deprecated
 and will be removed in a future release


Yeah, I've been ignoring that.  :)

Thanks.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 be flipped from multi-threaded to multi-threaded DLL,
otherwise the linker gets upset.  I forgot to do this after my last update
of the gtest code.

On Wed, May 6, 2009 at 2:34 PM, Kenton Varda ken...@google.com wrote:

 Hi all,
 I've uploaded release candidate 2.1.0rc1 here:

 http://groups.google.com/group/protobuf/files?pli=1

 If you get a chance, test it out, and report back on what platform you use
 and whether or not it worked.

 (Monty, I'm particularly interested in your results, since you seem to be a
 heavy user and on platforms I can't test myself.)


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---