[Mesa-dev] Problem with LLVM on Windows with MSVC
Predut, Marius
marius.predut at intel.com
Thu Apr 9 09:42:57 PDT 2015
Indeed seems you have some incompatible libraries (one build static and other dynamic –dll)
https://bugzilla.mozilla.org/show_bug.cgi?id=732124
but what suppose `libgl-gd' target? Is this a typo mismatch?
Try to build llvm in a dynamic mode , may be it will solve your problems
marius
From: mesa-dev [mailto:mesa-dev-bounces at lists.freedesktop.org] On Behalf Of Shervin Sharifi
Sent: Thursday, April 09, 2015 2:57 AM
To: mesa-dev at lists.freedesktop.org
Subject: [Mesa-dev] Problem with LLVM on Windows with MSVC
Hi,
I'm trying to build mesa on windows (MSVC) with gles support and with llvm.
Here are the keys I'm using:
scons.py gles=yes llvm=yes platform=windows libgl-gd
I'm getting a bunch of errors like this:
LLVMCore.lib(ValueSymbolTable.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MDd_DynamicDebug' doesn't match value 'MTd_StaticDebug' in mesa.lib(uniform_query.obj)
I understand that this is due to mismatch between the runtime libraries, but I don't know how to fix it.
Should I change the CRT in llvm or in mesa? How should I do that?
Thanks,
Shervin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150409/b13ca86c/attachment.html>
More information about the mesa-dev
mailing list