When used the guide on how to build thunderbird using this link here: [url]https://developer.thunderbird.net/the-basics/building-thunderbird[/url/
However, after installing the mozilla-build folder and downloading the mozilla core and thunderbird cores, + running bootstrap and beginning the build process, I encountered the error:
" 0:06.33 checking for hg... not found
0:06.33 DEBUG: hg: Trying 'C:\mozilla-build\python\Scripts'
0:06.33 ERROR: Cannot find hg
0:06.38 *** Fix above errors and then restart with\
0:06.38 "./mach build"
0:06.39 mozmake.EXE: *** [client.mk;115: configure] Error 1''
Going into the python/scripts folder, i find that it in fact does exist:
/c/mozilla-build/python/scripts
$ ls
easy_install-2.7.exe easy_install.exe hg hg.exe pip.exe pip2.7.exe pip2.exe python27.dll virtualenv.exe
How do i fix this error?