http://llvm.org/bugs/show_bug.cgi?id=15862
Bug ID: 15862
Summary: recipe for target all failed on i686-pc-cygwin on
Vista 32bit with Cygwin
Product: Build scripts
Version: trunk
Hardware: PC
OS: other
Status: NEW
Severity: normal
Priority: P
Component: Makefiles
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Kathy@Kathy-PC ~/build
$ make
llvm[0]: Constructing LLVMBuild project information.
make[1]: Entering directory `/home/Kathy/build/lib/Support'
llvm[1]: Compiling APFloat.cpp for Debug+Asserts build
In file included from /home/Kathy/llvm/include/llvm/ADT/FoldingSet.h:20,
from /home/Kathy/llvm/lib/Support/APFloat.cpp:17:
/home/Kathy/llvm/include/llvm/ADT/StringRef.h:342: error: `template<class T>
typename llvm::enable_if_c<(! std::numeric_limits<_Tp>::is_signed), bool>::type
llvm::StringRef::getAsInteger(unsigned int, T&) const' and `template<class T>
typename llvm::enable_if_c< std::numeric_limits<_Tp>::is_signed, bool>::type
llvm::StringRef::getAsInteger(unsigned int, T&) const' cannot be overloaded
/home/Kathy/llvm/Makefile.rules:1615: recipe for target
`/home/Kathy/build/lib/Support/Debug+Asserts/APFloat.o' failed
make[1]: *** [/home/Kathy/build/lib/Support/Debug+Asserts/APFloat.o] Error 1
make[1]: Leaving directory `/home/Kathy/build/lib/Support'
/home/Kathy/llvm/Makefile.rules:866: recipe for target `all' failed
make: *** [all] Error 1
Kathy@Kathy-PC ~/build
$
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs