Hi, 0.95 tarballs compile and the tests run on: Mac / OSX 10.4.11 / gcc 4.0.1 The "make docs-html" gives the following warnings: [~/C++Libraries/QuantLib-0.9.5/Docs] make docs-html /usr/bin/sed -e "s/GENERATE_MAN = NO/GENERATE_MAN = YES/" \ -e "s/GENERATE_HTML = NO/GENERATE_HTML = YES/" \ -e "s/GENERATE_LATEX = NO/GENERATE_LATEX = YES/" \ -e "s|ql_basepath|/|" \ -e "s|ql_version|0.9.5|" \ quantlib.doxy > .quantlib.doxy /usr/local/bin/doxygen .quantlib.doxy Warning: ignoring unsupported tag `DOXYFILE_ENCODING =' at line 6, file .quantlib.doxy Warning: ignoring unsupported tag `QT_AUTOBRIEF =' at line 22, file .quantlib.doxy Warning: ignoring unsupported tag `OPTIMIZE_FOR_FORTRAN =' at line 34, file .quantlib.doxy Warning: ignoring unsupported tag `OPTIMIZE_OUTPUT_VHDL =' at line 35, file .quantlib.doxy Warning: ignoring unsupported tag `CPP_CLI_SUPPORT =' at line 37, file .quantlib.doxy Warning: ignoring unsupported tag `SIP_SUPPORT =' at line 38, file .quantlib.doxy Warning: ignoring unsupported tag `IDL_PROPERTY_SUPPORT =' at line 39, file .quantlib.doxy Warning: ignoring unsupported tag `TYPEDEF_HIDES_STRUCT =' at line 42, file .quantlib.doxy Warning: ignoring unsupported tag `EXTRACT_ANON_NSPACES =' at line 51, file .quantlib.doxy Warning: ignoring unsupported tag `SORT_GROUP_NAMES =' at line 63, file .quantlib.doxy Warning: ignoring unsupported tag `SHOW_FILES =' at line 73, file .quantlib.doxy Warning: ignoring unsupported tag `SHOW_NAMESPACES =' at line 74, file .quantlib.doxy Warning: ignoring unsupported tag `INPUT_ENCODING =' at line 91, file .quantlib.doxy Warning: ignoring unsupported tag `EXCLUDE_SYMBOLS =' at line 104, file .quantlib.doxy Warning: ignoring unsupported tag `GENERATE_DOCSET =' at line 141, file .quantlib.doxy Warning: ignoring unsupported tag `DOCSET_FEEDNAME =' at line 142, file .quantlib.doxy Warning: ignoring unsupported tag `DOCSET_BUNDLE_ID =' at line 143, file .quantlib.doxy Warning: ignoring unsupported tag `HTML_DYNAMIC_SECTIONS =' at line 144, file .quantlib.doxy Warning: ignoring unsupported tag `CHM_INDEX_ENCODING =' at line 148, file .quantlib.doxy Warning: ignoring unsupported tag `FORMULA_FONTSIZE =' at line 155, file .quantlib.doxy Warning: ignoring unsupported tag `MSCGEN_PATH =' at line 230, file .quantlib.doxy Warning: ignoring unsupported tag `DOT_FONTNAME =' at line 233, file .quantlib.doxy Warning: ignoring unsupported tag `DOT_FONTPATH =' at line 234, file .quantlib.doxy Warning: ignoring unsupported tag `DOT_GRAPH_MAX_NODES =' at line 249, file .quantlib.doxy /Users/ckenyon/C++Libraries/QuantLib-0.9.5/ql/termstructures/volatility/optionlet/optionletstripper1.hpp:23: Warning: file optionletstripper.hpp already documented. Skipping documentation. /Users/ckenyon/C++Libraries/QuantLib-0.9.5/ql/termstructures/volatility/optionlet/strippedoptionlet.hpp:21: Warning: file optionletstripper.hpp already documented. Skipping documentation. This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) Best regards, Chris ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Hi Chris,
On Tue, 2008-07-15 at 11:09 -0700, Chris Kenyon wrote: > 0.95 tarballs compile and the tests run on: Mac / OSX 10.4.11 / gcc > 4.0.1 > The "make docs-html" gives the following warnings: > > Warning: ignoring unsupported tag `DOXYFILE_ENCODING =' at line > 6, file .quantlib.doxy These ones are because you're not using the latest and greatest Doxygen :) > /Users/ckenyon/C > ++Libraries/QuantLib-0.9.5/ql/termstructures/volatility/optionlet/optionletstripper1.hpp:23: Warning: file optionletstripper.hpp already documented. Skipping documentation. > /Users/ckenyon/C > ++Libraries/QuantLib-0.9.5/ql/termstructures/volatility/optionlet/strippedoptionlet.hpp:21: Warning: file optionletstripper.hpp already documented. Skipping documentation. These ones are genuine. I'll fix them. Thanks, Luigi -- Call on God, but row away from the rocks. -- Indian proverb ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |