Re: 答复: Having trouble building QuantLib-SWIG python
Posted by CptanPanic on Sep 12, 2014; 10:54pm
URL: http://quantlib.414.s1.nabble.com/Having-trouble-building-QuantLib-SWIG-python-tp15851p15859.html
So I made some progress. I put in some debug into the msvc9compiler.py file, and it turns out it was not finding the LIBPATH variable that vcvarsall.bat was putting out. So I added it manually to my environment and it gets past that. The next error is actually harder for me to understand. It is complaining it cannot open 'QuantLib/quantlib_wrap.cpp' which I do not even see in either the standard Quantlib code, or the SWIG/Python code. So what do I need to do here?