Re: checkout / build TransforMiiX (standalone)
Axel Hecht <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Hi everybody, > > at the moment I'm trying to checkout (CVS) and run TransforMiiX as stand alone application. > The howto can be found at: > http://developer.mozilla.org/en/docs/Building_TransforMiiX_standalone as well as http://developer.mozilla.org/en/docs/Configuring_Build_Options > Using Suse 10.0 - please inform me if I missed something but I proceeded as follows: > Creating the .mozconfig file under /opt/mozilla/ containing: > ##################### > TX_EXE=1 > mk_add_options BUILD_MODULES="xpcom transformiix" > ac_add_options --enable-standalone-modules="xpcom transformiix" > mozilla/client.mk > mozilla/build/unix/modules.mk > mozilla/build > mozilla/config > mozilla/expat > mozilla/extensions/transformiix > mozilla/include > mozilla/allmakefiles.sh > mozilla/client.mk > mozilla/aclocal.m4 > mozilla/configure > mozilla/configure.in > mozilla/Makefile.in > ##################### > > afterwards entering to following in the shell: > ##################### > cvs -d :pserver:[email protected]:/cvsroot login > # type the password anonymous > cvs -d :pserver:[email protected]:/cvsroot co mozilla/client.mk > cd mozilla > make -f client.mk checkout MOZ_CO_PROJECT=suit > ##################### > where suit stands for Mozilla (not Firefox, XUL application launcher, etc.) - description of snipped to enter in shell is available at: http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS > > till here everything works fine, but a further shell entire "make -f client.mk build" to start the build yields 2 errors. > > Did I miss(understood/interpret) something? > > HTH > > transformiix newbee :) It's been a while since anybody tried that. I think. At least I haven't and I know there were things that changed when moving transformiix out of extensions. Peter, do you recall? Axel