Subject: Re: Antialiased fonts for fluxbox
To: None <netbsd-help@netbsd.org>
From: Roger Fischer <r@aileron.org>
List: netbsd-help
Date: 09/24/2003 21:56:23
I've been getting the same error trying to build fontconfig.
(freetype.h: No such file or directory).

It's frustrating because It appears I need this to build ethereal.
Required by GTK stuff due to dependencies of dependencies.

- roger

At 1:32 AM +0000 9/24/03, Daniel Bolgheroni wrote:
>I'm sorry. I didn't see this information are in NetBSD documentation webpage.
>
>http://www.netbsd.org/Documentation/x/#anti_aliased
>
>But I'm having the problem below, trying to build fontconfig from pkgsrc:
>
>(...)
>
>gmake[2]: Entering directory
>`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1/fc-lang'
>cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/X11R6/include/freetype2 
>-I/usr/pkg/include  -O2 -I/usr/pkg/include -c fc-lang.c
>In file included from ../src/fcint.h:39,
>                  from fc-lang.c:25:
>../fontconfig/fcfreetype.h:27: freetype/freetype.h: No such file or directory
>gmake[2]: *** [fc-lang.o] Error 1
>gmake[2]: Leaving directory
>`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1/fc-lang'
>gmake[1]: *** [all-recursive] Error 1
>gmake[1]: Leaving directory
>`/usr/pkgsrc/fonts/fontconfig/work/fontconfig-2.2.1'
>gmake: *** [all-recursive-am] Error 2
>*** Error code 2
>
>Stop.
>make: stopped in /usr/pkgsrc/fonts/fontconfig
>*** Error code 1
>
>Stop.
>make: stopped in /usr/pkgsrc/fonts/fontconfig
>#
>
>On Tuesday 23 September 2003 21:29, Michal Pasternak wrote:
>>  Daniel Bolgheroni [Tue, Sep 23, 2003 at 04:29:33PM +0000]:
>>  > Hi,
>>  >
>>  > What can I do to see antialiased fonts in fluxbox? What fonts must be
>>  > installed?
>>
>>  MS TrueType ones are a good thing to have installed. Not to mention the
>>  antialiasing in WM - the webpages look as they are supposed to. Use
>>  pkgsrc/fonts/ms-ttf ... and make sure you install them correctly
>>  (fonts.dir, xset +fp, xset fp rehash or edit XF86Config and restart X or
>>  ... ).
>>
>>  Regards,