The binary component of the extension (libgwt_dev_ff36.so) comes built with a runtime dependency on libnspr4.so.0d.
On my linux system, I do not have this '0d' version, just /lib/libnspr4.so. I was able to get the plugin to load by creating a symlink libnspr4.so.0d -> libnspr4.so in /lib. On Mon, Mar 15, 2010 at 11:17 AM, bkbonner <[email protected]> wrote: > I had a problem with this with Windows XP, but I uninstalled the old > GWT Firefox Plugin (from Tools -> Addons) and reinstalled it and it > seems to work fine -- I'm running the GWT Firefox Plugin version > 1.0.7511 without any issues on Windows XP. > > On Mar 15, 4:23 am, NUll <[email protected]> wrote: >> Well, i think that they already told you the solution, I compiled to >> my plug in, in case of you don't know hoe to do it, check out my blog, >> there I wrote the steps for compiling the xpi file. Good luck >> Blog:http://devshell.blogspot.com/ >> >> Translation:http://translate.google.com.mx/translate?u=http%3A%2F%2Fdevshell.blog... > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
