Thunderbird compiling building

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
2009tester
Posts: 25
Joined: 15. Nov 2012, 11:34

Thunderbird compiling building

Post by 2009tester »

i tried to build thunderbird
as per Mozilla's instructions
But I failed after some time with msg
=====
../../dist/system_wrappers/libgnome/libgnome.h:3:36: fatal error: libgnome/libgnome.h: No such file or directory
compilation terminated.
=====

Actually I hv libgnome in the system.
is there anybody tried to build thunderbird?
2009tester
Posts: 25
Joined: 15. Nov 2012, 11:34

Re: Thunderbird compiling building

Post by 2009tester »

no response ??

No body in community dared to compile Thunderbird??
User avatar
knome
Donor
Posts: 163
Joined: 20. Dec 2012, 19:36
Location: UK

Re: Thunderbird compiling building

Post by knome »

What is your reason for building Thunderbird as per Mozilla's instructions? Thunderbird is readily available as a package in Salix repos.
Image
2009tester
Posts: 25
Joined: 15. Nov 2012, 11:34

Re: Thunderbird compiling building

Post by 2009tester »

Actually there is a build script in Slackbuilds
http://slackbuilds.org/mirror/slackware ... underbird/
it also fails.

any ideas how to modify it
User avatar
knome
Donor
Posts: 163
Joined: 20. Dec 2012, 19:36
Location: UK

Re: Thunderbird compiling building

Post by knome »

I've just installed the 64-bit version using Gslapt and it didn't fail.

Somebody may be able to help you if you post the commands you are using and the terminal output and errors you are getting.
Image
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Thunderbird compiling building

Post by laprjns »

2009tester wrote:No body in community dared to compile Thunderbird??
You need libbonoboui. Do this:

Code: Select all

slapt-get --i libbonoboui
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
2009tester
Posts: 25
Joined: 15. Nov 2012, 11:34

Re: Thunderbird compiling building

Post by 2009tester »

it does not help
Slackbuilds has a script. But it should be modified
http://slackbuilds.org/mirror/slackware ... SlackBuild

above script unable to find all the libraries in the system.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Thunderbird compiling building

Post by mimosa »

Could you please post the last few lines of output from the failed build? Also please see this post:


http://www.salixos.org/forum/viewtopic. ... ols#p30199
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Thunderbird compiling building

Post by laprjns »

2009tester wrote:it does not help
Your welcome
Well I tried building thunderbird using the source that you linked to an got the exact failure that you posted in your first post. Then determined through goggling the build error that I was missing libbonoboui. Installed libbonoboui, and then was able to successfully build Thunderbird.
Slackbuilds has a script. But it should be modified
If you know that it needs to be modified, then modify it. I did not need to make any changes to the build script.
above script unable to find all the libraries in the system.
Good luck finding them, I'm out.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
2009tester
Posts: 25
Joined: 15. Nov 2012, 11:34

Re: Thunderbird compiling building

Post by 2009tester »

Hello laprjns

u r right libbonoboui was the missing library.
I spent my weekend building Thunderbird.
it took about 3 hours to build.

There was a slight improvement in responsiveness.
Thanks again.
Post Reply