Problem in building boost 1_33_1 on solaris 5.9

Hi, I am trying to build boost1_33_1 on solaris 2.9 with CC 5.5 compiler. Libraries like filesystem, serialization, program_options are not built. But other libraries like thread are built perfectly. The libraries which I am not able build I am getting following same error for all libraries /data/tdm/boost_1_33_1/boost/iterator/iterator_facade.hpp", line 838: Error: Could not find a match for boost::iterator_core_access::equal<boost::iterator_core_access::Facade1, boost::iterator_core_access::Facade2>(const boost::filesystem::path::iterator, const boost::filesystem::path::iterator, boost::is_convertible<boost::filesystem::path::iterator, boost::filesystem::path::iterator>). "/opt3/SUNWspro/prod/include/CC/Cstd/./algorithm.cc", line 2370: Where: While instantiating "boost::operator!=<boost::filesystem::path::iterator, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>, boost::bidirectional_traversal_tag, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int, boost::filesystem::path::iterator, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>, boost::bidirectional_traversal_tag, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int>(const boost::iterator_facade<boost::filesystem::path::iterator, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>, boost::bidirectional_traversal_tag, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int>&, const boost::iterator_facade<boost::filesystem::path::iterator, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>, boost::bidirectional_traversal_tag, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int>&)". Please tell me how to solve this problem Thanks

<Shobha_Hubballi <at> i2.com> writes:
Hi, I am trying to build boost1_33_1 on solaris 2.9 with CC 5.5 compiler. Libraries like filesystem, serialization, program_options are not built. But other libraries like thread are built perfectly. The libraries which I am not able build I am getting following same error for all libraries
[...]
Please tell me how to solve this problem
Thanks
Suggest you use "Sun Studio 11" (Sun C++ 5.8). Following url should help: http://blogs.sun.com/sga/category/Boost and http://blogs.sun.com/sga/entry/boost_1_33_1 -- regards, Prashant Thakre

Hi, I tried with Sun c++ 5.8 but still I have the same error. Please let me know to correct these errors. Thnks SHobha Prashant Thakre <prashant.thakre@ gmail.com> To Sent by: boost-users@lists.boost.org boost-users-bounc cc es@lists.boost.or g Subject Re: [Boost-users] Problem in building boost 1_33_1 on solaris 02/17/2007 05:37 5.9 PM Please respond to boost-users@lists .boost.org <Shobha_Hubballi <at> i2.com> writes:
Hi, I am trying to build boost1_33_1 on solaris 2.9 with CC 5.5 compiler. Libraries like filesystem, serialization, program_options are not built. But other libraries like thread are built perfectly. The libraries which I am not able build I am getting following same error for all libraries
[...]
Please tell me how to solve this problem
Thanks
Suggest you use "Sun Studio 11" (Sun C++ 5.8). Following url should help: http://blogs.sun.com/sga/category/Boost and http://blogs.sun.com/sga/entry/boost_1_33_1 -- regards, Prashant Thakre _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users

<Shobha_Hubballi <at> i2.com> writes:
Hi, I tried with Sun c++ 5.8 but still I have the same error. Please let me know to correct these errors.
Were you able to apply Boost 1.33.1 patch for Solaris ? http://blogs.sun.com/sga/entry/boost_1_33_1 Install Sun Studio 11 and Solaris 9 patches from: http://developers.sun.com/sunstudio/downloads/patches/ss11_patches.html This should build most of the libraries you need i.e filesystem, serialization, program_options.
Thnks SHobha
regards, Prashant Thakre
participants (2)
-
Prashant Thakre
-
Shobha_Hubballi@i2.com