
On 06/16/12 13:54, Steven Watanabe wrote:
AMDG
On 06/16/2012 11:38 AM, Larry Evans wrote:
On 05/22/12 15:34, Steven Watanabe wrote: [snip]
Online documentation can be found here: http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/
There's a small typo here:
http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/...
which contains:
The last kind of constructor "upcasts" from one concept to another more general more general concept.
which contains 2 'more general's.
I think this is already fixed in svn.
I tried creating the html from the svn download; however, I got errors: compilation; default-directory: "~/prog_dev/boost-svn/ro/boost_1_49_0/sandbox/ro/type_erasure/type_erasure/libs/type_erasure/doc/" -*- Compilation started at Sun Jun 17 09:14:16 bjam sh: icpc: not found ...patience... ...patience... ...found 2322 targets... ...updating 34 targets... common.mkdir /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook common.mkdir /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src common.mkdir /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n common.mkdir /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n/release common.mkdir /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n/release/link-static gcc.compile.c++ /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n/release/link-static/quickbook.o gcc.compile.c++ /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n/release/link-static/actions.o . . . gcc.link /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n/release/link-static/quickbook quickbook.quickbook-to-boostbook bin/gcc-4.7n/debug/type_erasure.xml /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n/release/link-static/quickbook: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n/release/link-static/quickbook) "/home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/bin.v2/tools/quickbook/src/gcc-4.7n/release/link-static/quickbook" -I"../../.." -I"/home/evansl/prog_dev/boost-svn/ro/boost_1_49_0" --output-file="bin/gcc-4.7n/debug/type_erasure.xml" "type_erasure.qbk" ...failed quickbook.quickbook-to-boostbook bin/gcc-4.7n/debug/type_erasure.xml... doxygen-action bin/gcc-4.7n/debug/reference-xml.xml-dir /bin/sh: doxygen: not found rm -f "bin/gcc-4.7n/debug/reference-xml/*.xml" & "doxygen" "bin/gcc-4.7n/debug/reference-xml.doxyfile" && echo "Stamped" > "bin/gcc-4.7n/debug/reference-xml.xml-dir" ...failed doxygen-action bin/gcc-4.7n/debug/reference-xml.xml-dir... ...skipped <pbin/gcc-4.7n/debug>reference-xml.doxygen for lack of <pbin/gcc-4.7n/debug>reference-xml.xml-dir... ...skipped <pbin/gcc-4.7n/debug>reference-xml.boostbook for lack of <pbin/gcc-4.7n/debug>reference-xml.doxygen... ...skipped <p.>reference.xml for lack of <pbin/gcc-4.7n/debug>reference-xml.boostbook... ...skipped <pbin/gcc-4.7n/debug>type_erasure.docbook for lack of <pbin/gcc-4.7n/debug-object(xinclude-scanner)@1310>type_erasure.xml... ...skipped <phtml>standalone_HTML.manifest for lack of <pbin/gcc-4.7n/debug>type_erasure.docbook... ...failed updating 2 targets... ...skipped 5 targets... ...updated 27 targets... Compilation exited abnormally with code 1 at Sun Jun 17 09:19:58 I can understand the doxygen errors (I don't have it installed); however, I don't know how to solve the GLIBCXX_3.4.15 error. Any ideas? TIA. -regards, Larry