http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49077

           Summary: gcjwebplugin.cc doesn't compile against latest
                    xulrunner 2.0b13 sdk
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: jason.vas.d...@gmail.com


When attempting to build gcc-4.6.0 with libjava, AWT peers, and browser plugin,
 gcjwebplugin.cc does not compile because these headers are missing from
 xulrunner-2.0b13 (the latest stable mozilla build, but checked out out from
HG):
   nsIPluginInstancePeer.h
   nsIPluginTagInfo2.h
 These exist only in my previous xulrunner directory :
  /usr/include/xulrunner-1.9.0.12pre/unstable/nsIPluginInstancePeer.h
 I don't think the gappletviewer should be choosing to use the 'unstable' API !
Since I've removed the old versions of xulrunner, I'll have to port
gappletviewer
to use the new xulrunner API, and will post patch here when done, unless
someone
has already done it ? If so, please post patch or tell me where I can find one.
Thanks & Regards,
Jason

Reply via email to