Re: Unresolved externals error linking quantlib_python 0.3.10

Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/Unresolved-externals-error-linking-quantlib-python-0-3-10-tp3925p3926.html

On 07/20/2005 11:32:55 PM, Agostino Russo wrote:
> I am trying to build Quantlib_Python 0.3.10 using "setup.py build"  
> against quantlib 0.3.10 (compiled as release, tests are ok) using  
> MSVS7.1 but I get unresolved externals errors.

Agostino,
        it seems that there are a few files missing in the VC7.1  
project for the library. You'll have to open it and add the following  
files:
ql/Utilities/dataparsers.cpp
ql/Calendars/bratislava.cpp
ql/Calendars/istanbul.cpp
ql/Calendars/prague.cpp

After that, you should recompile the library (which should only trigger  
the compilation of the above files if you already compiled the rest.)

The Python module should then be happy with the new library.

Later,
        Luigi

----------------------------------------

The box said "Use Windows 95 or better," so I got a Macintosh.