[LLVMbugs] [Bug 20408] New: LLVM_ENABLE_FFI=ON build fails on reconfigure
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 23 05:22:45 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20408
Bug ID: 20408
Summary: LLVM_ENABLE_FFI=ON build fails on reconfigure
Product: Build scripts
Version: trunk
Hardware: PC
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: josh.klontz at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
At least on OS X 10.9 with CMake 2.8.12.2:
$ cmake -DLLVM_ENABLE_FFI=ON ..
$ make # build completes without errors
$ cmake -DLLVM_ENABLE_FFI=ON ..
$ make
...
/Users/m29396/likely/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp:39:10:
fatal error:
'ffi.h' file not found
#include <ffi.h>
^
1 error generated.
`HAVE_FFI_H` seems to be incorrectly set after rerunning CMake. This is a
possible duplicate of #19528.
--
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/20140723/71797fcb/attachment.html>
More information about the llvm-bugs
mailing list