[llvm-bugs] [Bug 16128] Cannot build most recent version: fatal error: 'valgrind/valgrind.h'
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 16 04:15:27 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=16128
Gonzalo BG <gonzalobg88 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |gonzalobg88 at gmail.com
Resolution|WONTFIX |---
--- Comment #9 from Gonzalo BG <gonzalobg88 at gmail.com> ---
I just had the same problem in MacOS X Capitan. CMake says:
-- Looking for valgrind/valgrind.h - found
but then when compiling:
[ 0%] Building CXX object
lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o
/pool/src/llvm/lib/Support/Valgrind.cpp:21:10: fatal error:
'valgrind/valgrind.h' file not found
#include <valgrind/valgrind.h>
What information would help you understand what is going on?
CMake Version is 3.5.2.
Valgrind Version is valgrind-3.12.0.SVN
I'm installing LLVM from svn.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160616/29736a07/attachment.html>
More information about the llvm-bugs
mailing list