Firstly, since the inclusion of XML to the Spidermonkey engine, a fresh JS source update from the CVS will not compile. Maarc has already given me a fix for this issue in the form of a mak file with the proper includes for the XML stuff (thanks Maarc!!!).
Secondly, I seem unable to get NMAKE into the path. VS.net did this for me automatically on install, but by running VCVARS, I can't get it to re-set this. Thus no compile
Third, compiling using the VS.net IDE seems to force users to have the MSVC7.1 dll (something we don't want to force on users IMHO).
Any help with the second two issues?