[llvm-bugs] [Bug 25667] New: llvm.sln cannot be created with cmake on windows 7
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Nov 29 08:18:53 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25667
Bug ID: 25667
Summary: llvm.sln cannot be created with cmake on windows 7
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: lakeofsigh at 163.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
I am compiling clang 3.80 on my windows 7 laptop.when I executed the command
"cmake -G "Visual Studio 12" ..\llvm",I met several problems.I listed them
below.
-- Warning: Did not find file Compiler/MSVC-ASM
-- Looking for dirent.h
-- Looking for dirent.h - not found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for execinfo.h
-- Looking for execinfo.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for link.h
-- Looking for link.h - not found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for malloc/malloc.h
-- Looking for malloc/malloc.h - not found
-- Looking for ndir.h
-- Looking for ndir.h - not found
-- Looking for signal.h
After the execution,I did not get the llvm.sln.
IS THERE ANY PROBLEM WITH THE PROGRAMME?
--
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/20151129/c1356d8a/attachment.html>
More information about the llvm-bugs
mailing list