From owner-freebsd-ports Wed Feb 19 14:14:44 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E4637B4C0 for ; Wed, 19 Feb 2003 14:14:42 -0800 (PST) Received: from c001.snv.cp.net (h021.c001.snv.cp.net [209.228.32.135]) by mx1.FreeBSD.org (Postfix) with SMTP id 38A7243F75 for ; Wed, 19 Feb 2003 14:14:42 -0800 (PST) (envelope-from kutulu@kutulu.org) Received: (cpmta 10800 invoked from network); 19 Feb 2003 14:14:41 -0800 Received: from 64.212.128.3 (HELO kutulu) by smtp.register-admin.com (209.228.32.135) with SMTP; 19 Feb 2003 14:14:41 -0800 X-Sent: 19 Feb 2003 22:14:41 GMT Message-ID: <007301c2d864$4cd6a5e0$29330f0a@lcapps.educate.com> From: "Kutulu" To: Subject: x11perf won't build (Xft related?) Date: Wed, 19 Feb 2003 17:14:41 -0500 Organization: KutuluWare Software Services MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm having problems building x11perf from the XFree86-4-clients port (ultimately a dependancy of tightvnc). The generated Makefile appears to be missing the proper includes switch for freetype2, so I get an error: In file included from do_text.c:403: /usr/X11R6/include/X11/Xft/Xft.h:35:31: freetype/freetype.h: No such file or directory And several other errors in Xft.h that are obviously due to missing definitions from freetype.h. If I manually force the FREETYPE2INCLUDES into the cc command line it gets rid of these errors, but I get one last error: do_text.c: In function `InitAAText': do_text.c:425: structure has no member named `core' which occurs because x11perf seems to think XftFont has a 'core' property but Xft.h doesn't. I noticed recently that changes were made to the XFree86 ports relating to the installation of/dependancies on Xft. I don't know if this is related, but I've never had issues in the past installing X from ports, so I figured this would be a good first step. --Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message