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 compile on GCC 6.1 mingw-w64 #41
Comments
|
It's not a GCC bug, but a case that newer GCC versions has changed the default C++ standard version from the old ( I've talked to Fraunhofer about it, and the're aware that the code isn't compliant with the newer versions, and they're thinking about how/when to fix it. (And even if they fix it and deliver a new code drop to google, there's no guarantee that google includes it in the next Android release. At one point, they had delivered a fix for crashes with >= 64 kHz, which google didn't include in the following release.) Fixing these is tedious (adding suffixes/casts/whatever to large tables), but I guess the best fix is just to add |
|
You may add CXX flags such as -wno-narrowing. |
|
Fixed in 15b128d. |
A user reported that with GCC 6.1.0 and mingw-w64 fdk-aac fails to compile.
I'm not 100% certain if this is a GCC bug or not.
Full log is available at https://gist.githubusercontent.com/starius/f0a78ec2f1fbe92d92f250e4ff22bc51/raw/cbf726fb7702c5719662ed1cff14d3c346a3092e/fdk-aac_x86_64-w64-mingw32.shared
The text was updated successfully, but these errors were encountered: