From: Kuzminski, S. R <SKu...@fa...> - 2004-05-07 13:15:24
|
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.. =20 =20 $ 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 <FILENAME> src/ft2font.h:9:10: #include expects "FILENAME" or <FILENAME> src/ft2font.h:10:10: #include expects "FILENAME" or <FILENAME> 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$ =20 =20 thanks, Stefan |