Missing file C64DebuggerPluginShowPic.h
UffeJakobsen opened this issue · 2 comments
UffeJakobsen commented
Latest commit (v0.64.64) seems to be missing a file "C64DebuggerPluginShowPic.h"
[ 0%] Building CXX object CMakeFiles/Plugins.dir/src/Plugins/C64D_InitPlugins.cpp.o
/tmp/RetroDebugger.git/src/Plugins/C64D_InitPlugins.cpp:10:10: fatal error: C64DebuggerPluginShowPic.h: No such file or directory
10 | #include "C64DebuggerPluginShowPic.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
3vi1 commented
I noticed this too. It doesn't appear that anything from that header is currently used though, so you can just comment out the line to build successfully.
slajerek commented
Yes, overlooked. Thanks.