From owner-freebsd-java@FreeBSD.ORG Wed Jun 16 00:37:55 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E94A16A4CE for ; Wed, 16 Jun 2004 00:37:55 +0000 (GMT) Received: from gravy.kishka.net (pcp04097789pcs.neave01.pa.comcast.net [68.81.192.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA47F43D5E for ; Wed, 16 Jun 2004 00:37:54 +0000 (GMT) (envelope-from bryan@kishka.net) Received: from gravy.kishka.net (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.12.11/8.12.11) with ESMTP id i5G0bk44002444; Tue, 15 Jun 2004 20:37:46 -0400 (EDT) (envelope-from bryan@kishka.net) Date: Tue, 15 Jun 2004 20:37:46 -0400 (EDT) From: Bryan Liesner To: Jeremy Faulkner In-Reply-To: <40CF40AF.8040409@gldis.ca> Message-ID: <20040615202329.H2433@gravy.kishka.net> References: <40CD30FB.7050905@gldis.ca> <20040615215046.2ad687f7.nork@FreeBSD.org> <20040615133505.R1077@gravy.kishka.net> <40CF3E55.2030702@gldis.ca> <40CF40AF.8040409@gldis.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: java@freebsd.org Subject: Re: eclipse3 RC2 port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 00:37:55 -0000 On Tue, 15 Jun 2004, Jeremy Faulkner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jeremy Faulkner wrote: > | Bryan Liesner wrote: > | | On Tue, 15 Jun 2004, Panagiotis Astithas wrote: > | | > | |> Given the fact that Eclipse 2 is basically unusable with newer Gnome > | |> libraries and that version 3 is just around the corner, wouldn't it > | |> make sense to just update the existing java/eclipse port to version 3 > | |> when it becomes available? > | |> > | |> Cheers, > | |> > | | > | | I tried building the "test version" of the eclipse3 port and the build > | | died trying to find gnome libraries that I don't have installed. Does > | | this mean that I am going to have to install (all||most||some) gnome > | | libraries besides gtk and glib to use Eclipse 3? > | > | I doubt it. What it means is that it would be very nice of you to send > | the output of the build failure. script works well for this. > | > | | Or will the port, when > | | completed, have the same requirements as Eclipse 2? > | > | The port will not have the same requirements as Eclipse 2. > | > | -- > | Jeremy Faulkner http://www.gldis.ca > > I bet these are the ones it wants. > > ~From plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_gtk.mak > > GNOMELIBS = `pkg-config --libs gnome-vfs-module-2.0 libgnome-2.0 > libgnomeui-2.0` > That is correct. This is exactly why the build failed for me. If you still want the build output, I'd be happy to rebuild and send it out when I have a few minutes. Is there a chance a ctwm/mwm user can get this running without installing gobs and gobs of gnome files that they'll probably never use? -Bryan