Boost C++ Libraries: Ticket #2609: Boost 1.37.0 is not self-contained when building using archive component https://svn.boost.org/trac10/ticket/2609 <p> I'm compiling kdevplatform 4.1.85 with boost in Mandriva. With boost 1.36.0, it builds and run correctly, but with 1.37.0, it fails with: </p> <pre class="wiki">-- Looking for C++ include boost/archive/polymorphic_xml_iarchive.hpp -- Looking for C++ include boost/archive/polymorphic_xml_iarchive.hpp - not found -- Looking for C++ include boost/archive/polymorphic_xml_oarchive.hpp -- Looking for C++ include boost/archive/polymorphic_xml_oarchive.hpp - not found -- Looking for C++ include boost/archive/polymorphic_text_oarchive.hpp -- Looking for C++ include boost/archive/polymorphic_text_oarchive.hpp - not found -- Looking for C++ include boost/archive/polymorphic_text_iarchive.hpp -- Looking for C++ include boost/archive/polymorphic_text_iarchive.hpp - not found -- Didn't find needed headers (polymorphic_(xml,txt)_(iarchive,oarchive).hpp) from Boost archive library </pre><p> And the test building log says: </p> <pre class="wiki">Determining if the include file boost/archive/polymorphic_xml_iarchive.hpp exists failed with the following output: Change Dir: /home/fwang/rpm/BUILD/kdevplatform-0.9.84/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build gmake[1]: Entering directory `/home/fwang/rpm/BUILD/kdevplatform-0.9.84/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/fwang/rpm/BUILD/kdevplatform-0.9.84/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.cxx.o -c /home/fwang/rpm/BUILD/kdevplatform-0.9.84/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx In file included from /usr/include/boost/archive/basic_text_iprimitive.hpp:46, from /usr/include/boost/archive/xml_iarchive.hpp:23, from /usr/include/boost/archive/polymorphic_xml_iarchive.hpp:20, from /home/fwang/rpm/BUILD/kdevplatform-0.9.84/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1: /usr/include/boost/serialization/throw_exception.hpp: In function 'void boost::serialization::throw_exception(const std::exception&amp;)': /usr/include/boost/serialization/throw_exception.hpp:30: error: 'throw_exception' is not a member of 'boost' gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.cxx.o] Error 1 gmake[1]: Leaving directory `/home/fwang/rpm/BUILD/kdevplatform-0.9.84/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec/fast] Error 2 </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2609 Trac 1.4.3 anonymous Tue, 23 Dec 2008 14:32:39 GMT component changed; owner set https://svn.boost.org/trac10/ticket/2609#comment:1 https://svn.boost.org/trac10/ticket/2609#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Robert Ramey</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">serialization</span> </li> </ul> Ticket Robert Ramey Tue, 30 Dec 2008 18:55:53 GMT <link>https://svn.boost.org/trac10/ticket/2609#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2609#comment:2</guid> <description> <p> I have no idea what to do with this. </p> <p> It looks like this is built with the new Cmake system which I don't know anything about. I suspect that there is some configuration issue here. Feel free to investigate further. </p> <p> Robert Ramey </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Robert Ramey</dc:creator> <pubDate>Sun, 04 Jan 2009 17:27:16 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2609#comment:3 https://svn.boost.org/trac10/ticket/2609#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> Ticket