[pstreams-devel] [ pstreams-Bugs-1509533 ] Failure to compile with Sun Compiler
Brought to you by:
redi
From: SourceForge.net <no...@so...> - 2006-06-20 19:48:49
|
Bugs item #1509533, was opened at 2006-06-20 19:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453892&aid=1509533&group_id=48695 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: lawina (lawina) Assigned to: Nobody/Anonymous (nobody) Summary: Failure to compile with Sun Compiler Initial Comment: I have a Sun compiler with the following version : > CC -V CC: Forte Developer 7 C++ 5.4 2002/03/09 I tried to compile Pstreams which gave the following errors [15:41:29]> CC -o test_minimum test_minimum.cc "pstream.h", line 1800: Error: Could not find a match for redi::pstream_common<redi::CharT, redi::Traits>::pstream_common(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, redi::pstream_common<redi::CharT, redi::Traits>::pmode). "pstream.h", line 1822: Error: Could not find a match for redi::pstream_common<redi::CharT, redi::Traits>::pstream_common(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const redi::pstream_common<redi::CharT, redi::Traits>::argv_type&, redi::pstream_common<redi::CharT, redi::Traits>::pmode). "pstream.h", line 1856: Error: Could not find a match for redi::pstream_common<redi::CharT, redi::Traits>::do_open(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, redi::pstream_common<redi::CharT, redi::Traits>::pmode). "pstream.h", line 1875: Error: Could not find a match for redi::pstream_common<redi::CharT, redi::Traits>::do_open(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const redi::pstream_common<redi::CharT, redi::Traits>::argv_type&, redi::pstream_common<redi::CharT, redi::Traits>::pmode). 4 Error(s) detected. However g++ version 3.1 compiled just fine in the same platform. Any idea how to prevent the above errors for the Sun Compiler? Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453892&aid=1509533&group_id=48695 |