Closed tanertas closed 2 years ago
get_io_service
seems to be deprecated. See here: https://github.com/chriskohlhoff/asio/search?q=get_io_service&unscoped_q=get_io_service
Your system lib is 1.14 and has been compiled to not include deprecated elements.
Thus for now you need to use
USE_SYSTEM_LIB_ASIO=0
in your build.
Nothing further heard, closing.
Nothing further heard, closing.
What does this mean? Does Mame get an update to support newer Asio? If so, shouldn't you reference the commit that fixes this issue?
It was a mistake. You can see it was reopened right after it was closed.
Should be addressed by f570febfa15b63933f14d2bc6605338bccd14974.
I'm trying to compile mame-0.214 with this setup below but it fails.
Alpine Linux Edge musl-libc 1.1.23 gcc-9.2 boost-1.71 asio-1.14
TARGETOS=linux NOWERROR=1 DEBUG=0 USE_QTDEBUG=0 VERBOSE=1 REGENIE=1 OSD=sdl SYMBOLS=0 FORCE_DRC_C_BACKEND= PTR64=1 NOASM=0 TOOLS= SDL_INI_PATH=/etc/mame USE_SYSTEM_LIB_EXPAT=1 USE_SYSTEM_LIB_ZLIB=1 USE_SYSTEM_LIB_JPEG=1 USE_SYSTEM_LIB_FLAC=1 USE_SYSTEM_LIB_LUA=1 USE_SYSTEM_LIB_SQLITE3=1 USE_SYSTEM_LIB_PORTAUDIO=1 USE_SYSTEM_LIB_UV=1 USE_SYSTEM_LIB_GLM=1 USE_SYSTEM_LIB_RAPIDJSON=1 USE_SYSTEM_LIB_PORTMIDI=1 USE_SYSTEM_LIB_ASIO=1