# Pastebin 2tawUxJP In file included from tests/checkasm/v210enc.c:22:0: tests/checkasm/v210enc.c: In function ‘checkasm_check_v210enc’: tests/checkasm/checkasm.h:188:16: error: expected ‘)’ before ‘checkasm_fail_func’ #define fail() checkasm_fail_func("%s:%d", av_basename(__FILE__), __LINE__) ^ tests/checkasm/v210enc.c:79:17: note: in expansion of macro ‘fail’ fail(); \ ^~~~ tests/checkasm/v210enc.c:91:9: note: in expansion of macro ‘check_pack_line’ check_pack_line(uint8_t, 0xffffffff); ^~~~~~~~~~~~~~~ tests/checkasm/v210enc.c:81:9: error: expected expression before ‘}’ token } \ ^ tests/checkasm/v210enc.c:91:9: note: in expansion of macro ‘check_pack_line’ check_pack_line(uint8_t, 0xffffffff); ^~~~~~~~~~~~~~~ In file included from tests/checkasm/v210enc.c:22:0: tests/checkasm/checkasm.h:188:16: error: expected ‘)’ before ‘checkasm_fail_func’ #define fail() checkasm_fail_func("%s:%d", av_basename(__FILE__), __LINE__) ^ tests/checkasm/v210enc.c:79:17: note: in expansion of macro ‘fail’ fail(); \ ^~~~ tests/checkasm/v210enc.c:94:9: note: in expansion of macro ‘check_pack_line’ check_pack_line(uint16_t, 0x03ff03ff); ^~~~~~~~~~~~~~~ tests/checkasm/v210enc.c:81:9: error: expected expression before ‘}’ token } \ ^ tests/checkasm/v210enc.c:94:9: note: in expansion of macro ‘check_pack_line’ check_pack_line(uint16_t, 0x03ff03ff); ^~~~~~~~~~~~~~~ ffbuild/common.mak:81: recipe for target 'tests/checkasm/v210enc.o' failed make: *** [tests/checkasm/v210enc.o] Error 1 obe@obe:~/ffmpeg$