Alberto Hernando wrote:
El Lunes, 30 de Octubre de 2006 11:11, Alan Lord escribió:
Alberto, do you have Java on your machine?
Yes. I have jdk, because I thought I needed it for kde, but only the binary
package. Very easy to install. But I have had it all the time and had xul and
xml problems too, so I don't know.
Alberto
Well, I rebuilt FF2 with a cut-down .mozconfig (like yours but
--with-system-nss/nspr) and with the jdk installed.
Firefox now opens and runs as it should!
So, I needed the fix discussed at the start of this thread and I used a
fairly minimal mozconfig. Below. Once I get some more time, I'll try and
add things back in to the mozconfig to see what it was that broke the
build...
===========.mozconfig begin================
#
# See http://www.mozilla.org/build/ for build instructions.
#
# Source default settings
. $topsrcdir/browser/config/mozconfig
# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options [EMAIL PROTECTED]@/../firefox-build
# Options for 'configure' (same as command-line options).
ac_add_options --prefix=/usr
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-png
ac_add_options --enable-system-cairo
ac_add_options --enable-official-branding
ac_add_options --enable-canvas
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-application=browser
ac_add_options --disable-accessibility
ac_add_options --enable-svg
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --enable-strip
ac_add_options --enable-cpp-rtti
ac_add_options --enable-ldap
==================.mozconfig end===============
Thanks for everyone's input.
Alan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page