Google gears successfully compiled for Firefox 3.5 under Linux
Google hasn’t posted any updates yet, but the svn source is already going to, after some dances and a small patch. I post the version-0.5.25.0 for Linux 64 and 32. and patch. Tested working on opensuse 11.1 with the fox installed from the repository.
1. svn co gears.googlecode.com/svn/trunk gears_trunk 2. Apply the patch uploaded.ivlis.com/gears_i386_ff3.5.patch 3. cd gears_trunk / gears 4. make BROWSER = FF2 ARCH = i386; make BROWSER = FF3 ARCH = i386; make BROWSER = FF31 ARCH = i386; make installers ARCH = i386 5. In the bin-opt directory, there will be a cherished xpi
For x86_64 is the same, only from the tools / config.mk file you need to remove all references to -m32, just delete these 3 characters, well, in the make lines write ARCH = x86_64.
UPD: Thank you so much roTuKa for providing temporary hosting