Hello,

I spent several hours on building mozilla this days and I've maybe seen something to fix :

When you try to build the embedded distribution (in ./mozilla/embedding/config/ -> then make), there are some things going wrong and missing files for HTTPS support.
I didn't find any informations related to this subject. This is the reason why I'm writing that there.



1) in ./mozilla/embedding/config/embed-jar.mn


A lot of files or directories are missing (like "moz_art_lgpl.dll", "components\mozreg.dll", ...)
I've added two lines to include HTTPS GUI support (XUL & JS) :
---------------------------------------------------------
content/pippki, pippki/content/pippki
locale/XXXX/pippki, XXXX/locale/XXXX/pippki
---------------------------------------------------------



2) in ./mozilla/embedding/config/basebrowser-foo


I think these two components are required for HTTPS to work :
---------------------------------------------------------
components\pippki.dll (or .o under linux)
components\pippki.xpt
---------------------------------------------------------


Regards,


Nitro
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to