El Lunes, 8 de Noviembre de 2004 17:21, Darin Fisher escribi�: > If you only use frozen interfaces, as found in the Gecko SDK, then your > component will be compatible with future versions of Mozilla.
Yes, but I need reflection :-/ > You're not alone in needing to use unfrozen interfaces. We still have > much work to do to provide a more complete SDK. Anyway, I think that is unnecesary download all the mozilla source when you'll use only some interfaces. In the "XPCOM standalone" page [1] (and others [2]) explains how to get only the necesary components: $ export CVSROOT=":pserver:[EMAIL PROTECTED]:/cvsroot" $ cvs -z 3 co mozilla/client.mk $ cd mozilla $ make -f client.mk pull_all BUILD_MODULES=xpconnect One problem with this is the ./configure script, that tests a lot of (I belive) unnecesary libs, like GTK. (this is a problem if you are in a shared computer, you have no root pass, and you have quotas ;)) Now I have other question: Is there any document with a list of the avaliable modules in the mozilla source and their dependencies? [1] http://www.mozilla.org/projects/xpcom/xpcom-standalone.html [2] http://cmeerw.org/dev/book/print/2 -- Saludos ;) Keymon ... Los que crean en la telequinesis que levanten mi mano _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
