Re: [hatari-devel] Hatari debug mode

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


> Am 19.08.2025 um 10:13 schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> 
> Hi,
> 
> The change is now pushed.
> 
> 
>    - Eero
> 
I know this is likely to be ignored like my other notes and patches on broken code structure but for my peace of mind:

The way you include opencon.h in debugui.c is not the way this is usually done in Hatari. 

#include "../gui-win/opencon.h" 
should be replaced by just  
#include "opencon.h"

and in src/debug/CMakeLists.txt
include_directories(${SDL2_INCLUDE_DIRS})
should be replaced by
include_directories(${SDL2_INCLUDE_DIRS} ../gui-win)


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/