> > My first attempt on building wine aborted on the configuration step,
> > indicating that it couldn't find freetype even though the only part that
> > seemed to be missing was:
> >      checking for freetype/ftnames.h... no
>
> This looks wrong, the freetype headers are not in /usr/include/freetype,
> they're in /usr/include/freetype2/freetype. Is there a configure switch
> you can use to point it at the freetype headers? Maybe something like
> --with-freetype-includes=/usr/include/freetype2/freetype (that was just
> a guess). Try reading ./configure --help
> If that doesn't work, try making a symbolic link,
> ln -s freetype2/freetype /usr/include/freetype

You usually don't need that symlink, you should have 
/usr/include/ft2build.h
and you should see this:
[EMAIL PROTECTED]:~$ freetype-config --cflags
-I/usr/include/freetype2
that menage to include all the
other freetype include files.
Alessandro Alocci
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to