kcat / openal-soft

OpenAL Soft is a software implementation of the OpenAL 3D audio API.
Other
2.22k stars 536 forks source link

No matching function for call #994

Closed Switch0621 closed 6 months ago

Switch0621 commented 6 months ago

Hi all, i've got an issue with build openal in linux "No matching function for call ...". GCC version is 10.3.1. CMake configure and build result is attached. configure_log.txt build_log.txt

kcat commented 6 months ago

I'm not quite sure what's causing that error since the function type is correct, and AFAIK, it works fine on later versions of GCC 8 (as well as 11, 12, 13, and Clang, MSVC, etc). Unless there happens to be a bug in that particular version of GCC, and a workaround isn't immediately obvious. Does it happen to work with the latest commit (0036434d7c9894f99bb35add5c45a87a28cd1b85, or more directly, 8a522c2c7f8625c4bbf428044e0781010242ba23)?

Switch0621 commented 6 months ago

Yes! I've sync my fork with last commits and try to configure and build again and it's help! Thank you very match for solve issue.