Menu

#45 Missing Debugger Plugin files

1.0
closed
nobody
None
2020-02-23
2020-01-21
No

The git repo appears to be missing a couple of files: C64DebuggerPluginSpiral.h and C64DebuggerPluginShowPic.h. I did a locate and the files do not exist in any directory. Commenting out the includes allows it to be built

Compile error below.

Games/Plugins/C64D_InitPlugins.mm:5:10: fatal error: C64DebuggerPluginSpiral.h: No such file or directory
    5 | #include "C64DebuggerPluginSpiral.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~

Discussion

  • slajerek

    slajerek - 2020-02-08

    Thanks, that's bug indeed. These are my test plugins which are not for public release. The Spiral actually is an effect from Samar's NGC 1277 demo, I am thinking to release this as example how to make plugins someday. I will remove these includes.

     

    Last edit: slajerek 2020-02-08
  • slajerek

    slajerek - 2020-02-23
    • status: open --> closed
     
  • slajerek

    slajerek - 2020-02-23

    fixed in 0.64.58

     

Log in to post a comment.