-
Notifications
You must be signed in to change notification settings - Fork 990
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
[bug] msys2 fails to build cmake template #14041
Comments
Partially relates to #12877 which evolved in the same issue while trying to diagnose it. |
Without the |
I am checking this. |
I have been trying to make a basic import subprocess
subprocess.call('. "/home/myuser/file.sh"', shell=True) To work, while this perfectly works in Linux and msys2 (but not msys2-mingw64). I am re-checking some assumptions about subsystems in Windows (as a side note, I find them quite problematic in general and I try to avoid them, just opting-in for the build with |
Reopening, was accidentally closed by #14061, but it was not the root cause, will follow in other PRs |
While running
I tried to look into the build folder in .conan, but did not find any clue of But I have done some exps of
My environments (should I set
Finally, I set |
Environment details
On Windows 11, I've installed a fresh
msys2
environment, using the newerucrt64
andconan-2.0.5
.The right configuration, because I'm running conan from within
ucrt64
shell.As far as I can deduce, the issue is with the last cmake configuration argument which is the path of the
CMakeLists.txt
and doesn't like that final dot: "C:/Users/joris/workspace/3rdparty/dummy/."Steps to reproduce
Create a minimal cmake library:
Logs
The text was updated successfully, but these errors were encountered: