Won't compile
manisabri opened this issue · 1 comments
manisabri commented
Building CXX object opencog/atoms/parallel/CMakeFiles/parallel.dir/ExecuteThreadedLink.cc.o
/atomspace/opencog/atoms/parallel/ExecuteThreadedLink.cc: In function ‘void thread_exec(opencog::AtomSpace*, bool, concurrent_queue<opencog::Handle>*, opencog::QueueValuePtr, std::__exception_ptr::exception_ptr*)’:
/atomspace/opencog/atoms/parallel/ExecuteThreadedLink.cc:95:2: error: ‘set_thread_name’ was not declared in this scope
95 | set_thread_name("atoms:execlink");
| ^~~~~~~~~~~~~~~
make[2]: *** [opencog/atoms/parallel/CMakeFiles/parallel.dir/build.make:63: opencog/atoms/parallel/CMakeFiles/parallel.dir/ExecuteThreadedLink.cc.o] Error 1
linas commented
You have to get the latest version of cogutils, which defines this, for Linux and for MacOS