We use customized version of seamonkey and we are trying to upgrade to seamonkey 2.32 from 2.12. I am using windows 7 64 bit machine. I have the latest mozilla build system installed (mozmake). To build the whole thing without our changes I used mozmake and be able to build successfully. I started merging some of the files and I want to build specific directories before re-building the whole suite which takes close to 3 hours.
When I make changes to a file I want to make sure that the compilation of the file is fine before rebuilding whole product. For example, I made some change to embedding/components/build/nsEmbeddingModule.cpp. I want to build just that directory. Is it possible to do that? If I remember correctly, earlier I used to go to to that directory under 'opt' and just issue the command 'make nsEmbeddingModule.obj' and it would work fine. Now when I do it with mozmake I get the following error "cl : Command line error D8021 : invalid numeric argument '/FS'" If I use make I get the following error "*** MSYS make is not supported. Stop." How can get around this problem? Also the following commands do not work make echo-tiers make echo-dirs saying MSYS make is not supported. How can I get around this so that I can build specific tiers. Thanks in advance. Srinivas _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds