[protobuf] Re: Issue 281 in protobuf: python c++ implementation build fails with mingw32

2014-10-09 Thread protobuf
Updates: Status: WontFix Owner: xiaof...@google.com Comment #3 on issue 281 by xiaof...@google.com: python c++ implementation build fails with mingw32 https://code.google.com/p/protobuf/issues/detail?id=281 (No comment was entered for this change.) -- You received this

[protobuf] Re: Issue 281 in protobuf: python c++ implementation build fails with mingw32

2011-04-28 Thread protobuf
Comment #2 on issue 281 by redaread...@gmail.com: python c++ implementation build fails with mingw32 http://code.google.com/p/protobuf/issues/detail?id=281 hi, you are right, sysconfig.get_config_var(CC) return None but i can build other c extension as pyproj etc. with the same

[protobuf] Re: Issue 281 in protobuf: python c++ implementation build fails with mingw32

2011-04-27 Thread protobuf
Comment #1 on issue 281 by liuj...@google.com: python c++ implementation build fails with mingw32 http://code.google.com/p/protobuf/issues/detail?id=281 Looks like you don't have a valid C compiler in your mingw32. Could you please run sysconfig.get_config_var(CC) in python to see what it