Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails #323

Open
ShamimIslam opened this issue Aug 29, 2022 · 4 comments
Open

Build fails #323

ShamimIslam opened this issue Aug 29, 2022 · 4 comments

Comments

@ShamimIslam
Copy link

Do I need to be on a Windows 10 machine to perform the build? Also, I have the 1903 SDK but the Signtool is not found. Thanks.

@Kogotoro
Copy link

Kogotoro commented Aug 30, 2022

Do I need to be on a Windows 10 machine to perform the build?

Probably no. (i builded from win8.1 for win10 in vs2019)
(if entire solution not builds, then try building projects inside it one by one that can help locate errors in config (initial project config probably have some small errors or missing targeting fields and sign settings))

Also, I have the 1903 SDK but the Signtool is not found.

Signtools is optional feature while instaling sdk. ('[ ] Windows SDK Signing Tools for Desktop Apps')
Should be in:
c:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\ <platform>
platform x64,x86,arm...
if missing then try reinstall or modify install and check what it selected.

@paulpv
Copy link

paulpv commented Sep 14, 2022

I am running in to Spectre-mitigated libraries are required for this project errors, even after installing literally every single Spectre x64/x86 option there is in the VS2019 Individual Components tab. :/

@paulpv
Copy link

paulpv commented Sep 14, 2022

Doh! I was installing the Spectre components for the Visual Studio Build Tools 2019 install instead of the Visual Studio Community 2019 install.
I added the MSVC v142 - VS 2019 C++ x64/x86 Spectre-mitigated libs (Latest) to my Visual Studio Community 2019 install and it then compiled fine.
I removed the 30+GB of other installs I added to the wrong "2019" product and things still build fine.

@ShamimIslam
Copy link
Author

ShamimIslam commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants