solaris compilation

I'm trying to install 0.53.1 on solaris and am getting

    > this compile error. Looks like it needs the file
    > ft2build.h, but I don't see it anywhere..

You need to make sure a recent version of freetype (we recommend 2.1.7
or later) is installed on your system (and zlib and png for that
matter). If it is installed, you need to make sure you add the base
install dir to your basedir list in setupext.py. Eg if it is
installed to /some/dir/freetype2 you need to add /some/dir to
basedir['sunos5'] in that file; (I'm assuming sys.platform returns
'sunos5').

Where do the GNU tools for solaris go by default; something like
/freeware? I'm referring to the collection from
http://wwws.sun.com/software/solaris/freeware/download.html. I can't
recall but whatever the base install dir is, we should add this dir to
the default sunos5 basedir list.

Finally, please submit back the required changes you made to
seteupext.py (if any) so we can fix this.

Hell, you got gdmodule compiled on win32; matplotlib on solaris should
be a cake walk :slight_smile:

Thanks,
John Hunter