-
Notifications
You must be signed in to change notification settings - Fork 463
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
For vs2017, amd64_x86 target are not working. #1256
Comments
I am seeing x64\x86 toolset being used on my side for all amd64_x86 kits of several VS (2019, 2017, 2015). |
tried but still failed |
I am surprised that deleting the build folder didn't unblock you. That solved it for all users complaining about this since 1.4.0. Did you also reload your project after that (or close reopen VSCode)? |
maybe because 1.4.1 not released yet |
No it's not released, we are working on it and we estimate an ETA early next week. It includes fixes for regressions from 1.3.1 to 1.4.0. |
@lygstate, from your log I see that you are using Ninja. Did you explicitly set the ninja generator in settings? I wonder if you 'inherited' that from 1.3.1, which had a bug to always pick Ninja (if installed) regardless if the settings wouldn't request it and VS having other preferred generators defined. 1.4.0 is picking the right generator but we have another bug that we're fixing now for 1.4.1 release, regarding the generator change not taking effect unless you delete the build folder and reload the project, both actions, nothing in between (even a configure between the delete and reload will make the generator not be considered). Also another possibility is a partial kit scan, please share us the content of your user kits json file right after migration. After that, you can try to get unblocked by deleting the build folder, reloading your project and rescanning the kits. |
|
I've already re-scan kits. |
This should be fixed in CMake Tools 1.4.1 which was published today. |
It should use
C:\PROGRA
2\MICROS1\2019\COMMUN1\VC\Tools\MSVC\14251.286\bin\Hostx64\x86not C:\PROGRA
2\MICROS1\2019\COMMUN1\VC\Tools\MSVC\14251.286\bin\Hostx64\x64\The host and target may not be the same
The text was updated successfully, but these errors were encountered: