From owner-freebsd-eclipse@FreeBSD.ORG Fri Aug 18 21:22:41 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E182C16A4E0 for ; Fri, 18 Aug 2006 21:22:41 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7348E43D46 for ; Fri, 18 Aug 2006 21:22:41 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 18 Aug 2006 17:22:40 -0400 Message-ID: <44E62F9F.9090500@appriss.com> Date: Fri, 18 Aug 2006 17:22:39 -0400 From: David Sledge User-Agent: Thunderbird 1.5.0.5 (X11/20060731) To: freebsd-eclipse@freebsd.org References: <426b510c0608150218t294c212x92fc8e0c9db62d10@mail.gmail.com> <44E26B64.5080801@posom.com> <768690DD58883C4FAA0C089A534F94DF2054C8@intexch02.int.appriss.com> <20060816153352.GD28819@office.redwerk.com> <44E344CA.6090804@appriss.com> <20060817161343.GA34265@misty.eyesbeyond.com> <20060817163522.GA32860@office.redwerk.com> <44E4DFBF.2020106@appriss.com> <20060818095201.GA2821@office.redwerk.com> In-Reply-To: <20060818095201.GA2821@office.redwerk.com> Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 18 Aug 2006 21:22:40.0154 (UTC) FILETIME=[6F558FA0:01C6C30C] MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Eclipse GUI speed issue X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 21:22:42 -0000 Eugeny N Dzhurinsky wrote: On Thu, Aug 17, 2006 at 05:29:35PM -0400, David Sledge wrote: the thing is I issued make with arguments make -DWITHOUT_GNOMEVFS -DWITHOUT_CAIRO -DWITHOUT_MOZILLA but it still wants Mozilla to be installed? Ok, this should be fixed now. I won't be able to update the shar file on website until tomorrow. I will email you the new shar file for you to try in a separate email. That still produces same error :( Please verify that the patch file "files/post-patch-plugins-swt-gtk-make_freebsd.mak" matches the following lines for the all target. -all: make_swt make_atk make_gnome make_glx +all: make_swt make_atk $(MAKE_GNOME) make_glx $(MAKE_MOZILLA) $(MAKE_CAIRO)