[EMAIL PROTECTED] wrote: > 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.
This is because you only have the Firefox sources, you don't have the XULRunner sources... > Here is my .mozconfig file for building xulrunner application. > > mk_add_options MOZ_CO_PROJECT=xulrunner This line should tell client.mk to check out the Firefox sources, *if* you're running `make -f client.mk` or `make -f client.mk checkout` if you're only running `make -f client.mk build` then you won't ever check out new sources. > 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. The best way to get the latest xulrunner 1.9 sources is from CVS: http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS --BDS _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
