[LLVMbugs] [Bug 15862] New: recipe for target all failed on i686-pc-cygwin on Vista 32bit with Cygwin

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Apr 28 08:28:23 PDT 2013


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: unassignedbugs at nondot.org
          Reporter: thadguidry at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Kathy at 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 at Kathy-PC ~/build
$

-- 
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/20130428/f3b24a00/attachment.html>


More information about the llvm-bugs mailing list