Всем доброго дня
Кто-нибудь собирал Mozzilla Firefox  под  Win10?

стоит Win10Pro, x64

Пробую собрать FF, даже начать не дает
Скачал все, что только можно
Разрешения на доступ к папке diskC  program files X86, изменил

При запуске start-shell-msvc2015-x64 выдает следующее:

MozillaBuild Install Directory: C:\mozilla-build\
Visual C++ 2015 Directory: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\
Windows SDK Directory: C:\Program Files (x86)\Windows Kits\8.1\

Unable to call a suitable vcvars script. Exiting.

Для продолжения нажмите любую клавишу . . .

Сам скрипт пк находит, но не пойму почему установщик его не видит

D'MozFan
https://bugzilla.mozilla.org/show_bug.cgi?id=1212753
..неправильный выбор при установке VS, было такое.
PS: Уже новый MozillaBuild.

Вообще не запускается
после установки остались только msvc6 и shell

FMRUser пишет

D'MozFanhttps://bugzilla.mozilla.org/show_bug.cgi?id=1212753..неправильный выбор при установке VS, было такое.PS: Уже новый MozillaBuild.

и 2015 стоит и 2017 стоит, а работа лежит

Запускаю start-shell-msvc2015-x64
выдает такое объявление:

"Mozilla build environment: MSVC version 14.

Admin@DESKTOP-EUHSBJA ~
$"

Подскажите где взять Microsoft Visual C++ version 11

все нашел, все поставил
все равно собрать не могу
помогите

D'MozFan
Rust установлен?

да,
вчера переустанавливал vs_community 14 версию. говорит уже другая стоит, установка невозможна.
хочу снести vs 15, и переустановить vs 14, т.к. start-shell  ищет скрипт в папке Microsoft Visual Studio 14.0, а он лежит через папку Microsoft Visual Studio/2017

D'MozFan пишет

хочу снести vs 15, и переустановить vs 14, т.к. start-shell  ищет скрипт в папке Microsoft Visual Studio 14.0, а он лежит через папку Microsoft Visual Studio/2017

Автор релиза MozillaBuild 3.0 писал, что start-shell.bat автоматом выбирает из двух версий VS 2017.

все заново ставлю по порядку 12, 14, 15, 17
в 17 версии пути по другому прописаны
завтра все установлю к вечеру попробую

все заново ставлю по порядку 12, 14, 15, 17

Честно говоря.., Библиотеки устанавливаете или средства разработки? :/

прошу простить чайника, но там https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Windows_Prerequisites сказано поставить Visual Studio 2015, с обновлениями, потом Visual Studio 2017, потом Install Rust, и в конце MozillaBuild, но у меня есть несколько start-shell, это msvc2010-x64, msvc2012-x64, msvc2013-x64 и msvc2015-x64,
Вот и пробую с какого запуститься, и какой shell какую VS просит

дошел до этого:
MozillaBuild Install Directory: C:\mozilla-build\
Visual C++ 2013 Directory: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\
Windows SDK Directory: C:\Program Files (x86)\Windows Kits\8.1\
Using the MSVC 2013 64-bit toolchain.

Admin@DESKTOP-EUHSBJA ~
$

1.

но там https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Windows_Prerequisites сказано поставить Visual Studio 2015, с обновлениями, потом Visual Studio 2017

Где дословно там об этом сказано? Достаточно одного.
2.

и в конце MozillaBuild, но у меня есть несколько start-shell, это msvc2010-x64, msvc2012-x64, msvc2013-x64 и msvc2015-x64,

..читайте внимательно ответы:

PS: Уже новый MozillaBuild.

..там нет несколько start-shell, только один.

у меня есть
сейчас скачиваю дистрибутив, еще как минимум 7 часов
я вообще здесь как котенок слепой- действую методом научного тыка

получил вот это:
Admin@DESKTOP-EUHSBJA /c/dev/mozilla-source
$ hg clone https://hg.mozilla.org/mozilla-central
destination directory: mozilla-central
applying clone bundle from https://hg.cdn.mozilla.net/mozilla-central/4e93516e92e58d166ad37b8544c3230024afb587.gzip-v2.hg
adding changesets
adding manifests
adding file changes
added 374905 changesets with 2246352 changes to 379865 files
finished applying clone bundle
searching for changes
adding changesets
adding manifests
adding file changes
added 151 changesets with 515 changes to 385 files
updating to branch default
234207 files updated, 0 files merged, 0 files removed, 0 files unresolved

пробую Admin@DESKTOP-EUHSBJA /c/dev/mozilla-source
$ mach build
bash: mach: command not found

Admin@DESKTOP-EUHSBJA /c/dev/mozilla-source
$
что-то не то, да?

и вот как с этим бороться?
To begin, press the enter/return key.

** Unknown exception encountered with possibly-broken third-party extension configwizard
** which supports versions 4.2 of Mercurial.
** Please disable configwizard and try your action again.
** If that fixes the bug please report it to https://bugzilla.mozilla.org/enter_bug.cgi?product=Developer%20Services&component=Mercurial%3A%20configwizard
** Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 3.7.3)
** Extensions loaded: configwizard
Traceback (most recent call last):
  File "c:\mozilla-build\python\Scripts\hg", line 43, in <module>
    mercurial.dispatch.run()
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 54, in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 120, in dispatch
    ret = _runcatch(req)
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 191, in _runcatch
    return _dispatch(req)
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 924, in _dispatch
    cmdpats, cmdoptions)
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 681, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 1055, in _runcommand
    return checkargs()
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 1015, in checkargs
    return cmdfunc()
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\dispatch.py", line 921, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\util.py", line 991, in check
    return func(*args, **kwargs)
  File "c:/Users/Admin/.mozbuild/version-control-tools/hgext\configwizard\__init__.py", line 343, in configwizard
    from mercurial.rcutil import userrcpath
  File "c:\mozilla-build\python\Lib\site-packages\mercurial\rcutil.py", line 24, in <module>
    fallbackpager = scmplatform.fallbackpager
AttributeError: 'module' object has no attribute 'fallbackpager'

Admin@DESKTOP-EUHSBJA /c/dev/mozilla-source
$ ./mach build
0:05.97 c:\mozilla-build\mozmake\mozmake.EXE -f client.mk -s configure
0:12.14 client.mk:209: c:/dev/mozilla-source/obj-i686-pc-mingw32/.mozconfig.mk: No such file or directory
0:18.57 Clobber not needed.
0:28.79 Generating c:/dev/mozilla-source/configure
0:29.17 Generating c:/dev/mozilla-source/js/src/configure
0:29.42 cd c:/dev/mozilla-source/obj-i686-pc-mingw32
0:29.48 c:/dev/mozilla-source/configure
0:30.67 Creating Python environment
1:00.40 New python executable in c:\dev\mozilla-source\obj-i686-pc-mingw32\_virtualenv\Scripts\python2.7.exe
1:00.40 Also creating executable in c:\dev\mozilla-source\obj-i686-pc-mingw32\_virtualenv\Scripts\python.exe
1:00.40 Installing setuptools, pip, wheel...done.
1:11.18 running build_ext
1:11.28
1:11.29 building 'psutil._psutil_windows' extension
1:11.29
1:11.29 creating build
1:11.29
1:11.30 creating build\temp.win32-2.7
1:11.30
1:11.32 creating build\temp.win32-2.7\Release
1:11.34
1:11.34 creating build\temp.win32-2.7\Release\psutil
1:11.34
1:11.35 creating build\temp.win32-2.7\Release\psutil\arch
1:11.35
1:11.35 creating build\temp.win32-2.7\Release\psutil\arch\windows
1:11.35
1:11.38 C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -DPSUTIL_VERSION=311 -D_WIN32_WINNT=0x0602 -D_AVAIL_WINVER_=0x0602 -D_CRT_SECURE_NO_WARNINGS -DPSAPI_VERSION=1 -Ic:\mozilla-build\python\include -Ic:\dev\mozilla-source\obj-i686-pc-mingw32\_virtualenv\PC /Tcpsutil/_psutil_windows.c /Fobuild\temp.win32-2.7\Release\psutil/_psutil_windows.obj
1:11.41
1:11.41 _psutil_windows.c
1:11.42
1:11.44 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(1307) : error C2059: syntax error : ','
1:11.45
1:11.45 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(1307) : error C2143: syntax error : missing ')' before '('
1:11.45
1:11.45 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(1307) : error C2091: function returns function
1:11.46
1:11.46 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(1307) : error C2059: syntax error : ')'
1:11.47
1:11.48 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(1310) : error C2143: syntax error : missing ';' before 'type'
1:11.48
1:11.49 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(1318) : error C2143: syntax error : missing '{' before '*'
1:11.50
1:11.50 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(11367) : error C2061: syntax error : identifier 'PEXCEPTION_ROUTINE'
1:11.50
1:11.51 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(11368) : error C2059: syntax error : '}'
1:11.51
1:11.56 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(11370) : error C2143: syntax error : missing '{' before '*'
1:11.56
1:11.57 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17569) : error C2143: syntax error : missing ')' before '('
1:11.57
1:11.58 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17569) : error C2081: '_SA_annotes3' : name in formal parameter list illegal
1:11.58
1:11.58 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17569) : error C2059: syntax error : ','
1:11.58
1:11.59 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17569) : error C2143: syntax error : missing ')' before 'string'
1:11.59
1:11.59 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17569) : error C2091: function returns function
1:11.61
1:11.62 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17569) : error C2143: syntax error : missing '{' before 'string'
1:11.62
1:11.62 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17569) : error C2059: syntax error : '<Unknown>'
1:11.63
1:11.63 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17569) : error C2059: syntax error : ')'
1:11.63
1:11.63 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17570) : error C2059: syntax error : ')'
1:11.64
1:11.64 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17577) : error C2143: syntax error : missing ')' before '('
1:11.65
1:11.65 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17577) : error C2081: '_SA_annotes3' : name in formal parameter list illegal
1:11.65
1:11.66 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17577) : error C2059: syntax error : ','
1:11.66
1:11.67 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17577) : error C2143: syntax error : missing ')' before 'string'
1:11.67
1:11.67 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17577) : error C2091: function returns function
1:11.68
1:11.69 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17577) : error C2143: syntax error : missing '{' before 'string'
1:11.69
1:11.69 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17577) : error C2059: syntax error : '<Unknown>'
1:11.69
1:11.70 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17577) : error C2059: syntax error : ')'
1:11.70
1:11.71 C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(17580) : error C2059: syntax error : ')'
1:11.71
1:11.74 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(110) : error C2061: syntax error : identifier '_Field_z_'
1:11.75
1:11.75 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(111) : error C2054: expected '(' to follow '_Field_z_'
1:11.75
1:11.76 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(111) : error C2057: expected constant expression
1:11.76
1:11.76 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(111) : error C2085: 'cAlternateFileName' : not in formal parameter list
1:11.76
1:11.77 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(117) : error C2059: syntax error : '}'
1:11.78
1:11.78 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(127) : error C2061: syntax error : identifier '_Field_z_'
1:11.78
1:11.78 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(128) : error C2054: expected '(' to follow '_Field_z_'
1:11.79
1:11.79 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(128) : error C2057: expected constant expression
1:11.80
1:11.80 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(128) : error C2085: 'cAlternateFileName' : not in formal parameter list
1:11.80
1:11.81 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(134) : error C2059: syntax error : '}'
1:11.81
1:11.81 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(140) : error C2061: syntax error : identifier 'WIN32_FIND_DATA'
1:11.81
1:11.82 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(140) : error C2059: syntax error : ';'
1:11.83
1:11.83 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(141) : error C2061: syntax error : identifier 'PWIN32_FIND_DATA'
1:11.83
1:11.83 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(141) : error C2059: syntax error : ';'
1:11.83
1:11.84 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(142) : error C2061: syntax error : identifier 'LPWIN32_FIND_DATA'
1:11.84
1:11.84 C:\Program Files (x86)\Windows Kits\8.1\include\um\minwinbase.h(142) : error C2059: syntax error : ';'
1:11.85
1:11.85 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(282) : error C2146: syntax error : missing ')' before identifier 'lpFindFileData'
1:11.86
1:11.86 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(282) : error C2081: 'LPWIN32_FIND_DATAA' : name in formal parameter list illegal
1:11.86
1:11.86 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(282) : error C2061: syntax error : identifier 'lpFindFileData'
1:11.87
1:11.87 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(282) : error C2059: syntax error : ';'
1:11.88
1:11.88 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(283) : error C2059: syntax error : ')'
1:11.88
1:11.88 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(290) : error C2146: syntax error : missing ')' before identifier 'lpFindFileData'
1:11.88
1:11.89 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(290) : error C2081: 'LPWIN32_FIND_DATAW' : name in formal parameter list illegal
1:11.89
1:11.90 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(290) : error C2061: syntax error : identifier 'lpFindFileData'
1:11.90
1:11.90 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(290) : error C2059: syntax error : ';'
1:11.91
1:11.91 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(291) : error C2059: syntax error : ')'
1:11.91
1:11.91 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(381) : error C2146: syntax error : missing ')' before identifier 'lpFindFileData'
1:11.92
1:11.93 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(381) : error C2081: 'LPWIN32_FIND_DATAA' : name in formal parameter list illegal
1:11.93
1:11.93 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(381) : error C2061: syntax error : identifier 'lpFindFileData'
1:11.93
1:11.94 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(381) : error C2059: syntax error : ';'
1:11.94
1:11.95 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(382) : error C2059: syntax error : ')'
1:11.95
1:11.95 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(389) : error C2146: syntax error : missing ')' before identifier 'lpFindFileData'
1:11.96
1:11.96 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(389) : error C2081: 'LPWIN32_FIND_DATAW' : name in formal parameter list illegal
1:11.96
1:11.97 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(389) : error C2061: syntax error : identifier 'lpFindFileData'
1:11.98
1:11.98 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(389) : error C2059: syntax error : ';'
1:11.98
1:11.98 C:\Program Files (x86)\Windows Kits\8.1\include\um\fileapi.h(390) : error C2059: syntax error : ')'
1:11.99
1:11.99 C:\Program Files (x86)\Windows Kits\8.1\include\um\errhandlingapi.h(115) : error C2143: syntax error : missing ')' before ','
1:12.00
1:12.00 C:\Program Files (x86)\Windows Kits\8.1\include\um\errhandlingapi.h(115) : error C2059: syntax error : ')'
1:12.00
1:12.01 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(113) : error C2143: syntax error : missing ')' before '('
1:12.01
1:12.01 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(113) : error C2081: '_SA_annotes3' : name in formal parameter list illegal
1:12.01
1:12.01 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(113) : error C2059: syntax error : ','
1:12.02
1:12.03 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(113) : error C2143: syntax error : missing ')' before 'string'
1:12.03
1:12.03 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(113) : error C2091: function returns function
1:12.03
1:12.03 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(113) : error C2143: syntax error : missing '{' before 'string'
1:12.04
1:12.04 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(113) : error C2059: syntax error : '<Unknown>'
1:12.05
1:12.05 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(113) : error C2059: syntax error : ')'
1:12.05
1:12.05 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(115) : error C2059: syntax error : ')'
1:12.06
1:12.06 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(125) : error C2143: syntax error : missing ')' before '('
1:12.06
1:12.06 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(125) : error C2081: '_SA_annotes3' : name in formal parameter list illegal
1:12.07
1:12.07 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(125) : error C2059: syntax error : ','
1:12.08
1:12.08 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(125) : error C2143: syntax error : missing ')' before 'string'
1:12.08
1:12.08 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(125) : error C2091: function returns function
1:12.09
1:12.10 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(125) : error C2143: syntax error : missing '{' before 'string'
1:12.10
1:12.10 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(125) : error C2059: syntax error : '<Unknown>'
1:12.11
1:12.11 C:\Program Files (x86)\Windows Kits\8.1\include\um\heapapi.h(125) : error C2059: syntax error : ')'
1:12.11
1:12.11 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(213) : error C2143: syntax error : missing ')' before '('
1:12.12
1:12.12 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(213) : error C2081: '_SA_annotes3' : name in formal parameter list illegal
1:12.12
1:12.13 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(213) : error C2059: syntax error : ','
1:12.13
1:12.13 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(213) : error C2143: syntax error : missing ')' before 'string'
1:12.13
1:12.13 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(213) : error C2091: function returns function
1:12.14
1:12.14 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(213) : error C2143: syntax error : missing '{' before 'string'
1:12.15
1:12.15 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(213) : error C2059: syntax error : '<Unknown>'
1:12.15
1:12.15 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(213) : error C2059: syntax error : ')'
1:12.16
1:12.16 C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(216) : error C2059: syntax error : ')'
1:12.16
1:12.16 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(107) : error C2059: syntax error : ','
1:12.17
1:12.17 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(107) : error C2143: syntax error : missing ')' before 'string'
1:12.18
1:12.18 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(107) : error C2143: syntax error : missing '{' before 'string'
1:12.18
1:12.18 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(107) : error C2059: syntax error : '<Unknown>'
1:12.19
1:12.19 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(107) : error C2059: syntax error : ')'
1:12.20
1:12.20 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(199) : error C2059: syntax error : ','
1:12.20
1:12.21 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(199) : error C2143: syntax error : missing ')' before 'string'
1:12.21
1:12.21 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(199) : error C2143: syntax error : missing '{' before 'string'
1:12.21
1:12.21 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(199) : error C2059: syntax error : '<Unknown>'
1:12.22
1:12.23 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(199) : error C2059: syntax error : ')'
1:12.23
1:12.23 C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(199) : fatal error C1003: error count exceeds 100; stopping compilation
1:12.23
1:12.24 error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\BIN\\cl.exe' failed with exit status 2
1:12.24
1:12.25
1:12.25 Error processing command. Ignoring because optional. (optional:setup.py:third_party/python/psutil:build_ext:--inplace)
1:12.25 Reexecuting in the virtualenv
1:12.65 checking for vcs source checkout... hg
1:13.64 checking for a shell... C:/mozilla-build/msys/bin/sh.exe
1:15.47 checking for host system type... i686-pc-mingw32
1:15.48 checking for target system type... i686-pc-mingw32
1:15.68 checking for a shell... C:/mozilla-build/msys/bin/sh.exe
1:17.39 checking for host system type... i686-pc-mingw32
1:17.41 checking for target system type... i686-pc-mingw32
1:17.55 checking for vcs source checkout... hg
1:17.56 checking whether cross compiling... no
1:18.12 checking for the target C compiler... 'c:/PROGRA~2/MICROS~2.0/VC/BIN/amd64/cl.exe'
1:18.74 checking whether the target C compiler can be used... no
1:18.74 DEBUG: <truncated - see config.log for full output>
1:18.74 DEBUG: | #elif __linux__
1:18.74 DEBUG: | %KERNEL "Linux"
1:18.74 DEBUG: | #elif _WIN32 || __CYGWIN__
1:18.77 DEBUG: | %KERNEL "WINNT"
1:18.77 DEBUG: | #elif __NetBSD__
1:18.77 DEBUG: | %KERNEL "NetBSD"
1:18.78 DEBUG: | #elif __APPLE__
1:18.78 DEBUG: | %KERNEL "Darwin"
1:18.78 DEBUG: | #endif
1:18.79 DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
1:18.79 DEBUG: | %ENDIANNESS "little"
1:18.80 DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1:18.80 DEBUG: | %ENDIANNESS "big"
1:18.81 DEBUG: | #endif
1:18.81 DEBUG: Executing: `cl.exe -E 'c:\users\admin\appdata\local\temp\conftest.exxixb.c'`
1:18.81 DEBUG: COMPILER = msvc
1:18.82 DEBUG: VERSION = 180040629
1:18.82 DEBUG: CPU = x86_64
1:18.82 DEBUG: KERNEL = WINNT
1:18.83 DEBUG: ENDIANNESS = little
1:18.84 ERROR: Target C compiler target CPU (x86_64) does not match --target CPU (i686)
1:18.86 *** Fix above errors and then restart with\
1:18.86                "c:/mozilla-build/mozmake/mozmake.EXE -f client.mk build"
1:18.92 client.mk:384: recipe for target 'configure' failed
1:18.93 mozmake.EXE: *** [configure] Error 1
2

Admin@DESKTOP-EUHSBJA /c/dev/mozilla-source