Changes between Initial Version and Version 1 of Ticket #59791


Ignore:
Timestamp:
Dec 2, 2019, 9:37:42 AM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Looks like the first error in the log is actually:

:info:build ../../../../../3rdparty/asio/include/asio/detail/string_view.hpp:31:12: error: no member named 'experimental' in namespace 'std'
:info:build using std::experimental::basic_string_view;
:info:build       ~~~~~^
:info:build ../../../../../3rdparty/asio/include/asio/detail/string_view.hpp:32:12: error: no member named 'experimental' in namespace 'std'
:info:build using std::experimental::string_view;
:info:build       ~~~~~^

In any case, this sounds like a problem that is not specific to MacPorts. I will update the port to the latest version, 0.216. If the problem persists with that version, please report the problem to the developers; they may need to update their bundled asio library.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59791

    • Property Summary changed from mame @0.203: no type named string_view to mame @0.203: error: no member named 'experimental' in namespace 'std'
    • Property Port mame added
  • Ticket #59791 – Description

    initial v1  
    22
    33{{{
    4 :info:build ../../../../../3rdparty/asio/include/asio/ip/impl/address.ipp:139:22: error: unknown type name 's
    5 tring_view'; did you mean 'std::string_view'?
     4:info:build ../../../../../3rdparty/asio/include/asio/ip/impl/address.ipp:139:22: error: unknown type name 'string_view'; did you mean 'std::string_view'?
    65:info:build address make_address(string_view str)
    76:info:build                      ^~~~~~~~~~~