Making all in bin
CC ../../src/bin/common/libete_a-validator.o
In file included from ../../src/bin/common/validator.c:19:
In file included from ../../src/bin/common/validator.h:23:
./eflete.h:78:20: warning: poisoning existing macro
#pragma GCC poison sprintf
^
In file included from ../../src/bin/common/validator.c:19:
../../src/bin/common/validator.h:38:50: error: unknown type name 'Eo_Event'
resource_name_validator_helper(void *data, const Eo_Event *event);
^
../../src/bin/common/validator.c:84:50: error: unknown type name 'Eo_Event'
resource_name_validator_helper(void *data, const Eo_Event *event)
^
../../src/bin/common/validator.c:115:6: warning: implicit declaration of function 'eo_event_callback_stop' is invalid in C99 [-Wimplicit-function-declaration]
eo_event_callback_stop(event->object); ^
2 warnings and 2 errors generated.
make[3]: * [../../src/bin/common/libete_a-validator.o] Error 1
make[2]: * [all-recursive] Error 1
make[1]: * [all-recursive] Error 1
make: * [all] Error 2