On Apr 16, 9:53 am, Benjamin Smedberg <[EMAIL PROTECTED]> wrote: > Babu Katchapalayam wrote: > > I followed the instruction as per these articles: > > >http://developer.mozilla.org/en/docs/Mozilla_Embedding_FAQ:Embedding_... > > This document is, unfortunately, extremely outdated and should probably be > deleted. > > The correct way to embed Mozilla is to build and ship XULRunner. Most of the > other directions for how to embed will remain the same. > > I also recommend > > 1) use the mozilla 1.9 codebase, not 1.8.1 > 2) use winembed as your embedding example... it's much simpler and loads the > glue more correctly. > > --BDS
Thanks Benjamin. When I try to build xunrunner, the build process stops at looking for a make file under xulrunner directory. I don't see any xulrunner directory under 1.8.1 (firefox 2.0) source trunk. Here is my .mozconfig file for building xulrunner application. mk_add_options MOZ_CO_PROJECT=xulrunner ac_add_options --enable-application=xulrunner mk_add_options [EMAIL PROTECTED]@/xuldbg ac_add_options --disable-optimize ac_add_options --enable-debug ac_add_options --disable-javaxpcom ac_add_options --disable-tests Can you please provide me right instruction to build xulrunner application? I'll also try to build mozilla 1.9. I believe you are referring to firefox 3.0 source trunk - ftp://ftp.mozilla.org/pub/firefox/releases/3.0b5/source/firefox-3.0b5-source.tar.bz2. I'm totally new to mozilla world and but want to embed mozilla in my application. Any information to speed my development is greatly appreciated. Thanks, Babu. _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding