From owner-freebsd-eclipse@FreeBSD.ORG Wed Jan 4 12:14:37 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 F15BC16A41F for ; Wed, 4 Jan 2006 12:14:36 +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 8574643D5E for ; Wed, 4 Jan 2006 12:14:35 +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 k04CEXAF039061; Wed, 4 Jan 2006 14:14:33 +0200 (EET) (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 k04CFNlN054045; Wed, 4 Jan 2006 14:15:23 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43BBBC29.6070705@ebs.gr> Date: Wed, 04 Jan 2006 14:14:33 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051223) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Harding References: <1130724152.2470.2.camel@bsd.mvh> <4365CB91.7000000@ebs.gr> <1130763253.8517.1.camel@bsd.mvh> <43671D97.5030502@ebs.gr> In-Reply-To: <43671D97.5030502@ebs.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: No browser in eclipse? 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: Wed, 04 Jan 2006 12:14:37 -0000 Panagiotis Astithas wrote: > Mike Harding wrote: > >> Certainly... >> >> mvh@bsd$ unzip >> -l /usr/local/eclipse/plugins/org.eclipse.swt.gtk.freebsd.x86_3.1.1.jar >> | grep lib >> 22168 10-30-05 09:18 libswt-atk-gtk-3139.so >> 3504 10-30-05 09:18 libswt-awt-gtk-3139.so >> 34832 10-30-05 09:18 libswt-cairo-gtk-3139.so >> 10676 10-30-05 09:18 libswt-gnome-gtk-3139.so >> 159624 10-30-05 09:18 libswt-gtk-3139.so >> 271544 10-30-05 09:18 libswt-pi-gtk-3139.so >> >> and... >> >> mvh@bsd$ grep -i mozilla /etc/make.conf >> mvh@bsd$ > > > It appears that the mozilla library was not built for some reason. If > you haven't defined WITHOUT_MOZILLA while building, I can't see why. As they say, better late than never. I've figured this one out, accidentally, while working on the swt port. ports/91305 contains a fix for your case. Cheers, Panagiotis