Arkadiusz Piekarz
Arkadiusz Piekarz
BTW Conan recommends Msys2 as the subsystem on Windows - http://docs.conan.io/en/latest/systems_cross_building/windows_subsystems.html?highlight=msys2 But if you have other suggestions for developing with GCC on that system, I'm all ears ;-)
@ClausKlein You have given us only your environment setup, but not if and how the bug affects you.
Thanks. Just FYI after today's attempt of setting up the environment I got stuck on Python not being able to load the ssl module in Msys2. I will try again...
Good news, Conan has successfully built Boost.Python :-) But after that I tried the next step by invoking CMake and got this error: ``` /d/dev/project/test/conan-boost-python-test/build $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release...
My celebration was premature. Yesterday I have built Conan packages as static and tried to create dynamic library with CMake and/or I mixed debug/release modes. So today I tried to...
`System nie mo▒e odnale▒▒ okre▒lonej ▒cie▒ki.` is a broken form of Polish `System nie może odnaleźć określonej ścieżki.`, which in English means `The system cannot find the given path.`
Just FYI this is also a problem in Qt Creator. It can be worked around with `sudo ln -s ~/.local/bin/conan /usr/local/bin/conan`. I haven't yet investigated if it could be fixed...
Since the OP didn't specify the affected version, I'll add that this issue is still present in package git 2.12.1-1. Before you get to this error, you will also stumble...
This is still an issue with git 2.13.0-1.
@baldurk Nice find. When I run `MSYSTEM=MSYS git gui`, the error from the original comment doesn't appear, but a new one does (while being in folder /d/dev/project/MINGW-packages/): ``` fatal: Invalid...