[Info-vax] Building AXPbox
Bill Gunshannon
bill.gunshannon at gmail.com
Thu Nov 26 09:23:35 EST 2020
So, the holiday gave me the time to give this a shot. Sadly,
no luck. I successfully downloaded everything to my Ubuntu
box ran cmake and then make. It dies every time trying to
build SDL.
First error is:
/home/bill/AXPBox/axpbox/src/gui/sdl.cpp:203:3: error:
‘SDL_EnableKeyRepeat’ was not declared in this scope
SDL_EnableKeyRepeat(250, 50);
^~~~~~~~~~~~~~~~~~~
/home/bill/AXPBox/axpbox/src/gui/sdl.cpp:203:3: note: suggested
alternative: ‘SDL_enabled_assert’
SDL_EnableKeyRepeat(250, 50);
^~~~~~~~~~~~~~~~~~~
SDL_enabled_assert
And it then does the same for what appears to be all the calls to
SDL routines.
Does AXPbox require a specific (older) vversion of SDL?
bill
More information about the Info-vax
mailing list