Lightning for x86_64 Linux (amd64)
Lightning is a Thunderbird plug-in that adds calendar functions. More on the mozilla.org page. I tried to install the .xpi from there, but it failed with the following error message:
So I downloaded the source from this page, and followed the instructions from here. This page and the link to that one were also helpful.
In case you don't want to open all those links, I've put the resulting .xpi file here for you to download: lightning-0.3.1-x86_64.xpi. Or if you prefer to build it yourself, here is how I did it:
(of course you may want to change some stuff to better suit your system, I've got a Core 2 Duo laptop running Gentoo Linux)
Then just select Tools > Extensions in Thunderbird and install the lightning.xpi you've just built (located in dist/xpi-stage/lightning.xpi).
UPDATE - 2007-06-28 - Lightning 0.5
After reading Matthew's comment I downloaded the newly released Lightning 0.5 from here, and built lightning-0.5-x86_64.xpi following the exact same procedure that I used for 0.3.1. Then I installed it from Tools > Extensions, restarted Thunderbird and immediately noticed the different appearance. (I did not uninstall 0.3.1 first, which apparently is ok.)
UPDATE - 2008-09-28 - Lightning 0.9
Download from http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/contrib/linux-x86_64/
"Lightning" could not be installed because it is not compatible with your Thunderbird build type (Linux_x86_64-gcc3). Please contact the author of this item about the problem.
So I downloaded the source from this page, and followed the instructions from here. This page and the link to that one were also helpful.
In case you don't want to open all those links, I've put the resulting .xpi file here for you to download: lightning-0.3.1-x86_64.xpi. Or if you prefer to build it yourself, here is how I did it:
[untar/bz, cd mozilla]
make distclean
export CFLAGS="-O2 -pipe -fPIC"
export CHOST="x86_64-pc-linux-gnu"
export CXXFLAGS="${CFLAGS}"
export MAKEOPTS="-j3"
ac_cv_visibility_pragma=no ./configure --enable-application=mail --enable-extensions=default,lightning
make
(of course you may want to change some stuff to better suit your system, I've got a Core 2 Duo laptop running Gentoo Linux)
Then just select Tools > Extensions in Thunderbird and install the lightning.xpi you've just built (located in dist/xpi-stage/lightning.xpi).
UPDATE - 2007-06-28 - Lightning 0.5
After reading Matthew's comment I downloaded the newly released Lightning 0.5 from here, and built lightning-0.5-x86_64.xpi following the exact same procedure that I used for 0.3.1. Then I installed it from Tools > Extensions, restarted Thunderbird and immediately noticed the different appearance. (I did not uninstall 0.3.1 first, which apparently is ok.)
UPDATE - 2008-09-28 - Lightning 0.9
Download from http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/contrib/linux-x86_64/
Trackbacks
blog.crox.net on : Lightning for x86_64 Linux (amd64)
Show preview
Lightning is a Thunderbird plug-in that adds calendar functions. More on the mozilla.org page. I tried to install the .xpi from there, but it failed with the following error message:
"Lightning" could not be installed because it is not compatible with yo
The author does not allow comments to this entry
Comments
Display comments as Linear | Threaded
Matthew on :
Matthew on :
http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.5/source/lightning-sunbird-0.5-source.tar.bz2
crox on :
Joe Innes on :
Joe
Youp3 on :
I use Mandriva 2007 Spring.
My exact message is :
"Lightning" could not be installed because it is not compatible with your Thunderbird build type (Linux_amd64-gcc3). Please contact the author of this item about the problem.
I tried to compile lightning on my computer with your instructions but the result give the same result. Always the same installation error message.
crox on :
Youp3 on :
But I don't know what flags were used to compile my thunderbird. I installed my thunderbird with mandriva rpm.
crox on :
Or you could build a new Thunderbird + Lightning according to the instructions here: http://www.mozilla.org/projects/calendar/lightning/build.html (this will get you the CVS version)
Christian Riesch on :
Using your lightning 0.5 xpi in combination with the fix by logics works for me now (ubuntu feisty fawn amd64 with thunderbird 1.5.0.12)!
Christian
Russ on :
BTW Lightning 0.7 has recently been released - any chance of an update?
Russ
crox on :
I'm preparing a new post for Lightning 0.7, don't know yet when it'll be ready though...
Russ on :
crox's version works for me, so I didn't get as far as trying the other two.
Thanks all!
Russ
Kyle on :
http://rapidshare.com/files/66358246/lightning-0.7-tb-linux-x86_64.xpi.html
It's working great for me. Hopefully it will for you too.
Jay on :
Jim on :
You can pick it up from the post at http://blog.devzero.net/2007/10/lightning-07-for-x8664.html - please let me know in the comments if it works for you or not.
Bryan Wilkerson on :
Any chance of just getting the calendar project to just start producing x86_64 binaries? All core 2 chips from Intel support the isa so it does represent the majority of new computer systems sold.
-bryan
Guillaume on :
I have an AMD64 Athlon X2
Don't know what to do....
crox on :
RoobZ on :
Now it's working up-to-date again.
crox on :
I just found that one on the mozilla.org ftp: http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.8/contrib/linux-x86_64/lightning-0.8.linux-x86_64.xpi
It's working for me, so I won't compile it myself this time :o)
whatshisname on :
Tried installing all of the Lightning xpi's above.
For each one I get:
"Lightning" could not be installed because it is not compatible with your Thunderbird build type (Linux_x86-gcc3)."
Tried compiling per instructions above but exited with plenty of errors.
There are many more errors than this but this is where things go south for me:
-- snip --
In file included from gtk2xtbin.c:46:
gtk2xtbin.h:44:27: error: X11/Intrinsic.h: No such file or directory
In file included from gtk2xtbin.c:46:
gtk2xtbin.h:78: error: syntax error before 'Widget'
gtk2xtbin.h:78: warning: no semicolon at end of struct or union
gtk2xtbin.h:79: warning: type defaults to 'int' in declaration of 'child_widget'
gtk2xtbin.h:79: warning: data definition has no type or storage class
gtk2xtbin.h:84: error: syntax error before '}' token
gtk2xtbin.h:84: warning: ISO C does not allow extra ';' outside of a function
gtk2xtbin.h:95: error: field 'xtclient' has incomplete type
gtk2xtbin.h:104: error: syntax error before 'String'
gtk2xtbin.h:113: error: syntax error before 'XtTranslations'
gtk2xtbin.h:113: warning: no semicolon at end of struct or union
gtk2xtbin.h:114: warning: type defaults to 'int' in declaration of 'proc_table'
gtk2xtbin.h:114: warning: data definition has no type or storage class
gtk2xtbin.h:117: error: syntax error before '}' token
gtk2xtbin.h:117: warning: type defaults to 'int' in declaration of 'XtTMRec'
gtk2xtbin.h:117: warning: type defaults to 'int' in declaration of 'XtTM'
gtk2xtbin.h:117: warning: data definition has no type or storage class
-- snip --
Insights anyone?
Thanks.
crox on :
Rick on :
I'm running thunderbird version 1.5.0.12 from the RH4 RPM. My system is x86_64 AMD Dual Core.
crox on :
Rick on :
jon on :
http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/contrib/linux-x86_64/
Marlon Chalegre on :
Stéphane Grégoire on :
You can build it after reading : https://developer.mozilla.org/en/Simple_Sunbird_build
I've build one, It's work on my PC but may not run on yours.
You can read the newsgroup mozilla.dev.apps.calendar for more information.
Fabian schima on :
Get the sunbird source and compile with
./configure --enable-application=mail --enable-calendar
make
After that you will find the lightning.xpi under mozilla/dist/xpi-stage/
Thomas Lauria on :
I build Lightning 1.0B1 for amd64 and put it here:
http://blog.thomas-lauria.de/archives/9-Mozilla-Lightning-1.0b1-for-Thunderbird-3-on-linux-amd64.html
Anonymous on :
http://www.mozilla.org/projects/calendar/releases/
Choose the newest version and there is a section "Contributed Builds" at the bottom where x86_64 version is downloadable.
Anonymous on :
Doug on :
sudo apt-get install libgtk2.0-dev
sudo apt-get install libxt-dev
sudo apt-get install libdbus-glib-1-dev
sudo apt-get install libidl-dev
Anonymous on :
http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b2/contrib/linux-x86_64/
linked to by this
https://help.ubuntu.com/community/ThunderbirdLightning
?
Worked fine for me..
Cheers,
T
Ricardo David on :
Download the xpi file. Open de Add-Ons window. Click the Install button and choose the file downloaded.