So can you get FF-2.0 to build and run without the XML Parser error, by
disabling --with-system-cairo?
Hi.
Tonight I've done my last compile. The important part of my .mozconf goes here:
. $topsrcdir/browser/config/mozconfig
mk_add_options [EMAIL PROTECTED]@/../firefox-build
ac_add_options --prefix=/usr
ac_add_options --with-system-zlib
ac_add_options --with-system-png
ac_add_options --with-system-jpeg
ac_add_options --enable-system-cairo
ac_add_options --enable-official-branding
ac_add_options --enable-canvas
ac_add_options --enable-svg
ac_add_options --enable-strip
#ac_add_options --enable-optimize
ac_add_options --disable-tests
ac_add_options --disable-installer
ac_add_options --disable-accessibility
Notice that I couldn't use enable-optimize. I also had to unset CFLAGS and CXXFLAGS, because it compiled, but there were some nasty problems in runtime. For example, gmail took too long to load, giving errors, and also had some more _javascript_ problems. Bow it is working, and I'll wait a lot for the next compile. And yes, look at the cairo options ( cairo-1.2.4 here). I have system-cairo, but not svg-cairo. This is because I basically use the option in the BLFS book. Also notice too that I haven't nss/nspr either.
Another thing that I want to know is: if I use the autoupdate, will I lose my options?
Thanks.
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
