From owner-freebsd-questions@FreeBSD.ORG Sat Mar 19 22:35:43 2005 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 5CA7816A4CE for ; Sat, 19 Mar 2005 22:35:43 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9385143D1D for ; Sat, 19 Mar 2005 22:35:42 +0000 (GMT) (envelope-from asolomon15@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so484145rnf for ; Sat, 19 Mar 2005 14:35:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=C2pv7NNv1Sj3XxUzSDnfiz9XUm56nBweXe/CHVnom1ijLPdbjW5c3KNEfmSYTCnm2tyKR2ICc9IaVWu9yTiFag/iayMwKWengjfxODG7h3zImmAO41VynBRm1k+kXe139+TBOnvL56W2tXftmfxVob4TbBnxEXCCBfrWlDAxzrk= Received: by 10.38.208.17 with SMTP id f17mr1975432rng; Sat, 19 Mar 2005 14:35:42 -0800 (PST) Received: by 10.38.97.22 with HTTP; Sat, 19 Mar 2005 14:35:41 -0800 (PST) Message-ID: Date: Sat, 19 Mar 2005 17:35:41 -0500 From: Antoine Solomon To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: compile problem of mozilla X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antoine Solomon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 22:35:43 -0000 having a problem trying to compile mozilla-1.7.5_2,2 nsFontMetricsPS.cpp: In member function `virtual void nsFT2Type8Generator::GeneratePSFont(FILE*)': nsFontMetricsPS.cpp:1625: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' nsFontMetricsPS.cpp:1627: error: 'struct FTC_ImageTypeRec_' has no member named 'width' nsFontMetricsPS.cpp:1628: error: 'struct FTC_ImageTypeRec_' has no member named 'height' nsFontMetricsPS.cpp:1633: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' gmake[4]: *** [nsFontMetricsPS.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/ps' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. -- Antoine W. Solomon Jr.