From owner-freebsd-java@FreeBSD.ORG Thu Mar 25 13:42:05 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 C2C5416A4CE for ; Thu, 25 Mar 2004 13:42:05 -0800 (PST) Received: from mailgw3.epnet.com (mailgw3.epnet.com [208.198.163.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FBF343D53 for ; Thu, 25 Mar 2004 13:42:05 -0800 (PST) (envelope-from DPullara@epexchange.epnet.com) Message-ID: From: David Pullara To: "'java@FreeBSD.ORG'" Date: Thu, 25 Mar 2004 16:46:12 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Subject: FW: eclipse does not compile (followup) 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: Thu, 25 Mar 2004 21:42:05 -0000 I sent it to portsmgr by mistake. -----Original Message----- From: David Pullara Sent: Thursday, March 25, 2004 3:13 PM To: David Pullara; 'portsmgr@freebsd.org' Subject: eclipse does not compile (followup) It never did come back from the "generateJavadoc" part. Do you guys have an idea of what might be happening there? -----Original Message----- From: David Pullara Sent: Thursday, March 25, 2004 2:52 PM To: 'portsmgr@freebsd.org' Subject: eclipse does not compile I just updated my ports collection this morning using cvsup. I am running 4.9 though I haven't rebuilt world with the latest sources yet. I have the linux 1.4.2 jdk installed. When I try to build eclipse via the ports, it gaks bigtime. The problem is that the file /usr/local/linux-sun-jdk1.4.2/include/jni.h is including "jni_md.h". However, that file is in /usr/local/linux-sun-jdk1.4.2/include/linux/ To get around this I made a hard link in the include directory, ln linux/jni_md.h but I don't know if this is the right solution. It did get past all the compile errors though and into a later stage in the build - right now it seems paused at the "generateJavadoc:" stage; hopefully it's not hung. I also don't know if this problem would have shown up if I had installed the patched 1.4jdk which runs native. Does eclipse care which variant I'm using? I am planning on installing the native one later but might not get to it for a few days. I'll see if I can test that though. hope this helps David Pullara