freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] 2.0.1 build fails on Linux


From: Jeremy Wadsack
Subject: Re: [Freetype] 2.0.1 build fails on Linux
Date: Thu, 14 Dec 2000 15:27:25 -0700

Werner LEMBERG wrote:

> > I'm trying to build 2.0.1 on an x86 Linux system ('Linux 2.2.14C10',
> > Cobalt Linux, derived from Red Hat).
> >
> > No matter what configuration I try I get the error
> >
> >     builds/freetype.mk:194: no file name for `include'
> >
> > The current version of gcc is
> >
> >     gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>
> Please try the current snapshot.

Same problem. Transcript below. Could this be something with the system
libraries or headers or is this something in freetype? I'd back off to
1.3.X, but it also fails to compile.

Jeremy Wadsack
Wadsack-Allen Digital Group

address@hidden freetype2-current]# make
builds/modules.mk:74: no file name for `include'

FreeType build system -- automatic system detection

The following settings are used:

  platform                    ansi
  compiler                    cc
  configuration directory     ./builds/ansi
  configuration rules         ./builds/ansi/ansi.mk

If this does not correspond to your system or settings please remove the
file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library.

address@hidden freetype2-current]# make
builds/freetype.mk:203: no file name for `include'
cc  -c -I./builds/ansi -I./include -I./src -o obj/ftsystem.o
src/base/ftsystem.c
cc  -c -I./builds/ansi -I./include -I./src -o obj/ftdebug.o
src/base/ftdebug.c
cc  -c -I./builds/ansi -I./include -I./src -o obj/ftinit.o
src/base/ftinit.c
rm -f ./obj/libfreetype.a
ar -r obj/libfreetype.a  ./obj/ftsystem.o ./obj/ftdebug.o ./obj/ftinit.o
address@hidden freetype2-current]# make test
builds/freetype.mk:203: no file name for `include'
make: *** No rule to make target `test'.  Stop.
address@hidden freetype2-current]# make install
builds/freetype.mk:203: no file name for `include'
make: *** No rule to make target `install'.  Stop.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]