[ https://issues.apache.org/jira/browse/QPID-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13403937#comment-13403937 ]
Alan Conway commented on QPID-4095: ----------------------------------- This doesn't build on boost 1.4.1: ../../qpid/cpp/src/qpid/Modules.cpp:92: error: ‘const struct boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>’ has no member na\ med ‘native’ ../../qpid/cpp/src/qpid/Modules.cpp:93: error: ‘const struct boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>’ has no member na\ med ‘native’ Ideally we want code that uses only functions available on both versions, or if that's impossible, to #ifdef the code to be conditional on the boost version. > Boost 1.50.0 has removed filesystem version 2 from the library > -------------------------------------------------------------- > > Key: QPID-4095 > URL: https://issues.apache.org/jira/browse/QPID-4095 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker, C++ Client, C++ Clustering > Affects Versions: 0.16 > Reporter: Davin Shearer > Assignee: Alan Conway > Labels: build > Attachments: qpid-cpp-0.16.patch > > > The build fails when building against boost 1.50.0 because version 0.16 and > earlier require boost filesystem version 2 which has been removed from boost > version 1.50.0. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org