Hi,
Building on Fedora 16 x64.
I have the 9.0.1 variant of xulrunner-sdk and can generate a xpi:
firetray-0.3.5-svn-r142.xpi
I had to:
sudo yum install scons
sudo yum install nspr-devel
./build.sh --gecko-sdk=/home/tom/xulrunner-sdk/
Name : scons
Arch : noarch
Version : 2.1.0
Release : 1.fc16
Name : nspr-devel
Arch : x86_64
Version : 4.8.9
Release : 2.fc16
When I use the xpi I built I seem to get a random number of unread
messages, but when I use the download from the google code repository
it works perfectly.
The only difference I can see is in the error console I get an error
when using the version from the site which I don't get on my own built
version:
Native module at path '/home/tom/.thunderbird/ht43m7br.default/
extensions/{9533f794-00b4-4354-aa15-c2bbda6989f8}/components/
libnptray_gecko8_x86_64.so' is incompatible with this version of
Firefox, has version 8, expected 9.
Perhaps I need to build with version 8 of xulrunner, I will try that
but I thought from the gecko website that it seemed to say I needed to
use a matching version (and I therefore assumed:
http://code.google.com/p/firetray/wiki/how_to_build was out of date
when it said to use version 8).
Tom