Opened 5 years ago

Last modified 5 years ago

#59791 closed defect

mame @0.203: no type named string_view — at Initial Version

Reported by: Tatsh (Andrew Udvare) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: mame

Description

It fails when building anything using the included asio library under 3rdparty.

:info:build ../../../../../3rdparty/asio/include/asio/ip/impl/address.ipp:139:22: error: unknown type name 's
tring_view'; did you mean 'std::string_view'?
:info:build address make_address(string_view str)
:info:build                      ^~~~~~~~~~~
:info:build                      std::string_view
:info:build In file included from ../../../../../src/emu/http.cpp:1:
:info:build In file included from ../../../../../src/emu/emu.h:29:

I'm on Catalina with Xcode 11 which may be causing this.

Change History (1)

Changed 5 years ago by Tatsh (Andrew Udvare)

Attachment: main.log.gz added

build log

Note: See TracTickets for help on using tickets.