It seems to be a bug of freetype2.

$ freetype-config --cflags
-I/sw/include -I/sw/include/freetype2

When searching <freetype/freetype.h>, /sw/include/freetype will always
hits before /sw/include/freetype2/freetype/freetype.h.

I think freetype-config should return:

$ freetype-config --cflags
-I/sw/include/freetype2 -I/sw/include


On Wed, 06 Mar 2002 23:57:19 +0100
Martin Costabel <[EMAIL PROTECTED]> wrote:

> Finlay Dobbie wrote:
> 
> > I'll try the suggested workaround later. Want me to file a bug?
> 
> One should tell Masanori about this, at least. I don't know if he
> follows this list.

-- 
Masanori Sekino
mailto:[EMAIL PROTECTED]
http://hp.vector.co.jp/authors/VA008857/

_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to