Re: [hatari-devel] SDL2 build fails |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Tue, 26 Aug 2014 08:12:06 +0200
schrieb Christer Solskogen <christer.solskogen@xxxxxxxxx>:
> [ 16%] Building C object
> src/gui-sdl/CMakeFiles/GuiSdl.dir/sdlgui.c.obj /home/hatari/hatari-builder2/hatari/src/gui-sdl/sdlgui.c:
> In function 'SDLGui_DoDialog':
> /home/hatari/hatari-builder2/hatari/src/gui-sdl/sdlgui.c:1066:2:
> error: unknown type name 'SDLKey'
> SDLKey key;
> ^
> /home/hatari/hatari-builder2/hatari/src/gui-sdl/sdlgui.c:1067:2:
> error: unknown type name 'SDLMod'
> SDLMod mod;
> ^
> make[2]: *** [src/gui-sdl/CMakeFiles/GuiSdl.dir/sdlgui.c.obj] Error 1
> make[1]: *** [src/gui-sdl/CMakeFiles/GuiSdl.dir/all] Error 2
> make: *** [all] Error 2
Thanks for the hint, should be fixed now.
Thomas