From owner-freebsd-eclipse@FreeBSD.ORG Tue Aug 30 18:44:13 2005 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 0EE7016A41F for ; Tue, 30 Aug 2005 18:44:13 +0000 (GMT) (envelope-from frank@fstaals.net) Received: from smtp1.versatel.nl (smtp1.versatel.nl [62.58.50.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5162443D46 for ; Tue, 30 Aug 2005 18:44:11 +0000 (GMT) (envelope-from frank@fstaals.net) Received: (qmail 16305 invoked by uid 0); 30 Aug 2005 18:44:11 -0000 Received: from unknown (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp1.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 30 Aug 2005 18:44:11 -0000 Message-ID: <4314A913.9040406@fstaals.net> Date: Tue, 30 Aug 2005 20:44:35 +0200 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050521) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Durham References: <4314A091.5030700@vailsys.com> In-Reply-To: <4314A091.5030700@vailsys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.1 on freebsd 5.4 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: Tue, 30 Aug 2005 18:44:13 -0000 David Durham wrote: > I'm a BSD newb. Actually, I'm pretty much a *NIX newb. Anyway, I'm > trying to setup eclipse 3.1 on freebsd 5.4. I'm able to setup 3.0.1 > using pkg_add -r eclipse, but I'm not sure about running 3.1M# or > nightly versions for that matter. I tried building from source, but > received compiler errors, which I didn't track down, but could > investigate further. I tried running the linux binaries, but I > received an error: > > error while loading shared libraries: libgtk-x11-2.0.so.0: cannot > open shared object file: No such file or directory > > I'm actually hoping there is some kind of installation guide for 3.1 > on FreeBSD or perhaps a port that I can download. Thanks in advance. > > > - Dave > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to > "freebsd-eclipse-unsubscribe@freebsd.org" Hey, You could/should just build the newest port in the portstree, so cvsup it, here quick what you should do if that isn't set up yet: pkg_add -r cvsup-without-gui make a cvsup file with your favourite text editor, it should look like this ( choose a mirror which is close to you, for me that is in the Netherlands ) : *default tag=. *default host=cvsup2.nl.freebsd.org *default prefix=/usr *default base=/var/db *default release=cvs delete use-rel-suffix compress ports-all release=cvs cvsup -L 2 -g /path/to/cvsupfile after it is finished: cd /usr/ports/java/eclipse && make install distclean That's all good luck -- -Frank Staals