Stephan Mühlstrasser via llvm-dev
2017-Mar-08 18:34 UTC
[llvm-dev] Error in Windows build from release_40 branch
Hans, Am 06.03.2017 um 23:25 schrieb Hans Wennborg:> The mailing list thread you linked to talkes about > "multi-configuration generators", such as MSBuild. Have you tried > building with ninja (https://ninja-build.org/) instead?I now tried the ninja build, and that was successful, so I have a workaround. I still would like to know whether I made a mistake with the configuration of the Visual Studio build, because I would prefer to build from within Visual Studio. Thanks, Stephan
Hans Wennborg via llvm-dev
2017-Mar-09 00:43 UTC
[llvm-dev] Error in Windows build from release_40 branch
On Wed, Mar 8, 2017 at 10:34 AM, Stephan Mühlstrasser <stephan.muehlstrasser at web.de> wrote:> Hans, > > Am 06.03.2017 um 23:25 schrieb Hans Wennborg: >> >> The mailing list thread you linked to talkes about >> "multi-configuration generators", such as MSBuild. Have you tried >> building with ninja (https://ninja-build.org/) instead? > > > I now tried the ninja build, and that was successful, so I have a > workaround. > > I still would like to know whether I made a mistake with the configuration > of the Visual Studio build, because I would prefer to build from within > Visual Studio.I don't think you made a mistake, I suppose something in the cmake config is broken.
Shi, Steven via llvm-dev
2018-Jan-25 06:43 UTC
[llvm-dev] Error in Windows build from release_40 branch
> I don't think you made a mistake, I suppose something in the cmake > config is broken.Hi Hans, I can still see the MSVS install error as below with latest LLVM code. Is there any word around can let me install the LLVM through MSVS successfully? CMake Error at projects/compiler-rt/lib/builtins/cmake_install.cmake:37 (file): file INSTALL cannot find "D:/Project/LLVM/vs2015build/$(Configuration)/lib/clang/7.0.0/lib/windows/clang_rt.builtins-x86_64.lib". Call Stack (most recent call first): projects/compiler-rt/lib/cmake_install.cmake:38 (include) projects/compiler-rt/cmake_install.cmake:38 (include) projects/cmake_install.cmake:37 (include) cmake_install.cmake:72 (include) Steven
Reasonably Related Threads
- Error in Windows build from release_40 branch
- Error in Windows build from release_40 branch
- Error in Windows build from release_40 branch
- [LLVMdev] Install Problem of Compiler-rt with Visual Studio Express 2013 for Windows Desktop
- [7.0.0 Release] rc3 has been tagged