Actually, you do not want to use the version of the SDK files which come with your distribution. The Makefile is designed to build the code using the gecko-1.9.2 which is available from the GWT svn repository (see: http://google-web-toolkit.googlecode.com/svn/plugin-sdks/). Sorry I forgot to mention that.
So in the same directory where your checked out the GWT trunk, you should also do: svn co http://google-web-toolkit.googlecode.com/svn/plugin-sdks/gecko-sdks/gecko-1.9.2 plugin-sdks/gecko-sdks/gecko-1.9.2 On Feb 18, 9:20 pm, Thad <[email protected]> wrote: > I've got Firefox installed at /opt/firefox, so in trunk/plugins/ > xpcomand/Makefile I set DEFAULT_FIREFOX_LIBS to /opt/firefox. > > On my system (SuSE Linux 11.2), the XPCOM files are in /usr/include/ > xulrunner-1.9.1.7/unstable > I must be brain-dead today, but I'm not seeing where to set that in > the Makefile. > > On Feb 17, 3:40 am, Lukas Laag <[email protected]> wrote: > > > The version in the trunk works fine with FF3.6. > > I had no problem building it. > > + Check out the source and tools from the svn repository as described > > in:http://code.google.com/webtoolkit/makinggwtbetter.html#checkingout > > + Go to trunk/plugins/xpcomand type: make ARCH=x86 BROWSER=ff36 > > This will build a plugin in the directory trunk/plugins/xpcom/prebuilt/ > > gwt-dev-plugin.xpi > > + In FF3.6, go to File > Open File... and open the .xpi resulting from > > the build > > > Beware though no to accept updates to v. 1.0.7511 since as you noticed > > this version does not work with FF36 > > > On Feb 16, 8:05 pm, Thad <[email protected]> wrote: > > > > When will this be available? I have v. 1.0.7511. This works with > > > Firefox 3.5.7 but will not work with 3.6. > > -- 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.
