Subject: Re: Antialiased fonts for fluxbox
To: None <netbsd-help@netbsd.org>
From: Daniel Bolgheroni <dbolgheroni@uol.com.br>
List: netbsd-help
Date: 09/24/2003 01:32:46
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,