Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 855 by
ryan_wi...@reyrey.com: Component Build Fails for Official Build
https://bugs.chromium.org/p/pdfium/issues/detail?id=855I am trying to build a pdfium release shared library for windows 32-bit using VS 2017. It builds if is_official_build is false, but fails if it is true.
args.gn:
pdf_is_standalone = true
is_component_build = true
is_official_build = true
treat_warnings_as_errors = false
is_debug = false
pdf_enable_xfa = false
pdf_enable_v8 = true
pdf_use_win32_gdi = true
icu_use_data_file = false
v8_use_external_startup_data = false
target_cpu = "x86"
ninja: Entering directory `out/Release'
[1/910] cmd /c D:/pdfium/depot_tools/python276_bin/python.exe ../../build/toolchain/win/tool_wrapper.py delete-file ./genmacro.exe.pdb && D:/pdfium/depot_tools/python276_bin/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x86 False link.exe /nologo /OUT:./genmacro.exe /PDB:./genmacro.exe.pdb @./genmacro.exe.rsp
FAILED: genmacro.exe genmacro.exe.pdb
cmd /c D:/pdfium/depot_tools/python276_bin/python.exe ../../build/toolchain/win/tool_wrapper.py delete-file ./genmacro.exe.pdb && D:/pdfium/depot_tools/python276_bin/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x86 False link.exe /nologo /OUT:./genmacro.exe /PDB:./genmacro.exe.pdb @./genmacro.exe.rsp
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
LINK : error LNK1218: warning treated as error; no output file generated
ninja: build stopped: subcommand failed.
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings