Ok, what have I done now? After all the little .h file fixes I figured I'd start clean. Now when I try to compile the CVS version I get:
[EMAIL PROTECTED] soya $ python ./setup.py build running build running build_py running build_ext building 'soyapyrex' extension /home/jack/apps/soya-cvs/soya/base.pyx:20:17: Syntax error in C class definition Any ideas? On Sat, 2004-02-28 at 07:05, Jiba wrote: > > 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 -- Jack Madison <[EMAIL PROTECTED]> -- Pour vous desabonner envoyez un mail a [EMAIL PROTECTED]
