>> Sorry that was my fault ! >> artifacts due to freetype1 and freetype2 installation > >Are you able to extend detection script to check for this kind >of error (so no other user needs to tnink about such problem ?) >
unfortunately i did not dig enough into autoconf/automake to be able to do this... the only help i can give you is the reason of the mistake: when you install freetype1 ans freetype2 on the same system, you have PREFIX/include/freetype and PREFIX/include/freetype2/freetype In your CFLAGS you set -I PREFIX/include before -I PREFIX/include/freetype2, so the #include <freetype/freetype.h> find freetype.h in PREFIX/include/freetype and do not look into PREFIX/include/freetype2/freetype I hope this will help _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
