Re: 答复: Having trouble building QuantLib-SWIG python
Posted by
CptanPanic on
Sep 12, 2014; 10:53am
URL: http://quantlib.414.s1.nabble.com/Having-trouble-building-QuantLib-SWIG-python-tp15851p15856.html
Thanks for your reply,
Unfortunately I have already set that variable. Without setting this I get the error about not finding vcvarsall.bat, so I have gotten past that problem. Any other ideas?
cheng li wrote
Hi,
Setup tools are looking for VC9 environment variables. Since you have only
installed VS 2013, the search won't success.
You can do the trick to cheat setup by create an environment variable named
VS90COMNTOOLS and with value the location of your VS2013 setup, e.g. on my
machine:
Name: VS90COMNTOOLS
Value: D:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\
And then compiler won't complain anymore.
Regards,
Cheng