On 11/6/06, Alan Lord <[EMAIL PROTECTED]> wrote:
Andrey Voropaev wrote:
<snip/>
> ...The error in parsing browser.xul is even funnier. In the sources
> browser.xul doesn't even have the lines that are reported as being
> wrong. Somewhere I've seen recommendation to
> delete .mozilla directory before starting firefox, I'll try it tonight :)
Hi Andrey, I had to rebuild FF2 to fix the XUL parsing problem. I used
the following .mozconfig and installed the latest binary JDK, 1.5.0_09 IIRC.
Everything seems to work fine now:
My .mozconfig:
[...]
ac_add_options --enable-ldap
==================.mozconfig end===============
In my case the reason was different, though the problem looks similar.
Java plays no role, since before I've built it on a machine where java
is not installed at all. It appears, that here I had to disable ldap
to get it working properly. So, after adding to .mozconfig
ac_add_options --disable-ldap
I was able to compile and run it without any further problems.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page