[MacPorts] #56699: tao @ 6.5.0 (2.5.0) New version available
MacPorts
noreply at macports.org
Wed Jun 20 08:13:28 UTC 2018
#56699: tao @ 6.5.0 (2.5.0) New version available
-----------------------+---------------------------------
Reporter: lockhart | Owner: (none)
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: haspatch maintainer
Port: tao |
-----------------------+---------------------------------
Comment (by ryandesign):
It does not build for me on macOS Sierra with Xcode 9.2:
{{{
/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-
trunk_devel_tao/tao/work/ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp:198:7:
error: use of overloaded operator '<<' is ambiguous (with operand types
'TAO_OutStream' and 'ACE_CString::size_type' (aka 'unsigned long'))
<< len << "," << be_nl;
^ ~~~
be_include/be_helper.h:173:18: note: candidate function
TAO_OutStream &operator<< (const ACE_CDR::UShort num);
^
be_include/be_helper.h:174:18: note: candidate function
TAO_OutStream &operator<< (const ACE_CDR::Short num);
^
be_include/be_helper.h:175:18: note: candidate function
TAO_OutStream &operator<< (const ACE_CDR::ULong num);
^
be_include/be_helper.h:176:18: note: candidate function
TAO_OutStream &operator<< (const ACE_CDR::Long num);
^
be_include/be_helper.h:177:18: note: candidate function
TAO_OutStream &operator<< (const ACE_CDR::ULongLong num);
^
be_include/be_helper.h:178:18: note: candidate function
TAO_OutStream &operator<< (const ACE_CDR::LongLong num);
^
be_include/be_helper.h:172:18: note: candidate function
TAO_OutStream &operator<< (const ACE_CString &str);
^
be_include/be_helper.h:184:18: note: candidate function
TAO_OutStream &operator<< (const TAO_INDENT& i);
^
be_include/be_helper.h:185:18: note: candidate function
TAO_OutStream &operator<< (const TAO_UNINDENT& i);
^
1 error generated.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/56699#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list