Open HasanBank opened 4 years ago
Hmm, I'm confused—is this while building LLVM or while building ACCEPT? It looks like it's coming from the LLVM source code. If so, I'm not sure how I can help… maybe you can try to divine why there would be no std::vector
available?
Hi, After command
make setup
, running is stopped because of an error. When I command./configure --version
in llvm folder of the project,LLVM configure 3.2svn
returns so I think LLVM version is the correct version.That's the starting point of the error. What should I do? I use mac Mojave 10.14.5. When I command
clang --version
, I getApple LLVM version 10.0.1 (clang-1001.0.46.4)
There are some environmental problems trigger this error in my opinion.