uvmac
uvmac copied to clipboard
meson build fails: ERROR: File lib/M68K/m68kops.c does not exist.
It seems there is a mismatch with lib/M68K.
~/src$ git clone --recursive https://github.com/InvisibleUp/uvmac
Cloning into 'uvmac'...
remote: Enumerating objects: 1512, done.
remote: Counting objects: 100% (1512/1512), done.
remote: Compressing objects: 100% (608/608), done.
remote: Total 1512 (delta 886), reused 1440 (delta 815), pack-reused 0
Receiving objects: 100% (1512/1512), 1.31 MiB | 795.00 KiB/s, done.
Resolving deltas: 100% (886/886), done.
Submodule 'src/incbin' (https://github.com/graphitemaster/incbin) registered for path 'src/incbin'
Submodule 'src/tomlc99' (https://github.com/cktan/tomlc99) registered for path 'src/tomlc99'
Cloning into '/home/boomlinde/src/uvmac/src/incbin'...
remote: Enumerating objects: 231, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 231 (delta 0), reused 1 (delta 0), pack-reused 227
Receiving objects: 100% (231/231), 63.91 KiB | 1.03 MiB/s, done.
Resolving deltas: 100% (115/115), done.
Cloning into '/home/boomlinde/src/uvmac/src/tomlc99'...
remote: Enumerating objects: 668, done.
remote: Counting objects: 100% (295/295), done.
remote: Compressing objects: 100% (204/204), done.
remote: Total 668 (delta 111), reused 233 (delta 54), pack-reused 373
Receiving objects: 100% (668/668), 194.68 KiB | 1.97 MiB/s, done.
Resolving deltas: 100% (332/332), done.
Submodule path 'src/incbin': checked out 'c9f3f0091948af39e187559100d0c6c5f2f68ebc'
Submodule path 'src/tomlc99': checked out 'b539e3f20ec443d7046153ed4623da277da89170'
~/src$ cd uvmac/
~/s/uvmac$ meson build
The Meson build system
Version: 0.58.2
Source dir: /home/boomlinde/src/uvmac
Build dir: /home/boomlinde/src/uvmac/build
Build type: native build
Project name: microvmac
Project version: undefined
C compiler for the host machine: cc (gcc 10.2.1 "cc (GCC) 10.2.1 20201203")
C linker for the host machine: cc ld.bfd 2.35.1
Host machine cpu family: x86_64
Host machine cpu: x86_64
Configuring CNFGRAPI.h using configuration
Found pkg-config: /bin/pkg-config (0.29.2)
Run-time dependency sdl2 found: YES 2.0.16
meson.build:175:0: ERROR: File lib/M68K/m68kops.c does not exist.
A full log can be found at /home/boomlinde/src/uvmac/build/meson-logs/meson-log.txt
~/s/uvmac$