From owner-freebsd-java@FreeBSD.ORG Sat Jul 12 03:12:52 2003 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 C2C3337B401 for ; Sat, 12 Jul 2003 03:12:52 -0700 (PDT) Received: from aardvark.ozdial.net.au (aardvark.ozdial.net.au [203.22.251.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7436743FCB for ; Sat, 12 Jul 2003 03:12:51 -0700 (PDT) (envelope-from psm@aardvark.net.au) Received: from aardvark.net.au (dialup-169.54.194.203.acc04-dryb-mel.comindico.com.au [203.194.54.169]) h6CACi330455 for ; Sat, 12 Jul 2003 20:12:45 +1000 Message-ID: <3F0FDF15.6020604@aardvark.net.au> Date: Sat, 12 Jul 2003 20:12:37 +1000 From: Phil Malin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en; Stable) Gecko/20030417 Beonex/0.8.1-stable X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@FreeBSD.ORG X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1, required 5, SPAM_PHRASE_02_03, USER_AGENT, USER_AGENT_MOZILLA_UA, X_ACCEPT_LANG) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Eclipse build failing. 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, 12 Jul 2003 10:12:53 -0000 Hi there. I hope this is the correct email address to use - it's listed as the MAINTAINER in the Eclipse Makefile. I'm trying to build Eclipse on my system (FreeBSD 5.0-RELEASE) with jdk-1.3.1p7_2 but it fails with the following message (part of the make output): [javac] symbol : class PrefixExpression [javac] location: package dom [javac] import org.eclipse.jdt.core.dom.PrefixExpression; [javac] ^ [javac] /usr/ports/java/eclipse/work/plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java:63: cannot resolve symbol [javac] symbol : class PrimitiveType [javac] location: package dom import org.eclipse.jdt.core.dom.PrimitiveType;import org.eclipse.jdt.core.dom.PrimitiveType; BUILD FAILED file:/usr/ports/java/eclipse/work/plugins/org.eclipse.jdt.ui/build.xml:76: Listener attempted to access System.err - infinite loop terminated Have you seen this before or do you have any suggestions? Thanks in advance for any help... Cheers. Phil.