Reply 100 of 108, by Genju
- Rank
- Newbie
Hm, thanks for the tip, but now I'm stuck with these errors:
../../../include\dosbox.h:25:1: error: unknown type name 'GCC_ATTRIBUTE' GCC_ATTRIBUTE(noreturn) void E_Exit(const char * message,...) GCC_ATTRIBUTE( __format__(__printf__, 1, 2));
/include\dosbox.h:32:9: error: unknown type name 'Bitu' typedef Bitu (LoopHandler)(void);
For what it's worth, I'm using msys2 x86_64 with the clang compiler.