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
I also ran into this issue, see #30 for a list of this and some other build system issues. I'm not sure if make check was ever useful, since I suspect it's not used for multiplayer compatibility like grfs/OpenGFX?
Hi!
It seems, that 'make check' cannot be executed, as files? seems to be missing.
Basically,
make check
will always fail:/usr/bin/grfid -m openmsx.grf > openmsx.md5
Unable to get requested information: Unable to open file
The problem is, the
.grf
is never created. If I try to run manuallymake grf
, it will also fail, because it complains of missingopenmsx.pnml
I am not sure, is it missing or does it has to be created somehow? I can't find anything realated about creation in the Makefile.
The text was updated successfully, but these errors were encountered: