On 10/30/2020 9:04 PM, Daniel Dickman wrote:
games/pokerth
In file included from ../src/net/common/chatcleanermanager.cpp:32:
In file included from ../src/net/chatcleanermanager.h:36:
In file included from /usr/local/include/boost/asio.hpp:24:
In file included from
/usr/local/include/boost/asio/basic_datagram_socket.hpp:20:
In file included from /usr/local/include/boost/asio/basic_socket.hpp:27:
In file included from /usr/local/include/boost/asio/executor.hpp:338:
/usr/local/include/boost/asio/impl/executor.hpp:179:22: error: no member named
'context' in 'std::__1::reference_wrapper<boost::asio::io_context>'
Think diff below might fix this one. Sourced from archlinux.
With this I was able to check that the game starts up.
I had just started looking into this port. This saves me time. Thanks!