【发布时间】:2018-08-23 08:26:57
【问题描述】:
当我从 https://github.com/RedisLabsModules/redis-graph.git 编译 RedisGraph 时出现以下错误
错误是
[0%] 构建 C 对象 CMakeFiles/graphblas.dir/Source/GB_AxB_builtin.c.o 在 /Users/tkhader/codeBase/redis/redis-graph/deps/GraphBLAS/Source/GB_AxB_builtin.c:19 包含的文件中: /Users/tkhader/codeBase/redis/redis-graph/deps/GraphBLAS/Source/GB.h:1527:1:错误:当前目标不支持线程本地存储 _Thread_local extern GB_thread_local_struct GB_thread_local ;
svc-notes-MacBook-Pro:redis-graph tkhader$ llvm-gcc -v Apple LLVM 版本 9.1.0 (clang-902.0.39.2) 目标:x86_64-apple-darwin17.7.0 线程模型:posix 安装目录:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
如果您需要更多信息,请告诉我。
【问题讨论】:
标签: xcode redis llvm llvm-clang redisgraph