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…

$
python setup.py build

In
file included from src/_backend_agg.cpp:3:

src/ft2font.h:7:22: ft2build.h: No such file or directory
ß------missing
file error here

src/ft2font.h:8:10: #include expects “FILENAME” or

src/ft2font.h:9:10: #include expects “FILENAME” or

src/ft2font.h:10:10: #include expects “FILENAME” or

In
file included from src/_backend_agg.cpp:3:

src/ft2font.h:29:
‘FT_Face’ is used as a type, but is not defined as a type.

src/ft2font.h:31:
‘FT_Matrix’ is used as a type, but is not defined as a type.

src/ft2font.h:32:
‘FT_Vector’ is used as a type, but is not defined as a type.

src/ft2font.h:33:
‘FT_Error’ is used as a type, but is not defined as a type.

src/ft2font.h:34:
parse error before `[’ token

src/ft2font.h:35:
parse error before `[’ token

error:
command ‘gcc’ failed with exit status 1

bash-2.03$

thanks,

Stefan