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 fail when make #88

Open
Alexyali opened this issue Aug 3, 2020 · 2 comments
Open

Build fail when make #88

Alexyali opened this issue Aug 3, 2020 · 2 comments

Comments

@Alexyali
Copy link

Alexyali commented Aug 3, 2020

Hello author, thank you for your contributions. I use sudo apt install to install all needed packets. Then I follow the cmd to configure and make. But when I make, there is a error as below:

block.hh:129:7: error: implicitly-declared ‘TwoDStorage<Block<Y_after_Y2, bmode> >::Context::Context(const TwoDStorage<Block<Y_after_Y2, bmode> >::Context&)’ is deprecated [-Werror=deprecated-copy]

macroblock.hh:52:7: error: implicitly-declared ‘TwoDStorage<Macroblock<KeyFrameHeader, KeyFrameMacroblockHeader> >::Context::Context(const TwoDStorage<Macroblock<KeyFrameHeader, KeyFrameMacroblockHeader> >::Context&)’ is deprecated [-Werror=deprecated-copy]

Thanks :)

@sadjad
Copy link
Member

sadjad commented Aug 3, 2020

Hello @Alexyali,

This seems to be a problem with newer versions of GCC (>7.0). I'll give it a look and will push a fix later today. Thank you!

--Sadjad

@Alexyali
Copy link
Author

Alexyali commented Aug 3, 2020

Yes, my gcc version is higher than 7.0. Thank you.

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

No branches or pull requests

2 participants