On Thu, Nov 14, 2002 at 04:13:05PM +0100, spipman wrote:
> 
> hi,
> 
> i solve a compilation problem with avifile-0.7.18 with a slackware 8.0:
> in the file lib/video/sub_ft.cpp
> you include <freetype/freetype.h> but it is for first version of freetype, 
> for freetype2 (on the slackware 8.0) you have to include : 
><freetype2/freetype/freetype.h>

hmm I think it's bit more problematic.

There is 'freetype-config'  script - which return the location
of freetype's header file.

I've only freetype2 library (and acutally I'm quite supriced that
there is still someone with version 1.0 - as it's quite  old one).

in the m4/ subdir there  .m4 testfile which is detection version
of freetype library and I've expected they have tried to catch
and solve such problems.

But obviously they 'failed'...

So - what gives you output from:

freetype-config --cflags
freetype-config --libs

Is it correct ?

Also do you have both version installed on your system ?
Maybe in that case you have freetype2-config which should be used ??

If would be good if you could suply me some useful patch for this 
as I'm unable to check and fix such case (Debian & RedHat doesn't
seem to have any problems here)

PS: - freetype2 is not yet being used - there just some basic code
for now - so it could be even safely disable by configure option...

-- 
  .''`.    Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
 : :' :          Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'                          Overclocker's house :)
   `-              http://www.bbspot.com/News/2002/08/house.html        

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to