> I don't know what the changes are in freetype.h, but the changes I > made are as follows: > > /* #include "freetype/freetype.h" */ > #include <ft2build.h> > #include FT_FREETYPE_H > > in soyapyrex.c. That is, the commented out #include is what you > already had, and I inserted the two following lines (as per the #error > messages' suggestion). > > Obviously the real fix needs to go into freetype.pxd, but I don't know > > how macros interoperate with pyrex.
I fixed this by adding a small .h file that does the job... Can you test it again with the fix (in the CVS) ? Jiba -- Pour vous desabonner envoyez un mail a [EMAIL PROTECTED]
