-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Configuration fails on Windows 11 (VS Community 2022; could not find git for clone of googletest-populate #809
Comments
@MGM175 are you using our |
@MGM175 do you have Git for Windows installed? |
Yes, 2.42.0.windows.2. |
Hmm. Interesting. And is Git in your path? (Just double-checking.) |
Yes, it is.
Yes, it was 0.8.0. Perhaps I'll try with newest build then. |
@MGM175 you should have more success on current master; still won't be perfect but should get a lot further more repeatably. Any help with getting it working well would be appreciated to as it's something we need for our next release. |
Sorry for not responding after so long time, but after reinstalling VS 2022 Community Edition, adding Classic Desktop C++ programs set + Git for Windws, along with 114 dependencies on the newer machine for a 1.5 hours of total time. In the end, the compilation ends with:
I'll try to modify build.ps1 to force VS 2022. UPDATE: modification was successful, yet the proper VS 2022 run ended with this output:
Below here is the CMakeCache from above's run. |
@MGM175 if you have all the dependencies installed, then try going into the source and doing the following:
and see what that gives you. You could also specify Based on your second comment, it looks like it isn't finding the dependencies for some reason; which may also be why our own Windows CI stuff is failing if something changed in the dependency system for Windows. I'm presently trying to figure it out via the GitHub Actions as I don't use Windows myself. |
Like in title. Attempted to run the compilation script as prescribed in README, but in the end, the error occurs. I'm attaching a dump from my terminal if it could help.
The text was updated successfully, but these errors were encountered: