Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread Peter Vereshagin
You'll never silence the voice of the voiceless, freebsd-questions! 2011/01/08 15:34:50 -0500 John R. Levine jo...@iecc.com = To Jan Henrik Sylvester : JRL IcedTeaNPPlugin.h:43:27: error: nsThreadUtils.h: No such file or directory either you have no such file at all, or your compiler can not

Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread Frank Shute
On Sat, Jan 08, 2011 at 03:34:50PM -0500, John R. Levine wrote: java/openjdk6 WITH_WEB will give you the plugin to use with www/firefox. I'm trying to build openjdk6, and I get this error message. Any suggestions? R's, John IcedTeaPluginUtils.cc IcedTeaScriptablePluginObject.cc In

Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread John R. Levine
IcedTeaPluginUtils.cc IcedTeaScriptablePluginObject.cc In file included from IcedTeaJavaRequestProcessor.h:46, from IcedTeaJavaRequestProcessor.cc:41: IcedTeaNPPlugin.h:43:27: error: nsThreadUtils.h: No such file or directory You have to install Firefox first. It contains that

Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread Dan Nelson
In the last episode (Jan 09), Frank Shute said: On Sat, Jan 08, 2011 at 03:34:50PM -0500, John R. Levine wrote: java/openjdk6 WITH_WEB will give you the plugin to use with www/firefox. I'm trying to build openjdk6, and I get this error message. Any suggestions?

Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread John R. Levine
The nsThreadUtils.h file on my system was installed by the www/libxul port, and java/openjdk6 depends on that when WITH_WEB is set, so it should already be installed on your system as well. If for some reason libxul isn't installed, try manually installing it, then re-run the openjdk6 build.

Cannot build openjdk6 on Fbsd 8.1

2011-01-08 Thread John R. Levine
java/openjdk6 WITH_WEB will give you the plugin to use with www/firefox. I'm trying to build openjdk6, and I get this error message. Any suggestions? R's, John IcedTeaPluginUtils.cc IcedTeaScriptablePluginObject.cc In file included from IcedTeaJavaRequestProcessor.h:46,