The MSYS/MINGW64 Build Fails, with seemingly missing packages, even if installed and wrong version number issues.
...
# Using MINGW64 shell
pacman -Qs mpv # check if mpv is installed
pacman -Si mingw64/mingw-w64-x86_64-mpv # check what's included
# seem ok
cmake .. -G 'MinGW Makefiles'
There seem to be at least 3 issues here:
ftxui is not available in pacman DB in MSYS repos. (Filed issue at MSYS.)
- Unknown version issue for LUA, where correct LUA is already installed.
pkgconfig complaint of missing mpv package, although mpv is already installed.
Any suggestions how to fix?
The
MSYS/MINGW64Build Fails, with seemingly missing packages, even if installed and wrong version number issues.There seem to be at least 3 issues here:
ftxuiis not available in pacman DB in MSYS repos. (Filed issue at MSYS.)pkgconfigcomplaint of missingmpvpackage, althoughmpvis already installed.Any suggestions how to fix?