g++ -Wall -c -D "NDEBUG" -fexpensive-optimizations -O3 uci.cpp
uci.cpp: In function 'void uci_send_isready_sync(uci_t*)':
uci.cpp:174: error: 'event' was not declared in this scope
uci.cpp:175: error: 'event' was not declared in this scope
uci.cpp: In function 'int uci_parse(uci_t*, const char*)':
uci.cpp:331: error: 'Engine_sync_stop' was not declared in this scope
uci.cpp:331: error: 'SetEvent' was not declared in this scope
uci.cpp: At global scope:
uci.cpp:48: warning: 'bool uci_is_ok(const uci_t*)' defined but not used
make: *** [uci.o] Error 1