Daniel F wrote: > 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:
> 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@ After applying a change to configure.in, you must run autoconf so that configure contains those changes as well. As configure is a huge generated file, we encourage people to *not* put configure changes into their patches. > creating extensions/python/xpcom/test/test_component/Makefile > cmp: not found Looks like you don't have the diff or diffutils package installed. > 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. Mozilla builds a debug version by default. See http://www.mozilla.org/build/distribution.html for the list of build options that is used by the standard release. - cls
