From owner-freebsd-java@FreeBSD.ORG Sat Aug 28 22:18:11 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 5543316A4CE for ; Sat, 28 Aug 2004 22:18:11 +0000 (GMT) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694DD43D58 for ; Sat, 28 Aug 2004 22:18:10 +0000 (GMT) (envelope-from past@netmode.ntua.gr) Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i7SMI70A063600; Sun, 29 Aug 2004 01:18:08 +0300 (EEST) (envelope-from past@netmode.ntua.gr) Received: from [147.102.229.10] (ppp-229-010.dialup.ntua.gr [147.102.229.10]) by netmode.ece.ntua.gr (8.12.10/8.12.8) with ESMTP id i7SMI7jI051395; Sun, 29 Aug 2004 01:18:07 +0300 (EEST) (envelope-from past@netmode.ntua.gr) Message-ID: <4131049D.6090307@netmode.ntua.gr> Date: Sun, 29 Aug 2004 01:18:05 +0300 From: Panagiotis Astithas User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Lamar References: <413090A0.7090101@vt.edu> In-Reply-To: <413090A0.7090101@vt.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: Eclipse 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: Sat, 28 Aug 2004 22:18:11 -0000 Brian Lamar wrote: > I have been unable to compile Eclipse from the ports with an updated > ports tree and upgraded ports. There is no package seemingly available > for Eclipse so I thought someone might be able to give me some insight > on to why the compile is failing. > > > SNIPPET OF ERRORS: > > ...above are about 30ish more '*' token errors on lines above 732. > /usr/local/linux-sun-jdk1.4.2/include/jni.h:732: error: syntax error > before '*' token You need the native jdk14 for the eclipse port. This is an oversight that will be corrected soon. You may add the following line in the port's Makefile, to achieve the desired result: JAVA_OS= native