I have applied all of the patches as in http://bugzilla.mozilla.org/show_bug.cgi?id=129216 but it still complains about an unrecognized variable, this is part of the log:
on screen log: ================================================================== ... creating extensions/python/xpcom/Makefile creating extensions/python/xpcom/src/Makefile Unknown variable:extensions/python/xpcom/src/Makefile:43:PYTHON_INCLUDES = @MOZ_ PYTHON_INCLUDES@ creating extensions/python/xpcom/src/loader/Makefile Unknown variable:extensions/python/xpcom/src/loader/Makefile:44:PYTHON_INCLUDES = @MOZ_PYTHON_INCLUDES@ creating extensions/python/xpcom/test/test_component/Makefile cmp: not found updating cache ./config.cache ... ================================================================= I'm using win2k and have setup correctly the build environment (I have successfully compiled mozilla... I think but don't know why my compiled files (dlls mostly) have roughtly 2x the size of standard binary distribution's dlls...), I really don't know what's happening so any tip would help a lot.
