Yes I am using VS 15.5. I will see if I can install 15.3 unless a fix is imminent.I have 15063.675 SDK installed. But I also have 14393.33 - I was using the older SDK to build older versions of chromium (like 62).I am building from this commit:
commit 057348d452abc0ded12cc2abc1a1c82903ffa2f9Author: chrome-release-bot <chrome-release-bot@chromium.org>
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/16a9327b-1161-446f-83ae-520d421c1266%40chromium.org.--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to a topic in the Google Groups "Chromium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/a/chromium.org/d/topic/chromium-dev/hYv_-bGvm2g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to chromium-dev+unsubscribe@chromium.org.
Unfortunately Microsoft doesn't make it easy to install old versions of VS 2017, so 15.3 may not be possible.If you can find where 0x78000000 is set then you can look at trunk to find the change that removed it and apply that fix locally, or else turn off warnings-as-errors for the linker with fatal_linker_warnings=false. Or you could try using lld instead of Microsoft's linker with use_lld=true.For the message_compiler issue you could modify message_compiler.py to early out instead of checking the results.These are all workarounds rather than actual solutions, but workarounds are often needed when not building trunk.
On Mon, Jan 8, 2018 at 8:17 AM, Demetrios Tsillas <jtsi...@gmail.com> wrote:
Yes I am using VS 15.5. I will see if I can install 15.3 unless a fix is imminent.I have 15063.675 SDK installed. But I also have 14393.33 - I was using the older SDK to build older versions of chromium (like 62).I am building from this commit:
commit 057348d452abc0ded12cc2abc1a1c82903ffa2f9Author: chrome-release-bot <chrome-re...@chromium.org>
To unsubscribe from this group and all its topics, send an email to chromium-dev...@chromium.org.
To unsubscribe from this group and all its topics, send an email to chromium-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/89657f9d-dced-4c2f-a575-5db6d2e68575%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/89657f9d-dced-4c2f-a575-5db6d2e68575%40chromium.org.