On 10/02/10 17:15, Or Goshen wrote: > > > On Wed, Feb 10, 2010 at 2:12 PM, Andrew Benton <[email protected] > <mailto:[email protected]>> wrote: > > On 10/02/10 11:41, Or Goshen wrote: > > Hi > > > > I managed to compile Thunderbird 3.0.1 with the attached > .mozconfig file > > (basically a slightly modified Firefox .mozconfig file) using the > > following command to compile & install: "make -f client.mk > <http://client.mk> > > <http://client.mk> build && make -f client.mk <http://client.mk> > <http://client.mk> install"
What's this <http://client.mk>? I just use make -f client.mk > What do you know, "ac_add_options --enable-safe-browsing" was the cause > of the problems. > I commented it out and now everything is working ok, BUT only for root. > When I execute "thunderbird" as a regular user - nothing happens and I > just get a command prompt. You shouldn't be using email as root. After you've run make -f client.mk, run make -C <thunderbird-build-dir>/mail/installer That should create a thunderbird tarball in <thunderbird-build-dir>/mozilla/dist/ just like the ones you can download from Mozilla. Try untaring it in your home. If you run the thunderbird script in the folder, does it work for you? Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
