|
From: SourceForge.net <no...@so...> - 2007-09-18 19:25:05
|
Bugs item #1797273, was opened at 2007-09-18 14:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1797273&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sameer D'Costa (sameerd) Assigned to: Nobody/Anonymous (nobody) Summary: Compile Error using gcc 3.4.1 on Intel Solaris 10 Initial Comment: The latest svn version (12714) does not compile under gcc 3.4.1 on Intel Solaris 10. The end of the error message looks like analyticcontinuousfloatinglookback.cpp: In member function `QuantLib::Real QuantLib::AnalyticContinuousFloatingLookbackEngine::A(QuantLib::Real) const': analyticcontinuousfloatinglookback.cpp:113: error: expected primary-expression before numeric constant analyticcontinuousfloatinglookback.cpp:113: error: expected `;' before numeric constant It appears that the variable SS in ql/PricingEngines/Lookback/analyticcontinuousfixedlookback.cpp line 113 is conflicting with something else. Attached a diff to fix the problem. Note: It appears that this error was reported by someone else before but I did not see a bug report filed. http://osdir.com/ml/finance.quantlib.devel/2006-09/msg00016.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1797273&group_id=12740 |