From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 16:12:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57DB3106566C for ; Sun, 9 Jan 2011 16:12:00 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA1A8FC0A for ; Sun, 9 Jan 2011 16:11:59 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.4/8.14.4) with ESMTP id p09GBwv9058608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Jan 2011 10:11:59 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.4/8.14.4) with ESMTP id p09GBwks027152 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Jan 2011 10:11:58 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.4/8.14.4/Submit) id p09GBwht027151; Sun, 9 Jan 2011 10:11:58 -0600 (CST) (envelope-from dan) Date: Sun, 9 Jan 2011 10:11:58 -0600 From: Dan Nelson To: Frank Shute Message-ID: <20110109161158.GD75125@dan.emsphone.com> References: <20101229165603.2092.qmail@joyce.lan> <4D1B7BA8.9050400@janh.de> <20110109095858.GA47905@orange.esperance-linux.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110109095858.GA47905@orange.esperance-linux.co.uk> X-OS: FreeBSD 8.2-PRERELEASE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.96.4 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (email2.allantgroup.com [199.67.51.78]); Sun, 09 Jan 2011 10:11:59 -0600 (CST) X-Scanned-By: MIMEDefang 2.68 on 199.67.51.78 Cc: "John R. Levine" , freebsd-questions@freebsd.org Subject: Re: Cannot build openjdk6 on Fbsd 8.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2011 16:12:00 -0000 In the last episode (Jan 09), Frank Shute said: > On Sat, Jan 08, 2011 at 03:34:50PM -0500, John R. Levine wrote: > > > > >java/openjdk6 WITH_WEB will give you the plugin to use with www/firefox. > > > > I'm trying to build openjdk6, and I get this error message. Any > > suggestions? > > > > IcedTeaPluginUtils.cc IcedTeaScriptablePluginObject.cc > > In file included from IcedTeaJavaRequestProcessor.h:46, > > from IcedTeaJavaRequestProcessor.cc:41: > > IcedTeaNPPlugin.h:43:27: error: nsThreadUtils.h: No such file or directory > > You have to install Firefox first. It contains that header. The nsThreadUtils.h file on my system was installed by the www/libxul port, and java/openjdk6 depends on that when WITH_WEB is set, so it should already be installed on your system as well. If for some reason libxul isn't installed, try manually installing it, then re-run the openjdk6 build. -- Dan Nelson dnelson@allantgroup.com