Page 1 of 1

Thunderbird compiling building

Posted: 18. May 2013, 16:33
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?

Re: Thunderbird compiling building

Posted: 21. May 2013, 09:12
by 2009tester
no response ??

No body in community dared to compile Thunderbird??

Re: Thunderbird compiling building

Posted: 21. May 2013, 21:37
by knome
What is your reason for building Thunderbird as per Mozilla's instructions? Thunderbird is readily available as a package in Salix repos.

Re: Thunderbird compiling building

Posted: 22. May 2013, 11:16
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

Re: Thunderbird compiling building

Posted: 22. May 2013, 22:49
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.

Re: Thunderbird compiling building

Posted: 23. May 2013, 02:09
by laprjns
2009tester wrote:No body in community dared to compile Thunderbird??
You need libbonoboui. Do this:

Code: Select all

slapt-get --i libbonoboui

Re: Thunderbird compiling building

Posted: 24. May 2013, 02:54
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.

Re: Thunderbird compiling building

Posted: 24. May 2013, 10:05
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

Re: Thunderbird compiling building

Posted: 24. May 2013, 10:22
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.

Re: Thunderbird compiling building

Posted: 27. May 2013, 10:08
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.