From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 06:53:30 2005 Return-Path: X-Original-To: ports@freebsd.org 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 3B9BE16A41F; Thu, 22 Sep 2005 06:53:30 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509D843D49; Thu, 22 Sep 2005 06:53:28 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8M6rL9V037354; Thu, 22 Sep 2005 09:53:21 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8M6rV0F051778; Thu, 22 Sep 2005 09:53:32 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <433254DD.2060708@ebs.gr> Date: Thu, 22 Sep 2005 09:53:17 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Eide References: <17201.30821.379204.436530@bas.flux.utah.edu> <4331D13C.5000603@ebs.gr> <17201.54726.23565.10763@bas.flux.utah.edu> In-Reply-To: <17201.54726.23565.10763@bas.flux.utah.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-eclipse@freebsd.org Subject: Re: FreeBSD Port: eclipse-3.1_2 (missing library `swt-mozilla-gtk'?) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 06:53:30 -0000 Eric Eide wrote: > "Panagiotis" == Panagiotis Astithas writes: > > >> Unhandled event loop exception > >> Reason: > >> No more handles (java.lang.UnsatisfiedLinkError: no > >> swt-mozilla-gtk-3138 in java.library.path) > > Panagiotis> Did you build the port with WITHOUT_MOZILLA defined? That > Panagiotis> could explain it. > > I passed your question along to the person who actually installed the Eclipse > 3.1_2 port at my site, and he replied: > > "I didn't enable this specifically, and it isn't in /etc/make.conf, so > this must not be the issue. Maybe we NEED to define WITHOUT_MOZILLA > (?)." > > Eric. If you define WITHOUT_MOZILLA you get no dependency on mozilla/firefox and you have no internal browser swt widget. If you have firefox installed, you could define WITH_MOZILLA=firefox and build eclipse. This should create the libswt-mozilla-gtk-3139.so library. The default build expects to find mozilla installed and if not, it installs it for you. Another thought came to me though, how do you start eclipse? You are supposed to use /usr/local/bin/eclipse, not /usr/local/eclipse/eclipse. Cheers, Panagiotis