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

Build failure with Boost 1.85.0 #128

Closed
cho-m opened this issue Apr 25, 2024 · 0 comments · Fixed by #129
Closed

Build failure with Boost 1.85.0 #128

cho-m opened this issue Apr 25, 2024 · 0 comments · Fixed by #129

Comments

@cho-m
Copy link

cho-m commented Apr 25, 2024

mupen64plus fails to build with Boost 1.85.0:

  In file included from ../../src/GlideHQ/TxFilterExport.cpp:28:
  In file included from ../../src/GlideHQ/TxFilter.h:29:
  ../../src/GlideHQ/TxHiResCache.h:50:48: error: no type named 'wpath' in namespace 'boost::filesystem'; did you mean 'path'?
    boolean loadHiResTextures(boost::filesystem::wpath dir_path, boolean replace);
                              ~~~~~~~~~~~~~~~~~~~^~~~~
                                                 path

According to https://www.boost.org/doc/libs/1_85_0/libs/filesystem/doc/deprecated.html, typedef basic_path<std::wstring, wpath_traits> wpath was removed.

It would be good to get a fix in while Boost is still a dependency. Alternatively, removing boost (#46) in a release would resolve this issue.


Seen while updating Boost in Homebrew - Homebrew/homebrew-core#169237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant