Chromimum не строится в Windows: вывод midl.exe отличается от файлов в gen / chrome / elevation_service - PullRequest
0 голосов
/ 07 ноября 2019

Chromimum не встраивается в windows: midl.exe вывод отличается от файлов в команде gen/chrome/elevation_service

для генерации chrome:

autoninja -C out\Debug chrome

не работает, получая ошибку ниже.

FAILED: gen/chrome/elevation_service/elevation_service_idl.h gen/chrome/elevation_service/elevation_service_idl.dlldata.c gen/chrome/elevation_service/elevation_service_idl_i.c gen/chrome/elevation_service/elevation_service_idl_p.c gen/chrome/elevation_service/elevation_service_idl.tlb
C:/src/depot_tools/bootstrap-3_8_0b1_chromium_1_bin/python/bin/python.exe ../build/toolchain/win/midl.py environment.x64 C:/chromium/src/third_party/win_build_output/midl/chrome/elevation_service gen/chrome/elevation_service none elevation_service_idl.tlb elevation_service_idl.h elevation_service_idl.dlldata.c elevation_service_idl_i.c elevation_service_idl_p.c ../chrome/elevation_service/elevation_service_idl.idl /char signed /env x64 /Oicf
midl.exe output different from files in gen/chrome/elevation_service,/* File created by MIDL compiler version 8.xx.xxxx /
/ at a redacted point in time
/
-/ Compiler settings for ../../chrome/elevation_service/elevation_service_idl.idl:
+/* Compiler settings for ../chrome/elevation_service/elevation_service_idl.idl:
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.xx.xxxx
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data
...