Averroes / simplejson

MIT License
0 stars 0 forks source link

Fails to build without compiler, maybe #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

turns out this is not a Windows-specific failure at all. If you replace
the "run" method of class ve_build_ext in setup.py with this version:

   def run(self):
       self._unavailable(ValueError(0))

Original issue reported on code.google.com by bob.ippo...@gmail.com on 14 Apr 2008 at 10:55

GoogleCodeExporter commented 9 years ago
true, build fails on win32 if there is no compiler.

but how about providing a win32 binary package ?

Original comment by ionel...@gmail.com on 24 Apr 2008 at 1:41

GoogleCodeExporter commented 9 years ago
Build one and I'll provide it. I don't use Windows.

Original comment by bob.ippo...@gmail.com on 24 Apr 2008 at 2:49

GoogleCodeExporter commented 9 years ago
I can't reproduce this problem with Python 2.5.2 on Mac OS X x86 w/ setuptools 
0.6c8
or  Linux x86-64 w/ setuptools 0.6c7

Original comment by bob.ippo...@gmail.com on 3 May 2008 at 7:34

GoogleCodeExporter commented 9 years ago
I'm encountering the same failure on win32 when trying to install 'simple json'

  easy_install -v simplejson

See defect http://code.google.com/p/simplejson/issues/detail?id=14.  

What is meant by the comment "true, build fails on win32 if there is no 
compiler"? 
Do I need to install a C compiler i.e. gcc?

Original comment by brian3...@gmail.com on 2 Sep 2008 at 8:12

Attachments: