Hi, On Thu, Aug 13, 2009 at 5:06 PM, Matthias Kramm<[email protected]> wrote: > On Wed, Aug 12, 2009 at 12:47:36PM +0100, Norman Khine <[email protected]> > wrote: >> Here is a new error ;) >> >> http://paste.lisp.org/+1TGX#1 > > I don't understand why it can't find ft2build.h. It's in the include > path. > > Could you run setup with -v? > python setup.py -v build
http://paste.lisp.org/+1TGX#2 The -v did not return anything new. > > Maybe that'll give us a hint. I updated the setup.py so that if sys.platform == "darwin": update_dirs(cc.include_dirs, ["/sw/include/freetype2", "/sw/lib/freetype2/include", "/sw/include", "/opt/local/include", "/opt/local/include/freetype2"]) This went further, but then got this: http://paste.lisp.org/+1TGX#4 > > Matthias > > > > >
