[llvm-bugs] [Bug 25930] New: Cannot configure llvm with clang with cmake for visual studio

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 22 16:27:32 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25930

            Bug ID: 25930
           Summary: Cannot configure llvm with clang with cmake for visual
                    studio
           Product: clang
           Version: 3.7
          Hardware: HP
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: beneficii at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15511
  --> https://llvm.org/bugs/attachment.cgi?id=15511&action=edit
error file produced by cmake

I followed the instructions from the Get Started page under development on
clang.llvm.org in order to produce the Visual Studio solution file, but I
cannot get llvm with clang to configure. I installed Visual Studio 2015
Community along with the Subversion plug-in, CMake 3.4, Python 2.7, and the
GnuWin32 Tools. I used Subversion to check out llvm and clang using the folder
heirarchy as instructed. I then created the build folder as told and CD'd to it
and put in: cmake -G "Visual Studio 14 2015" ..\llvm

It tells me "configuring incomplete, errors occurred!"

How can I get this configured?

Attached is CMakeError.log.

-- 
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/20151223/1d40ee05/attachment.html>


More information about the llvm-bugs mailing list