Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2003 10:09:30 -0700
From:      Andrew Houghton <aah@acm.org>
To:        freebsd-java@freebsd.org
Subject:   JDK14p4 plugin build fails
Message-ID:  <3F898ACA.6060302@acm.org>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F898ACA.6060302>