From owner-freebsd-eclipse@FreeBSD.ORG Fri Dec 2 16:07:26 2005 Return-Path: X-Original-To: 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 2F82A16A41F for ; Fri, 2 Dec 2005 16:07:26 +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 3385943D46 for ; Fri, 2 Dec 2005 16:07:24 +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 jB2G7MZm058417; Fri, 2 Dec 2005 18:07:22 +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 jB2G7fxW003553; Fri, 2 Dec 2005 18:07:41 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43907138.7010805@ebs.gr> Date: Fri, 02 Dec 2005 18:07:20 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dmitriy Kalinin References: <9190D76B82E5704ABFB7DEFE647DECC210278A@mskag-dc01.MSKAG.RU.STORMCASINOS.COM> In-Reply-To: <9190D76B82E5704ABFB7DEFE647DECC210278A@mskag-dc01.MSKAG.RU.STORMCASINOS.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: eclipse@freebsd.org Subject: Re: eclipse port bug 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: Fri, 02 Dec 2005 16:07:26 -0000 Dmitriy Kalinin wrote: > Just for information, I found how to solve it. > In > /usr/local/eclipse/plugins/org.eclipse.cdt.core.linux_3.0.1/fragment.xml > > Change platform="linux" to "freebsd" > > It just works :) I've also looked through the source code, the process > listing is implemented itself in eclipse platform core using /proc > filesystem. The interface of /proc in FreeBSD is so similar to Linux so > it just works. Good to know. This is easily fixable then. I think it is already in my WIP. Thanks, Panagiotis