Skip to content

The MSYS/MINGW64 Build Fails #8

@eabase

Description

@eabase

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'
Image

There seem to be at least 3 issues here:

  1. ftxui is not available in pacman DB in MSYS repos. (Filed issue at MSYS.)
  2. Unknown version issue for LUA, where correct LUA is already installed.
  3. pkgconfig complaint of missing mpv package, although mpv is already installed.

Any suggestions how to fix?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions