Re: Failure to build quantlib-python on Mandrake 9.1
Posted by Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Failure-to-build-quantlib-python-on-Mandrake-9-1-tp2670p2676.html
At 01:30 AM 9/17/03, Thomas Plümpe wrote:
>I have installed QuantLib-0.3.3 and swig-1.3.11 on a Mandrake 9.1
>system. Unfortunately I encountered an error trying to build the
>QuantLib-Python-0.3.3 wrappers:
>
>running wrap
>Generating Python bindings for QuantLib...
>./QuantLib/SWIG/common.i:21. Unable to find 'stl.i'
Thomas,
SWIG 1.3.11 is too old---I don't remember which version you need
at least, but it's stated in the readme file for QuantLib-Python. However,
you shouldn't need to generate the wrappers yourself. They should be in the
released tarball already, so "python setup.py build" should just work.
Hope this helps,
Luigi