- 论坛徽章:
- 0
|
本帖最后由 my0929my 于 2016-04-22 09:05 编辑
各路大神,
尝试 build folly on ubuntu 14.04.
从github上面下载folly 代码,根据README进行编译,当执行 "make check" 命令之后。Error 出现在test文件夹下的gtest-1.7.0 (folly/folly/tests):
In file included from gtest-1.7.0/include/gtest/gtest.h:58:0,
from FunctionTest.cpp:22:
gtest-1.7.0/include/gtest/internal/gtest-internal.h:1111:44: error: no matching function for call to ‘testing::AssertionResult::AssertionResult(folly::Function<int(int), (folly::FunctionMoveCtor)0>&)’
::testing::AssertionResult(expression)) \
任何留言都不胜感激!
谢谢!
|
|