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 messag
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
configurat
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 i