OS X 10.9.2: checking whether the C compiler works… no
I faced this same problem after installing xcode; All I had to do was run gcc. This then asked me to accept the xcode license. After, it just worked fine. Hope this helps someone.
I faced this same problem after installing xcode; All I had to do was run gcc. This then asked me to accept the xcode license. After, it just worked fine. Hope this helps someone.
Jon Waltman http://bitbucket.org/jonwaltman/sphinx-info has forked sphinx and written a texinfo builder, it can build the python documentation (I’ve yet done it). It seems that it will be merged soon into sphinx. Here’s the quick links for the downloads (temporary): http://dl.dropbox.com/u/1276730/python.info http://dl.dropbox.com/u/1276730/python.texi Steps to generate python doc in texinfo format: Download the python source code Download … Read more
You need to install texinfo. sudo apt-get install texinfo