From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30744 invoked by alias); 20 May 2011 19:18:23 -0000 Received: (qmail 30720 invoked by uid 22791); 20 May 2011 19:18:22 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_GC,TW_JW X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 May 2011 19:18:11 +0000 From: "jason.vas.dias at gmail dot com" To: java-prs@gcc.gnu.org Subject: [Bug java/49077] gcjwebplugin.cc doesn't compile against latest xulrunner 2.0 (firefox-3.6) sdk X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: java X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jason.vas.dias at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 20 May 2011 19:18:00 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2011-q2/txt/msg00036.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49077 Jason Vas Dias changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|WONTFIX | --- Comment #8 from Jason Vas Dias 2011-05-20 18:47:00 UTC --- (In reply to comment #7) > this currently supports only IcedTea as the JDK. I'd like to see it eventually > support gcj too, but it would need work on both sides for this to happen. > > OpenJDK itself (as provided by Oracle) doesn't have applet support, > hence the need for the IcedTea-Web project to provide a Free implementation. IMHO, also hence the need to maintain gappletbrowser + gcjwebplugin in the interim . Why must I install yet another whole subsystem just to get a java applet displaying in my browser with GCJ + libjava, when it used not to require one ? If gappletbrowser + gcjwebplugin is so thoroughly deprecated, then gcc's configure should refuse to accept the '--enable-browser-plugin' option, or, if it does accept it, something like the patch attached to this bug must be applied to enable the browser plugin to compile. > > BTW, regarding the subject, isn't xulrunner 2.0 firefox 4.0, not 3.6? Yes, I am building against firefox-4.0 / xulrunner-2.0 but the same problem will occur if user try to '--enable-browser-plugin' against firefox-3.6 SDK, because as Comment #2 shows, they removed the nsIPluginTagInfo2 interface in firefux-3.6 .