From owner-freebsd-eclipse@FreeBSD.ORG Sat Mar 3 08:43:08 2012 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAA13106566C for ; Sat, 3 Mar 2012 08:43:08 +0000 (UTC) (envelope-from kron24@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 619688FC16 for ; Sat, 3 Mar 2012 08:43:08 +0000 (UTC) Received: by eekd17 with SMTP id d17so883498eek.13 for ; Sat, 03 Mar 2012 00:43:07 -0800 (PST) Received-SPF: pass (google.com: domain of kron24@gmail.com designates 10.213.4.141 as permitted sender) client-ip=10.213.4.141; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kron24@gmail.com designates 10.213.4.141 as permitted sender) smtp.mail=kron24@gmail.com; dkim=pass header.i=kron24@gmail.com Received: from mr.google.com ([10.213.4.141]) by 10.213.4.141 with SMTP id 13mr485801ebr.236.1330764187396 (num_hops = 1); Sat, 03 Mar 2012 00:43:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=DYFtvpT0R26yyqwFDmyJWramGxijJikPtqlsFuUGC+Q=; b=tfYz5NDtvTMrSy0zn3hjlJKnB40pJ8TUbsm/I9tSPrL9q0Q+w9EQ37z1tmbOkXaTmd CmRnmDNaSQ/n6uWnr7PiSY35SZX/qq1RRz9WRMsQA0ZjqpFyfxeoQr5gtCsT7TWYMXNj Y1vcxP5wdWIN4RmT70orXUUFPF/bwF+qZjg1RAaK55Lr8cois0VqPcWS0wCPSKzl3tfZ 9C8EL4lQHmLJvjfclUktB8z8U2sch/xqC9uJWpBG5Lo2fNaH5U8779FK5fqGwMlr4/Qb PCICbJoRCucADS7KPqU5ZlbQFe7XGQO/snYVVPkLvMWRv8y343idvKv61krMUkxedvF8 5z8g== Received: by 10.213.4.141 with SMTP id 13mr383294ebr.236.1330764187309; Sat, 03 Mar 2012 00:43:07 -0800 (PST) Received: from nbvk.local (uidzr185150.sattnet.cz. [212.96.185.150]) by mx.google.com with ESMTPS id u11sm31133922eeb.1.2012.03.03.00.43.04 (version=SSLv3 cipher=OTHER); Sat, 03 Mar 2012 00:43:05 -0800 (PST) Message-ID: <4F51D996.5070204@gmail.com> Date: Sat, 03 Mar 2012 09:43:02 +0100 From: kron User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120218 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-eclipse@freebsd.org References: <4F462189.3040106@mail.zedat.fu-berlin.de> <4EFDA80600B0354D@> (added by postmaster@resmaa14.ono.com) <4F4A0E04.1080601@zedat.fu-berlin.de> <1330268018.93113.YahooMailRC@web83102.mail.mud.yahoo.com> <4F4CA0A3.2010704@gmail.com> <4F4CC954.2070403@gmx.de> <4F50ECD4.9040405@gmx.de> In-Reply-To: <4F50ECD4.9040405@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: status of eclipse [WAS Re: No working IDE in FreeBSD!] 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: Sat, 03 Mar 2012 08:43:08 -0000 On 2012/03/02 16:52, Thomas Gellekum wrote: > [Moved to freebsd-eclipse] > > On 02/28/12 13:32, Thomas Gellekum wrote: >> >> I'm working on it (3.7.1; there are no 3.7.2 source tarballs for >> download, AFAICS). I should have an update ready by the end of the week. > > That turned out to be too optimistic. Everything compiles, but there's a > problem with the bundle versions used for the internal installation > step. I'll need to dig a bit deeper here. Sorry for the delay. > > tg Never mind, thank for the info. Just out of curiosity, are you struggling java or native sources? Are there any well known instructions to port eclipse? I started with the Makefile of the previous version but choked up early. Then I tried a different approach: Take their Linux binary package and "just" replace Linux binaries (as far I remember there are only one or two there). I left that due to lack of time but I would like to try that again (at least for my personal use). Does it worth trying? BR Oli