Skip to content
New issue

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

Fails to build with boost >= 1.87 #1451

Closed
berolinux opened this issue Dec 13, 2024 · 0 comments · Fixed by #1455
Closed

Fails to build with boost >= 1.87 #1451

berolinux opened this issue Dec 13, 2024 · 0 comments · Fixed by #1455
Labels
bug Something isn't working

Comments

@berolinux
Copy link

Current Behavior

Cemu fails to build with boost >= 1.87 (1.86 and below are ok) because some deprecated bits of asio have been removed.
In src/input/api/DSU/DSUControllerProvider.h, io_service has to be changed to io_context (this will also continue to work with older boost versions), and the resolver bits in DSUControllerProvider::connect() need to be modified (ip::udp::resolver::query is gone, not sure what the replacement is).

Expected Behavior

Compiles

Steps to Reproduce

  1. Install boost 1.87.0+
  2. Try to compile Cemu (current git or 2.5)

System Info (Optional)

OS: OpenMandriva Lx Cooker
GPU: AMD Radeon 550X

Emulation Settings (Optional)

No response

Logs (Optional)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant