Hi! This build info still seems to almost work with the new trunk. I had to add one more include and do a chmod.
https://sites.google.com/a/nagstrup.dk/home/gears/gears-gcc433-r3408.diff?attredirects=0&d=1 After cd trunk, do this: chmod a+x third_party/gecko_1.9/linux/gecko_sdk/bin/xpidl At least it seems to work for me. Big thanks to Geza! BR Bent ------------------------------ From: Geza Kovacs <[email protected]> Date: Jul 3, 6:06 am Subject: Installation on Firefox 3.5b4 To: Gears Users For any interested users usingLinux, I've built some xpis from svn revision which work with Firefox3.5on Ubuntu 9.04, Fedora 11, and various other distributions: 32-bit:http://gkovacs.xvm.mit.edu/google-gears/gears- linux-0.5.25.0.xpi 64-bit:http://gkovacs.xvm.mit.edu/google-gears/gears-linux- x86_64-0.5.25.0.xpi If you'd like to build it yourself, use the following commands: sudo apt-get install build-essential subversion m4 svn cohttp://gears.googlecode.com/svn/trunk-r3373 cd trunk wgethttp://gkovacs.xvm.mit.edu/google-gears/gears-gcc433.diff patch -p0 -i gears-gcc433.diff cd gears make
