-
Notifications
You must be signed in to change notification settings - Fork 136
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 failures under GCC 10 #48
Comments
Just FYI, I successfully built mp4v2-2.1.0 with gcc/g++ 10.2 on a Slackware64-current (20210320) install as follows... $ gzip -dc mp4v2-2.1.0.tar.gz | tar xvf - (success) |
@slvr32 Thanks. Unfortunately that's a different problem and we are using that patch already as well. Adding |
FYI: I am using |
I edited my original comment a couple of times, but I ended up having success without any patch, and just the details in my current edited comment. I also qualified the details of my system, since you didn't mention specifics about yours.. |
Thanks for the info. I am building mp4v2 4.1.4 (& packaging) on latest Arch Linux x86_64, with gcc/g++ 10.2.0. |
util/mp4art.cpp: In member function 'virtual bool mp4v2::util::ArtUtility::utility_option(int, bool&)': |
CXXFLAGS="-std=gnu++98" can solve isue |
The text was updated successfully, but these errors were encountered: