BlitterStudio / amiberry

Optimized Amiga emulator for Linux/macOS
https://amiberry.com
GNU General Public License v3.0
664 stars 90 forks source link

Latest dev will not compile #994

Closed Lex15 closed 2 years ago

Lex15 commented 2 years ago

Latest dev will not build amiberry executable. Using up to date RpiOS(32bit).

solskogen commented 2 years ago

src/custom.cpp: In function ‘void hsync_handler_post(bool)’: src/custom.cpp:12586:45: error: ‘delayed_framestart’ was not declared in this scope 12586 | event2_newevent_xx(-1, 2 * CYCLE_UNIT, 0, delayed_framestart); | ^~~~~~~~~~~~~~~~~~ src/custom.cpp:12590:45: error: ‘delayed_copjmp’ was not declared in this scope 12590 | event2_newevent_xx(-1, 2 * CYCLE_UNIT, 0, delayed_copjmp); | ^~~~~~~~~~~~~~ distcc[3119] ERROR: compile src/custom.cpp on localhost failed make: *** [<builtin>: src/custom.o] Error 1

This happens on aarch64 as well