From owner-freebsd-java@FreeBSD.ORG Tue Oct 19 21:17: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 877C516A4CE for ; Tue, 19 Oct 2004 21:17:11 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E376143D58 for ; Tue, 19 Oct 2004 21:17:10 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.70.47]) by mta10.adelphia.netESMTP <20041019211710.WECX18454.mta10.adelphia.net@default.chvlva.adelphia.net> for ; Tue, 19 Oct 2004 17:17:10 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id F27525940; Tue, 19 Oct 2004 17:19:39 -0400 (EDT) Date: Tue, 19 Oct 2004 17:19:39 -0400 From: Parv To: freebsd-java@freebsd.org Message-ID: <20041019211939.GB30267@moo.holy.cow> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: FreeBSD 4.10-p3 - java/eclipse - Errors when building WITH_MOTIF 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: Tue, 19 Oct 2004 21:17:11 -0000 While building java/eclipse port error occurs ... $ make build -DBATCH -DWITHOUT_GNOMEVFS -DWITH_MOTIF # "Makefile", line 75: Malformed conditional (empty(${BUILD_KDE})) "Makefile", line 75: Missing dependency operator "Makefile", line 80: if-less endif "Makefile", line 80: Need an operator make: fatal errors encountered -- cannot continue ... done build in /misc/ports/java/eclipse ...but the minimum command to make above errors happen seem to be (for that matter, change BUILD_KDE to any other variable) ... make -V BUILD_KDE -DWITH_MOTIF Some versions... FreeBSD (running) 4.10-RELEASE-p3 Eclipse (trying to install) 1.23 2004/07/28 17:56:31 (from $FreeBSD ...$) GCC (port installed) 3.4.2_20040827 How can i resolve the errors (on FreeBSD 4.x)? - Parv --