Closed seahawk1986 closed 1 year ago
Should be fixed with https://github.com/MegaV0lt/vdr-plugin-skinflatplus/commit/2f3f7af7ed4272ef2ffe9d9a18b177999e4cb77d
Please test
I just was able to build 0.7.9 for Arch Linux. AUR is updated. But I get a pretty long list with many deprecation warnings. Probably something you should have a look at.
Can you provide a log?
Should be fixed with 2f3f7af
Please test
Version 0.7.9 built successfully on Ubuntu 22.04: https://launchpadlibrarian.net/695590562/buildlog_ubuntu-jammy-amd64.vdr-plugin-skinflatplus_0.7.9-0yavdr0~jammy_BUILDING.txt.gz - I can't see any warnings there.
With Arch Linux I get deprecation warnings from templated functions defined in the GraphicsMagick library (std::unary_function
was deprecated in C++11): https://gist.github.com/seahawk1986/a17a7b591dbb1ae92fc191c43719792f - looks like this needs to be fixed by the GraphicsMagick developers.
Ah. Thanks. Then everything is OK, now.
Tank you for providing Log and finding the issue.
There seems to be an undeclared symbol
w
indisplaymenu.c
:It seems that this variable is still used after the if-block starting on line 1497 goes out of scope.