[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2015-03-18 Thread protobuf
Comment #14 on issue 531 by st.ere...@gmail.com: Cannot build protobuf using VS2013 https://code.google.com/p/protobuf/issues/detail?id=531 Same problem as #12 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust y

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2015-01-22 Thread elodg
I got the same error when building for x64. The custom build command for proto files in the test projects are hard-coded to work with the default intermediate build directory in the Win32 configuration. You need to change the command property of the Custom Build Tool for all the proto files to

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2014-08-05 Thread protobuf
Comment #13 on issue 531 by novede...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 I've run into the same problems described, both the /FS switch and the min/max error and have fixed both. However I've come across a third error: erro

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2014-07-23 Thread protobuf
Comment #11 on issue 531 by jie...@google.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 Issue 635 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this addres

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2014-07-23 Thread protobuf
Comment #10 on issue 531 by jie...@google.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 Issue 635 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this addres

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2014-03-24 Thread protobuf
Comment #9 on issue 531 by xiaof...@google.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 Issue 616 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this addre

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2014-03-24 Thread protobuf
Updates: Status: Fixed Comment #8 on issue 531 by xiaof...@google.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 (No comment was entered for this change.) -- You received this message because this project is configured to send all iss

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-10-29 Thread protobuf
Comment #7 on issue 531 by makoto...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 This seems to be fixed by r512 (http://code.google.com/p/protobuf/source/detail?r=512). please close this. -- You received this message because this p

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-10-29 Thread protobuf
Comment #6 on issue 531 by sorin.sb...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 What a surprise: I downloaded latest release of libproto (2.5) and tried to convert the projects to 2013 and surprise, msdev 2013 gets stuck at Migra

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-10-23 Thread protobuf
Comment #5 on issue 531 by vvnicho...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 @mjklaim Yes, it's a problem with Protobuf's project files, and it can be fixed by adding the /FS switch. -- You received this message because this pr

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-10-23 Thread protobuf
Comment #4 on issue 531 by mjkl...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 @vvnicho It's a Protobuf problem, you have multiple process opening the same pdb... -- You received this message because this project is configured to se

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-10-23 Thread protobuf
Comment #3 on issue 531 by vvnicho...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 That's not the only issue with VS2013. I get the following error: ..\src\google\protobuf\io\zero_copy_stream.cc : fatal error C1041: cannot open progra

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-09-11 Thread protobuf
Comment #2 on issue 531 by mjkl...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 Just tried VS2013, this patch works for me too. It should work in VS2012 too and previous versions. I will post here again if I find a problem with other

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-07-16 Thread protobuf
Comment #1 on issue 531 by makoto...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 A patch to fix Attachments: vs2013.patch 362 bytes -- You received this message because this project is configured to send all issue notificat