Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2006 08:06:29 -0500
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        Giovanni <jumpyboy@infinito.it>
Cc:        ports@freebsd.org, x11@freebsd.org
Subject:   Re: FreeBSD Port: xorg-libraries-6.9.0
Message-ID:  <20060423080629.64113982@localhost>
In-Reply-To: <200604172040.20424.jumpyboy@infinito.it>
References:  <200604172040.20424.jumpyboy@infinito.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 17 Apr 2006 20:40:15 +0200, Giovanni <jumpyboy@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@cox.net> -- "In Unix veritas"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060423080629.64113982>