<div></div>I can build SoftPipe with no problems with MSVC 2015 (simply launching scons)<br>Why I got this LLVMPipe compilation&linking error?<br><br><em>Linking build\windows-x86-debug\util\roundeven_test.exe ...<br>
LINK : fatal error LNK1181: cannot open input file 'LLVMBitWriter.lib'<br>
scons: *** [build\windows-x86-debug\util\roundeven_test.exe] Error 1181<br>
scons: building terminated because of errors.</em><br><br>LLVMBitWriter.lib is of course existing in LLVM folder (LLVM 3.8 compiled on the same system and with no errors)<br>Can anyone help me? (And maybe guide me to build SWR instead of LLVMPipe, or either)<br>