We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling on Arch I get the following errors related to osdlib:
In file included from ../../../../../src/osd/modules/lib/osdlib_retro.cpp:18: ../../../../../src/osd/modules/lib/osdlib.h: In member function ‘bool osd::virtual_memory_allocation::set_access(std::size_t, std::size_t, unsigned int)’: ../../../../../src/osd/modules/lib/osdlib.h:111:68: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’? 111 | return do_set_access(reinterpret_cast<std::uint8_t *>(m_memory) + start, size, access); | ^~~~~~~ | wint_t ../../../../../src/osd/modules/lib/osdlib.h:111:76: error: expected ‘>’ before ‘*’ token 111 | return do_set_access(reinterpret_cast<std::uint8_t *>(m_memory) + start, size, access); | ^ ../../../../../src/osd/modules/lib/osdlib.h:111:76: error: expected ‘(’ before ‘*’ token ../../../../../src/osd/modules/lib/osdlib.h:111:77: error: expected primary-expression before ‘>’ token 111 | return do_set_access(reinterpret_cast<std::uint8_t *>(m_memory) + start, size, access); | ^ ../../../../../src/osd/modules/lib/osdlib.h:111:89: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] 111 | return do_set_access(reinterpret_cast<std::uint8_t *>(m_memory) + start, size, access); | ~~~~~~~~~~~^~~~~~~ make[3]: *** [ocore_retro.make:633: ../../../../libretro/obj/x64/libretro/ocore_retro/src/osd/modules/lib/osdlib_retro.o] Error 1 make[2]: *** [Makefile:19: ocore_retro] Error 2
The text was updated successfully, but these errors were encountered:
From upstream issue: zach-morris#12 (comment)
It seems the Mame related files and folders need to be updated to more recent releases to ensure compilation on modern dev environments.
@LibretroAdmin
Sorry, something went wrong.
No branches or pull requests
Compiling on Arch I get the following errors related to osdlib:
The text was updated successfully, but these errors were encountered: