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
The files in the include subdirectory should be symlinks. Instead, they are regular files that contain a single line with the relative path to the destination. Also, the type is "C++ header file" and the size is 1 KB. Both columns are wrong.
This is what it should look like:
The proper solution would be to avoid using the git program provided by msys2, and use some other windows git implementation. For instance, Git for windows: https://gitforwindows.org/, and then perform all Git operations with Git bash instead of the MSYS2 MINGW64 shortcut:
This discussion was converted from issue #18 on April 20, 2024 14:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If you try to clone this sonivox repository in Windows using the MSYS2 provided git program, you may end with a corrupted working copy.
When building the project, you may see errors like this:
This is what you get, instead of the repository content:
https://github.com/pedrolcl/sonivox/tree/devel/arm-wt-22k/include/libsonivox
The files in the
include
subdirectory should be symlinks. Instead, they are regular files that contain a single line with the relative path to the destination. Also, the type is "C++ header file" and the size is 1 KB. Both columns are wrong.This is what it should look like:
The proper solution would be to avoid using the git program provided by msys2, and use some other windows git implementation. For instance, Git for windows: https://gitforwindows.org/, and then perform all Git operations with Git bash instead of the MSYS2 MINGW64 shortcut:
Other Git clients for windows may work as well, for instance Atlasian Sourcetree: https://www.sourcetreeapp.com/
To avoid other errors in the future, my advice is to remove the git program from MSYS2:
Beta Was this translation helpful? Give feedback.
All reactions