mg icon indicating copy to clipboard operation
mg copied to clipboard

Fix build errors on MSYS platform

Open carlzhc opened this issue 1 year ago • 4 comments

# make sure the required packages are already installed
$ pacman -Q | egrep '^(libbsd|ncurses|cmake)'
cmake 3.26.2-1
libbsd 0.11.7-1
ncurses 6.4-1
ncurses-devel 6.4-1

$ cd build && cmake .. && make VERBOSE=1

... ... (see the attached log file) build.1712669255.log

carlzhc avatar Jan 16 '24 09:01 carlzhc