Tianyi Xie
Tianyi Xie
I exported the CPLUS_INCLUDE_PATH to /usr/local/Cellar/boost/1.78.0_1/include:/usr/local/Cellar/glog/0.5.0/include, which are the paths I found with brew info.
I'm on commit e342335eda9.
I'm getting a new error. ``` async_simple/async_simple/Common.h:44:9: error: unknown attribute 'likely' ignored [-Werror,-Wunknown-attributes] LIKELY { return; } ^ async_simple/async_simple/Common.h:25:18: note: expanded from macro 'LIKELY' #define LIKELY [[likely]] ^ ```
``` In file included from /Users/tannyxie/Documents/Project Preparation/github/async_simple/async_simple/coro/test/FutureAwaiterTest.cpp:16: /Users/tannyxie/Documents/Project Preparation/github/async_simple/async_simple/coro/FutureAwaiter.h:44:35: error: expected ';' at end of declaration auto operator co_await(T&& future) requires IsFuture::value { ^ ; /Users/tannyxie/Documents/Project Preparation/github/async_simple/async_simple/coro/FutureAwaiter.h:44:36: error: expected unqualified-id...
Change file name Makefile.config.example to Makefile.config