Osman Zakir via llvm-dev
2019-Apr-24 10:35 UTC
[llvm-dev] CMake Error at tools/clang/lib/Headers/cmake_install.cmake:36 (file): file INSTALL cannot find "C:/llvm-project/build/$(Configuration)/lib/clang/9.0.0/include".
Hi, everyone. I'm trying to build LLVM myself because the page I was linked to with the links to pre-built binaries doesn't have a passing WASM build of LLVM. Or at least didn't when I last checked there. With that being said, though, when I tried to build INSTALL.vcxproj, I got the error mentioned in the title of this message. The full error message is in the attached text file. Any help would be greatly appreciated. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190424/e9bcf648/attachment.html> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cmake_error_llvm_install.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190424/e9bcf648/attachment.txt>
Tom Stellard via llvm-dev
2019-Apr-24 13:59 UTC
[llvm-dev] CMake Error at tools/clang/lib/Headers/cmake_install.cmake:36 (file): file INSTALL cannot find "C:/llvm-project/build/$(Configuration)/lib/clang/9.0.0/include".
On 04/24/2019 03:35 AM, Osman Zakir via llvm-dev wrote:> Hi, everyone. > > I'm trying to build LLVM myself because the page I was linked to with the links to pre-built binaries doesn't have a passing WASM build of LLVM. Or at least didn't when I last checked there. With that being said, though, when I tried to build INSTALL.vcxproj, I got the error mentioned in the title of this message. The full error message is in the attached text file. Any help would be greatly appreciated. Thanks in advance. >Does this patch fix the problem for you: https://reviews.llvm.org/D61054 -Tom> > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
Osman Zakir via llvm-dev
2019-Apr-24 22:15 UTC
[llvm-dev] CMake Error at tools/clang/lib/Headers/cmake_install.cmake:36 (file): file INSTALL cannot find "C:/llvm-project/build/$(Configuration)/lib/clang/9.0.0/include".
Yeah, that patch worked. I finally managed to build and install LLVM 9.0.0. Thanks. ________________________________ From: Tom Stellard <tstellar at redhat.com> Sent: Wednesday, April 24, 2019 6:59 PM To: Osman Zakir; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] CMake Error at tools/clang/lib/Headers/cmake_install.cmake:36 (file): file INSTALL cannot find "C:/llvm-project/build/$(Configuration)/lib/clang/9.0.0/include". On 04/24/2019 03:35 AM, Osman Zakir via llvm-dev wrote:> Hi, everyone. > > I'm trying to build LLVM myself because the page I was linked to with the links to pre-built binaries doesn't have a passing WASM build of LLVM. Or at least didn't when I last checked there. With that being said, though, when I tried to build INSTALL.vcxproj, I got the error mentioned in the title of this message. The full error message is in the attached text file. Any help would be greatly appreciated. Thanks in advance. >Does this patch fix the problem for you: https://reviews.llvm.org/D61054 -Tom> > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190424/0fff1c92/attachment.html>
Seemingly Similar Threads
- How to Switch to Static Runtime and Enable C++ Exceptions?
- Recent LLVM Build Attempt -- obj.ClangAST.vcxproj Failed to Build
- Using LLD to link against third-party libraries? How?
- Using LLD to link against third-party libraries? How?
- Recent LLVM Build Attempt -- obj.ClangAST.vcxproj Failed to Build