Re: [protobuf] Trouble compiling 2.3.0 (Segmentation fault)

2010-09-15 Thread Thomas Wrobel
alternatively, how to skip python compiling would also do I think...I just need the c++ On 15 September 2010 22:23, ThomasWrobel darkfl...@gmail.com wrote: I'm struggling to compile 2.3.0 I'm using Mingw32. The first issue I came across was this one;

Re: [protobuf] Trouble compiling 2.3.0 (Segmentation fault)

2010-09-15 Thread Jason Hsueh
Hmm, a lovely ICE in gcc. You might try filing a bug with them or checking to see if there are known issues with Mingw32's gcc. I don't know of an easy way to omit python support. A quick hack would be to just modify python_generator.cc to be empty, which would hopefully get rid of the error. On