You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting a build of the latest dev on MSYS2, I get:
[5/503] Running utility command for LinkPythonCommandFiles
FAILED: python/mrtrix3/commands/CMakeFiles/LinkPythonCommandFiles.util
python\mrtrix3\commands\CMakeFiles\LinkPythonCommandFiles.dir\utility.bat d8c87fc7c9db9120
CMake Error: failed to create symbolic link 'C:/msys64/home/rob/src/mrtrix3/build_release/lib/mrtrix3/commands/5ttgen/5ttgen.py': A required privilege is not held by the client.
This can be resolved using -DMRTRIX_PYTHON_SOFTLINK=OFF. However need to determine whether there is some other workaround. Probably not, given that softlink creation usually requires opening a native command prompt. If that's the case, this envvar needs to be forced to ON on MSYS2, with corresponding user warning.
The text was updated successfully, but these errors were encountered:
Ideally, if MRTRIX_PYTHON_SOFTLINK=ON, there should be an attempt made at configure time to construct a softlink, and if it fails a suitable error message should be issued.
Will be downstream of #2920.
Attempting a build of the latest
dev
on MSYS2, I get:This can be resolved using
-DMRTRIX_PYTHON_SOFTLINK=OFF
. However need to determine whether there is some other workaround. Probably not, given that softlink creation usually requires opening a native command prompt. If that's the case, this envvar needs to be forced to ON on MSYS2, with corresponding user warning.The text was updated successfully, but these errors were encountered: