(CCing poiru who actually implemented this!)

On 2016-02-03 3:36 PM, Alex wrote:
I've built changeset f2f8fc172f4c 
(https://hg.mozilla.org/mozilla-central/file/f2f8fc172f4c).

The following two issues still occur:

- DLLs from WIN_UCRT_REDIST_DIR="C:/Program Files (x86)/Windows 
Kits/10/Redist/ucrt/DLLs/x64" don't get moved to objdir/dist/bin

How are you setting the WIN_UCRT_REDIST_DIR variable? I think the way that this is supposed to work is by setting this variable in the mozconfig file, have the configure script pick it up <https://hg.mozilla.org/mozilla-central/rev/0fc068ae3289#l6.13> and then package api-ms-win-*.dll and ucrtbase.dll from that directory <https://hg.mozilla.org/mozilla-central/rev/0fc068ae3289#l5.22>. Perhaps you're hitting a bug somewhere along the line here?

- Even if I manually move the files myself, the resulting build won't run on a 
system that doesn't have the VCRedist installed 
(https://www.microsoft.com/en-gb/download/details.aspx?id=48145) which I find 
really strange. Surely the redist folders are all the DLLs required?

How does the binary not run? Do you get an error of some sort? Can you please post it here?

Thanks,
Ehsan

_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to