slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
167 stars 18 forks source link

Missing file C64DebuggerPluginShowPic.h #14

Closed UffeJakobsen closed 1 year ago

UffeJakobsen commented 1 year ago

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 1 year ago

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 1 year ago

Yes, overlooked. Thanks.