linking debug_utils lib... In file included from ./decoder_manager/stats_thread/../thread_state_ctl.H:11:0, from ./decoder_manager/stats_thread/stats.H:5, from ./decoder_manager/stats_thread/stats.cc:2: ../../../../../obj_aggregator/src/common/thread.h: In destructor «virtual Thread::~Thread()»: ../../../../../obj_aggregator/src/common/thread.h:31:25: ошибка: нет декларации «Interface» в этой области видимости #define DEBUG_GROUP Interface ^ ../../../../../obj_aggregator/src/common/thread.h:125:28: замечание: in expansion of macro «DEBUG_GROUP» writeGroupLog( DEBUG_GROUP, Alert, "Thread \"%s\" was not stopped!!", _thread_name.c_str() ); ^ ../../../../../obj_aggregator/src/common/thread.h:125:41: ошибка: нет декларации «Alert» в этой области видимости writeGroupLog( DEBUG_GROUP, Alert, "Thread \"%s\" was not stopped!!", _thread_name.c_str() ); ^ ../../../../../obj_aggregator/src/common/thread.h:125:104: ошибка: нет декларации «writeGroupLog» в этой области видимости writeGroupLog( DEBUG_GROUP, Alert, "Thread \"%s\" was not stopped!!", _thread_name.c_str() ); ^ ../../../../../obj_aggregator/src/common/thread.h: В функции-члене «void Thread::stopThread(uint32_t)»: ../../../../../obj_aggregator/src/common/thread.h:31:25: ошибка: нет декларации «Interface» в этой области видимости #define DEBUG_GROUP Interface ^ ../../../../../obj_aggregator/src/common/thread.h:214:32: замечание: in expansion of macro «DEBUG_GROUP» writeGroupLog( DEBUG_GROUP, Warning, "Thread \"%s\" was not normally completed!! Timeout: %u sec.", _thread_name.c_str(), timeout_sec ); ^ In file included from ./decoder_manager/stats_thread/../thread_state_ctl.H:11:0, from ./decoder_manager/stats_thread/stats.H:5, from ./decoder_manager/stats_thread/stats.cc:2: ../../../../../obj_aggregator/src/common/thread.h:214:45: ошибка: нет декларации «Warning» в этой области видимости writeGroupLog( DEBUG_GROUP, Warning, "Thread \"%s\" was not normally completed!! Timeout: %u sec.", _thread_name.c_str(), timeout_sec ); ^ ../../../../../obj_aggregator/src/common/thread.h:214:151: ошибка: нет декларации «writeGroupLog» в этой области видимости writeGroupLog( DEBUG_GROUP, Warning, "Thread \"%s\" was not normally completed!! Timeout: %u sec.", _thread_name.c_str(), timeout_sec ); ^ make[1]: *** [dec_objs/stats.o] Ошибка 1 make[1]: *** Ожидание завершения заданий...