[lldb-dev] [Bug 26102] New: msbuild: MSB5004: The solution file has two projects named 'lldb tests'

2016-01-10 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26102 Bug ID: 26102 Summary: msbuild: MSB5004: The solution file has two projects named 'lldb tests' Product: lldb Version: unspecified Hardware: PC OS: Windows NT

Re: [lldb-dev] LLDB build at windows

2016-01-10 Thread Red Skotina via lldb-dev
thanks. i still have 5 errors while linking "d:\code\llvm\build\LLVM.sln" (целевой объект по умолчанию) (1) -> "d:\code\llvm\build\tools\lldb\unittests\LLDBUnitTests.vcxproj.metaproj" (целев ой объект по умолчанию) (741) -> "d:\code\llvm\build\tools\lldb\unittests\Utility\UtilityTests.vcxproj.metap

Re: [lldb-dev] LLDB build at windows

2016-01-10 Thread Zachary Turner via lldb-dev
I have never built with -DLLVM_INCLUDE_TESTS=OFF -DCLANG_INCLUDE_EXAMPLES=OFF -DCLANG_INCLUDE_TESTS=OFF before, so that could be related. Can you try removing those options on CMake to see if that fixes it? The other thing I do differently is I use ninja generator. So I use -G Ninja instead of -