|
From: Luigi B. <lui...@gm...> - 2006-12-09 12:58:53
|
On Dec 8, 2006, at 6:27 PM, Bond, Stephen wrote: > Please, help with the installation issue reported below. > make install stops due to a fatal error. I am also attaching the > config.log file which finished OK it seems. Hi, try replacing line 29 of ql/MarketModels/Products/multiproductonestep.cpp (where the failure comes) with relevanceRates[0] = std::make_pair<Size,Size>(0, rateTimes_.size()-1); Out of curiosity, what compiler are you using? The ones we tested didn't seem to have problems with that line. Later, Luigi |