Re: QuantlibXl

Posted by eric ehlers on
URL: http://quantlib.414.s1.nabble.com/QuantlibXl-tp4980p4989.html

Hi Marwan,

On 8/26/06, Marwan <[hidden email]> wrote:
> By the way, when i first compiled QuantlibXL, it returns that a regex
> library from Boost was not available, even if i had already compiled boost
> using bjam.

regex is required by QuantLibAddin but is not included in the default
boost command line build, you have to request it explicitly -

C:\Projects\boost_1_33_1>bjam "-sTOOLS=vc-8_0" "--with-regex" install

- I've updated the docs with that and also with the other changes we
discussed - thanks for your feedback.

Regards,
Eric