Opened 3 years ago
Closed 3 years ago
#67155 closed defect (duplicate)
mame @0.226_7+tools: error: no member named 'get_io_service' in 'asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor>'
| Reported by: | mriege05 | Owned by: | mascguy (Christopher Nielsen) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.8.1 |
| Keywords: | highsierra | Cc: | |
| Port: | mame |
Description
MacOS version 10.13.6 (17G65) Trying to install Mame. Failed once. Ran the clean port instructions per instructions. Failed the second time. Log File attached.
Attachments (1)
Change History (3)
Changed 3 years ago by mriege05
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
| Keywords: | highsierra added; mame macports removed |
|---|---|
| Owner: | set to mascguy |
| Status: | new → assigned |
| Summary: | Error: Failed to build mame: command execution failed → mame @0.226_7+tools: error: no member named 'get_io_service' in 'asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor>' |
| Version: | → 2.8.1 |
Log says:
In file included from ../../../../../src/emu/http.cpp:18:
../../../../../src/lib/util/server_ws_impl.hpp:80:87: error: no member named 'get_io_service' in 'asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor>'
explicit Connection(socket_type *socket): super(0), socket(socket), strand(socket->get_io_service()), closed(false) { }
~~~~~~ ^
../../../../../src/lib/util/server_ws_impl.hpp:696:47: note: in instantiation of member function 'webpp::SocketServerBase<asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor> >::Connection::Connection' requested here
std::shared_ptr<Connection> connection(new Connection(new WS(*io_context)));
^
../../../../../src/lib/util/server_ws_impl.hpp:364:74: error: no member named 'get_io_service' in 'asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor>'
auto timer = std::make_shared<asio::system_timer>(connection->socket->get_io_service());
~~~~~~~~~~~~~~~~~~ ^
../../../../../src/lib/util/server_ws_impl.hpp:383:17: note: in instantiation of member function 'webpp::SocketServerBase<asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor> >::get_timeout_timer' requested here
auto timer = get_timeout_timer(connection, config.timeout_request);
^
../../../../../src/lib/util/server_ws_impl.hpp:707:6: note: in instantiation of member function 'webpp::SocketServerBase<asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor> >::read_handshake' requested here
read_handshake(connection);
^
../../../../../src/lib/util/server_ws_impl.hpp:655:86: error: no member named 'get_io_service' in 'asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor>'
connection->timer_idle= std::make_unique<asio::system_timer>(connection->socket->get_io_service());
~~~~~~~~~~~~~~~~~~ ^
../../../../../src/lib/util/server_ws_impl.hpp:616:4: note: in instantiation of member function 'webpp::SocketServerBase<asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor> >::timer_idle_init' requested here
timer_idle_init(connection);
^
../../../../../src/lib/util/server_ws_impl.hpp:448:9: note: in instantiation of member function 'webpp::SocketServerBase<asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor> >::connection_open' requested here
connection_open(connection, regex_endpoint.second);
^
../../../../../src/lib/util/server_ws_impl.hpp:396:6: note: in instantiation of member function 'webpp::SocketServerBase<asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor> >::write_handshake' requested here
write_handshake(connection, read_buffer);
^
../../../../../src/lib/util/server_ws_impl.hpp:707:6: note: in instantiation of member function 'webpp::SocketServerBase<asio::basic_stream_socket<asio::ip::tcp, asio::any_io_executor> >::read_handshake' requested here
read_handshake(connection);
^
Compiling src/mame/drivers/hp48.cpp...
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → duplicate |
|---|---|
| Status: | assigned → closed |
Duplicate of #66640.
Note: See
TracTickets for help on using
tickets.

Log file