This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix configure for building the plugin


On Sat, Mar 03, 2007 at 12:53:45PM +0100, Matthias Klose wrote:
> Seen with 2.0.0.2 (at least in Ubuntu):
> 
> $ pkg-config firefox-plugin --cflags -I/usr/include/firefox/java -I/usr/include/firefox/plugin -I/usr/include/firefox/nspr
> 
> resulting in:
> 
> In file included from
> ../../../../../../src/libjava/classpath/native/plugin/gcjwebplugin.cc:61: /usr/include/firefox/plugin/nsIPluginInstance.h:10:25: error: nsISupports.h: No such file or directory
> 
> which is installed in /usr/include/firefox
> 
> Got the answer that firefox-plugin will not depend on firefox-xpcom in
> the future.
> 
>   Matthias

The same problem was solved in classpath upstream with a slightly
different patch. This patch should just get merged to gcj I think.


Michael
-- 
 .''`.  | Michael Koch <konqueror@gmx.de>
: :' :  | Free Java Developer <http://www.classpath.org>
`. `'   |
  `-    | 1024D/BAC5 4B28 D436 95E6 F2E0 BD11 5923 A008 2763 483B


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]