Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gcc

Gcc Error: Command 'gcc-4.0' Failed With Exit Status 1

I am trying to install Fabric into a Virtualenv / Django 1.3.1 / OS X Lion with Xcode 4.2. This err… Read more Gcc Error: Command 'gcc-4.0' Failed With Exit Status 1

Compiling Pyx Files

I've just started to learn cython and this is the first time that I'm trying to compile .py… Read more Compiling Pyx Files

"unknown Type Name 'decltype'": Installing Pyicu On Mac Failed, With Gcc Error

I ran the following command (because I have both python2 and python3 on my mac): $ CFLAGS=-I/usr/l… Read more "unknown Type Name 'decltype'": Installing Pyicu On Mac Failed, With Gcc Error

Python Extension Module With Embedded Python Calls Wrong Library

I've a python extension module (2.7) (produced by swig), that itself links to a library linked … Read more Python Extension Module With Embedded Python Calls Wrong Library

Gcc-4.0 Error When Building _imaging Extension For Pil

When I install PIL (or pillow), the _imaging C module does not install. This is a common error, and… Read more Gcc-4.0 Error When Building _imaging Extension For Pil

Pip Raises Stdio.h Not Found Error On Mac Os X Mavericks (10.9)

I have tried countless solutions at this point and nothing seems to work. I'm trying to install… Read more Pip Raises Stdio.h Not Found Error On Mac Os X Mavericks (10.9)