Re: [protobuf] Re: Application doesn't load on a very small number of (Windows) systems

2016-10-05 Thread Ingmar Koecher
First I'd like that add that it's not technically us trying to run this on vintage PIII :-). So I was able to resolve the issue by passing the /arch:SSE command line parameter. Thanks! On Wednesday, October 5, 2016 at 9:33:06 AM UTC-5, Adam Cozzette wrote: > > That's good to know that you're

Re: [protobuf] Re: Application doesn't load on a very small number of (Windows) systems

2016-10-05 Thread Ingmar Koecher
First I'd like that add that it's not technically us trying to run this on vintage PIII :-). So I was able to resolve the issue by passing the /arch:SSE parameter to the C/C++ compiler options. Thanks! On Wednesday, October 5, 2016 at 9:33:06 AM UTC-5, Adam Cozzette wrote: > > That's good to

Re: [protobuf] Re: Application doesn't load on a very small number of (Windows) systems

2016-10-05 Thread 'Adam Cozzette' via Protocol Buffers
That's good to know that you're using protocol buffers on some vintage hardware! :) I wonder if it's not the code per se that's being miscompiled for the architecture but perhaps just the serialized descriptor data that's being linked into the binary. It might be interesting to try saving the

[protobuf] Checkstyle for Protobuf

2016-10-05 Thread Kostiantyn Shchepanovskyi
Hello guys, I am searching for something like checkstyle for protobuf. I have a maven project with proto files, and I want to have following checks: - Indentation check. One of {4 spaces | 2 spaces | tab character} should be used for indentation. - Name