Luffy.AN

Results 7 comments of Luffy.AN

- I have the same problem with centos7.2 . cmake ../ -- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR) -- Using third-party bundled double-conversion -- Found gflags from package config...

> Try: > $ cmake .. -DCMAKE_CXX_FLAGS='-Wno-local-type-template-args' > > Make sure to remove the _build directory, make sure cmake started from scratch. > > What is happening is that the...

sorry for my poor English. i have not find the detail reason for this coredump. do you have any idea??

ok.but, i haven't see where it is used.

> The typical way to specific a macro on the command line of the compiler is to use the `CompilerTool.addDefine()` function. > > For example, assuming the tool was configured...

cppcoro lib with this patch:(top commit id is a87e97fe5b6091ca9f6de4637736b8e0d8b109cf) ``` diff --git a/test/task_tests.cpp b/test/task_tests.cpp index 96b821a..656f201 100644 --- a/test/task_tests.cpp +++ b/test/task_tests.cpp @@ -15,10 +15,51 @@ #include #include +#include +#include #include...

Two ways to get clang8: 1.get clang8 binary from https://releases.llvm.org/download.html#8.0.1 2.build from source code reference:https://github.com/llvm/llvm-project ``` git clone [email protected]:llvm/llvm-project.git -b release/8.x \ && mkdir build \ && cmake -G Ninja...