freetype
[Top][All Lists]
Advanced

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

[Freetype] Installation


From: Martin Voelkening - 0700webhilfe.de
Subject: [Freetype] Installation
Date: Tue, 16 Jul 2002 14:26:05 -0700

Hi,

I am trying to install freetype 1.3.1 which I need for Typo3. I have the
following problems during the installation:

p15097515:/usr/src/packages/BUILD/freetype-1.3.1 # ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... (cached)
yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared
libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for locale.h... (cached) yes
checking for setlocale... (cached) yes
checking for libintl.h... (cached) yes
checking for gettext in -lintl... (cached) no
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... (cached) /usr/bin/msgmerge
checking for rm... (cached) rm
checking for rmdir... (cached) rmdir
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for cos in -lm... (cached) yes
checking for X... (cached) no
checking for stdlib.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking size of int... (cached) 4
checking size of long... (cached) 4
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
creating ./config.status
creating Makefile
creating MakeSub
creating lib/arch/unix/Makefile
creating test/arch/unix/Makefile
creating po/Makefile.in
creating ft_conf.h
ft_conf.h is unchanged

p15097515:/usr/src/packages/BUILD/freetype-1.3.1 # make
cd lib; make -f arch/unix/Makefile all
make[1]: Entering directory `/usr/src/packages/BUILD/freetype-1.3.1/lib'
rm -f memory.c file.c mutex.c
ln -s /usr/src/packages/BUILD/freetype-1.3.1/lib/arch/unix/../../ttmemory.c
memory.c
ln -s
/usr/src/packages/BUILD/freetype-1.3.1/lib/arch/unix/../../arch/unix/ttmmap.
c file.c
ln -s /usr/src/packages/BUILD/freetype-1.3.1/lib/arch/unix/../../ttmutex.c
mutex.c
make -f arch/unix/Makefile LIB_FILES="freetype.lo ftxkern.lo ftxgasp.lo
ftxpost.lo ftxcmap.lo ftxsbit.lo ftxwidth.lo ftxerr18.lo ftxgsub.lo
ftxgpos.lo ftxgdef.lo ftxopen.lo" libttf.la
make[2]: Entering directory `/usr/src/packages/BUILD/freetype-1.3.1/lib'
make[2]: `libttf.la' is up to date.
make[2]: Leaving directory `/usr/src/packages/BUILD/freetype-1.3.1/lib'
make[1]: Leaving directory `/usr/src/packages/BUILD/freetype-1.3.1/lib'
cd test; make -f arch/unix/Makefile all
make[1]: Entering directory `/usr/src/packages/BUILD/freetype-1.3.1/test'
gcc -c -I. -I/usr/src/packages/BUILD/freetype-1.3.1/test/arch/unix/../.. -I.
. -I/usr/src/packages/BUILD/freetype-1.3.1/test/arch/unix/../../../lib -I/us
r/src/packages/BUILD/freetype-1.3.1/test/arch/unix/../../../lib/extend -g -O
2  -Wall -pedantic -ansi  -DX11 -DLOCALEDIR='"/usr/local/share/locale"'
/usr/src/packages/BUILD/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x
11.c
/usr/src/packages/BUILD/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x
11.c:22: X11/Xlib.h: No such file or directory
/usr/src/packages/BUILD/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x
11.c:23: X11/Xutil.h: No such file or directory
/usr/src/packages/BUILD/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x
11.c:24: X11/cursorfont.h: No such file or directory
make[1]: *** [gwin_x11.o] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/freetype-1.3.1/test'
make: *** [tttest] Error 2

My System:
Linux SuSe 7.2
Apache 1.3.26

What's wrong? Thanks for your help..

Martin




reply via email to

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