[Bug libgcj/38861] gcjwebplugin.cc doesn't compile against latest xulrunner 1.9.1 sdk

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38861

Andrew Pinski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #4 from Andrew Pinski  ---
Closing as won't fix as libgcj (and the java front-end) has been removed from
the trunk.

[Bug libgcj/38861] gcjwebplugin.cc doesn't compile against latest xulrunner 1.9.1 sdk

2009-02-05 Thread aph at gcc dot gnu dot org


--- Comment #2 from aph at gcc dot gnu dot org  2009-02-05 18:18 ---
Created an attachment (id=17250)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17250action=view)
This should do it


-- 


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



[Bug libgcj/38861] gcjwebplugin.cc doesn't compile against latest xulrunner 1.9.1 sdk

2009-02-05 Thread gnu_andrew at member dot fsf dot org


--- Comment #3 from gnu_andrew at member dot fsf dot org  2009-02-05 23:09 
---
Committed to GNU Classpath for 0.98.

CVSROOT:/sources/classpath
Module name:classpath
Changes by: Andrew John Hughes gnu_andrew 09/02/05 22:54:11

Modified files:
   .  : ChangeLog
   native/plugin  : gcjwebplugin.cc

Log message:
   Handle XULRunner 1.9.1.

   2009-02-05  Andrew Haley  a...@redhat.com

   PR libgcj/38861
   * native/plugin/gcjwebplugin.cc: Cope with the changed header
file
   format.  https://bugzilla.mozilla.org/show_bug.cgi?id=455458
   (GCJ_GetJavaClass): Likewise.
   (NP_Initialize): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpathr1=1.9756r2=1.9757
http://cvs.savannah.gnu.org/viewcvs/classpath/native/plugin/gcjwebplugin.cc?cvsroot=classpathr1=1.13r2=1.14


-- 

gnu_andrew at member dot fsf dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2009-02-05 23:09:05
   date||


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



[Bug libgcj/38861] gcjwebplugin.cc doesn't compile against latest xulrunner 1.9.1 sdk

2009-01-15 Thread jakub at gcc dot gnu dot org


--- Comment #1 from jakub at gcc dot gnu dot org  2009-01-15 22:58 ---
That's not enough, as the typedef names also changed :(.
So, for npupp.h:
NewNPP_XXXProc (YYY)
or
(NPP_XXXUPP) (YYY)
works, for npfunctions.h:
(NPP_XXXProcPtr) (YYY)

And, jref isn't typedefed for new xulrunner (but the question stands, why is
that function defined at all when nothing references it).


-- 


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