[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Comilation problem
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Comilation problem |
Date: |
Sat, 07 Jun 2003 06:41:54 +0200 (CEST) |
> I am compiling the freetype2 library
No, you are compiling FreeType 1.3.1 :-)
> but getting the error message like
> this:
>
> i used ./configure, make
>
> please suggest how to tackle the errors.
Try the current snapshot of FT1 and use option `--without-x' while
configuring. Alternatively, remove the programs `ftstring ftstrtto
fttimer ftview ftzoom' from the `PROGRAMS' variable in
test/arch/unix/Makefile to compile only the test programs which don't
need X11. Alternatively, install X11 on your system :-)
Werner