From owner-freebsd-questions@FreeBSD.ORG Fri Mar 19 13:34:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A947D16A4CE for ; Fri, 19 Mar 2004 13:34:59 -0800 (PST) Received: from paris (unknown [209.52.90.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953FE43D2D for ; Fri, 19 Mar 2004 13:34:59 -0800 (PST) (envelope-from bharder@methodlogic.net) Received: from bharder by paris with local (Exim 3.35 #1 (Debian)) id 1B4Rdr-00059p-00; Fri, 19 Mar 2004 13:34:59 -0800 Date: Fri, 19 Mar 2004 13:34:59 -0800 To: freebsd-questions@freebsd.org Message-ID: <20040319213459.GD19452@methodlogic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: brad harder Subject: Pango/freetype X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 21:34:59 -0000 Sorry if this has been discussed before (I'd be surprised if it hasn't). I'm trying to build pango on my system (up-to-date 5.2.1), but it's choking (see below)... I see on archived mailing lists, people are discussing Freetype and Pango, and how _something_ isn't working, but I see no solutions for a fix. Is there a fix for this? "make" output in pango port: gmake[3]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.2.5/pango/opentype' /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/X11R6/etc\" -DLIBDIR=\"/usr/X11R6/ ib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/in lude -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I../.. -I/usr/local/include/freetype2 -I/usr/local/include/glib-2 0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=pentiumpro -Wall -c pango-ot-info.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/X11R6/etc\" -DLIBDIR=\"/usr/X11R6/lib\" -DG_DISABLE_DEPRECATED -DG_DIS BLE_CAST_CHECKS -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 - /usr/local/include -I/usr/X11R6/include -I../.. -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/us /local/include -I/usr/X11R6/include -O -pipe -march=pentiumpro -Wall -c pango-ot-info.c -fPIC -DPIC -o .libs/pango-ot-info.o pango-ot-info.c:25:31: freetype/ftmodapi.h: No such file or directory gmake[3]: *** [pango-ot-info.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.2.5/pango/opentype' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.2.5/pango' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.2.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/pango. -- -bch