FreeBSD Port: xorg-libraries-6.9.0

Conrad J. Sabatier conrads at cox.net
Sun Apr 23 13:06:47 UTC 2006


On Mon, 17 Apr 2006 20:40:15 +0200, Giovanni <jumpyboy at infinito.it>
wrote:

> I was compiling xorg-libraries-6.9.0 from ports on FreeBSD 5.4 and I
> get:
> 
> 
> cc -c -O -pipe  -ansi -pedantic -Wno-system-headers
> -Dasm=__asm         -Wall -Wpointer-arith -Wundef
> -I/usr/local/include -I/usr/local/include/freetype2
> -I/usr/local/include/freetype2/config -I.
> -I/usr/ports/x11/xorg-libraries/work/xc/include/fonts -I../include
> -I/usr/ports/x11/xorg-libraries/work/xc/exports/include/X11
> -I/usr/ports/x11/xorg-libraries/work/xc/programs/Xserver/include
> -I/usr/ports/x11/xorg-libraries/work/xc/exports/include
> -I/usr/ports/x11/xorg-libraries/work/xc
> -I/usr/ports/x11/xorg-libraries/work/xc/exports/include
> -I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO
> -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV
> -DSINGLEDEPTH                                -DXFreeXDGA
> -DXvExtension                               -DXFree86LOADER
> -DDLOPEN_HACK -DXFree86Server
> -DXF86VIDMODE
> -DXvMCExtension
> -DSMART_SCHEDULE                                -DBUILDDEBUG
> -DXResExtension
> -DX_BYTE_ORDER=X_LITTLE_ENDIAN
> -DXORG_VERSION_CURRENT="(((6) 
> * 10000000) + ((9) * 100000) + ((0) * 1000) + 
> 0)"           -DXFREE86_FT2      -fPIC xttcap.c
> rm -f ftfuncs.o unshared/ftfuncs.o
> cc -c -ansi -pedantic -Wno-system-headers -Dasm=__asm   -Wall
> -Wpointer-arith -Wundef  -I/usr/local/include
> -I/usr/local/include/freetype2 -I/usr/local/include/freetype2/config
> -I. -I/usr/ports/x11/xorg-libraries/work/xc/include/fonts
> -I../include
> -I/usr/ports/x11/xorg-libraries/work/xc/exports/include/X11
> -I/usr/ports/x11/xorg-libraries/work/xc/programs/Xserver/include
> -I/usr/ports/x11/xorg-libraries/work/xc/exports/include
> -I/usr/ports/x11/xorg-libraries/work/xc
> -I/usr/ports/x11/xorg-libraries/work/xc/exports/include
> -I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO
> -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV
> -DSINGLEDEPTH                                -DXFreeXDGA
> -DXvExtension                               -DXFree86LOADER
> -DDLOPEN_HACK -DXFree86Server
> -DXF86VIDMODE
> -DXvMCExtension
> -DSMART_SCHEDULE                                -DBUILDDEBUG
> -DXResExtension
> -DX_BYTE_ORDER=X_LITTLE_ENDIAN
> -DXORG_VERSION_CURRENT="(((6) 
> * 10000000) + ((9) * 100000) + ((0) * 1000) + 
> 0)"           -DXFREE86_FT2         -O -pipe   ftfuncs.c -o 
> unshared/ftfuncs.o
> ftfuncs.c:49:22: ft2build.h: No such file or directory

/usr/local/include/ft2build.h is part of the print/freetype2 package.
Strange, though, that you're seeing this, as the xorg-libraries port
does have a LIB_DEPENDS for freetype2 explicitly declared in the
Makefile.

Anyway, you may want to make sure you have freetype2 installed first,
and verify that all of the installed files actually exist and
are not corrupted (pkg_info -g freetype2\*).

Hope this helps.

-- 
Conrad J. Sabatier <conrads at cox.net> -- "In Unix veritas"


More information about the freebsd-x11 mailing list