-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Halide on Cent OS 7 #3290
Comments
The issue is solved by adding -D_GLIBCXX_USE_CXX11_ABI=0 in the required location of MAKEFILE. |
For all those who are facing this issue: To be precise, we have to append |
can you make it clear? Does it right to set like LLVM_CXX_FLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 ? |
I'm getting the same error after appending to these variables. |
Would you be kind enough to specify where is the required location? |
Hello,
I'm trying to build the latest Halide from source on my CentOS 7 (64bit) with the following dependency versions:
gcc: 7.3.0
g++: 7.3.0
clang: 5.0.2 (branches/release_50 342946)
llvm: 5.0.2
This is the error I faced:
I saw this similar issue: #1243
But I already have
-std=c++11
I also saw this: #2532 and tried
-D _GLIBCXX_USE_CXX11_ABI=0
, but that in-turn gave me the error mentioned in the issue.Any ideas on how to proceed??
The text was updated successfully, but these errors were encountered: