From owner-freebsd-java@FreeBSD.ORG Sun Oct 12 10:08:40 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 8197716A4B3 for ; Sun, 12 Oct 2003 10:08:40 -0700 (PDT) Received: from mail.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3513143FAF for ; Sun, 12 Oct 2003 10:08:39 -0700 (PDT) (envelope-from aah@acm.org) Received: (qmail 3969 invoked from network); 12 Oct 2003 17:08:38 -0000 Received: from unknown (HELO acm.org) (aah@[216.27.178.67]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 Oct 2003 17:08:38 -0000 Message-ID: <3F898ACA.6060302@acm.org> Date: Sun, 12 Oct 2003 10:09:30 -0700 From: Andrew Houghton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031011 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: JDK14p4 plugin build fails 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: Sun, 12 Oct 2003 17:08:40 -0000 After my last message, I think it's likely this is a local problem rather than a problem with the port, but it's not clear to me how to fix it. rm -rf /usr/ports/java/jdk14 (cvsup) cd /usr/ports/java/jdk14 make build .. everything builds fine up to what looks like the plugin: gmake[2]: Entering directory `/usr/ports/java/jdk14/work/j2se/ext/plugin/build/solaris' g++ -Wall -Wno-unused -Wconversion -D_BSD_SOURCE -I/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/plugin/CClassHeaders -I../../oji-plugin/src/motif/common -I../../oji-plugin/src/motif/navig5 -I/usr/X11R6/include -I../../../../src/share/javavm/export -I../../../../src/solaris/javavm/export -I/usr/local/include/nspr -I../../oji-plugin/include/mozilla_headers_ns600 -I/usr/local/bin//../plugin/libIDL/include -O -c -I/usr/local/include -D_BSD_SOURCE -w -DV600 -D_GNU_SOURCE -DXP_UNIX -DVERSION="\"1.4.1-p4-aah_12_oct_2003_09_58\"" -DDATE="\"Oct-12-2003\"" -DARCH="\"i386\"" -DRAPTOR_API -DNEW_STREAMING_API -D"PLUGIN_VERSION=\"1.4.1\"" -D"PLUGIN_NODOTVERSION=\"141\"" -o /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/plugin/ns600/QueueRunnable.o ../../oji-plugin/src/motif/navig5/QueueRunnable.cpp In file included from ../../oji-plugin/include/mozilla_headers_ns600/nsrootidl.h:11, from ../../oji-plugin/include/mozilla_headers_ns600/nsISupports.h:10, from ../../oji-plugin/include/mozilla_headers_ns600/nsIThreadManager.h:41, from ../../oji-plugin/src/motif/navig5/QueueRunnable.h:18, from ../../oji-plugin/src/motif/navig5/QueueRunnable.cpp:17: ../../oji-plugin/include/mozilla_headers_ns600/nscore.h:43:21: prtypes.h: No such file or directory Then I get lots of: In file included from ../../oji-plugin/include/mozilla_headers_ns600/nsrootidl.h:11, from ../../oji-plugin/include/mozilla_headers_ns600/nsISupports.h:10, from ../../oji-plugin/include/mozilla_headers_ns600/nsIThreadManager.h:41, from ../../oji-plugin/src/motif/navig5/QueueRunnable.h:18, from ../../oji-plugin/src/motif/navig5/QueueRunnable.cpp:17: ../../oji-plugin/include/mozilla_headers_ns600/nscore.h:146: error: syntax error before `;' token .. followed by many more syntax errors, which I'll spare you, but they're mostly in mozilla_headers_ns600/{nsdebug.h, nsID.h} and they're mostly syntax errors. I have the complete build text if anyone wants it. - a.