-
Notifications
You must be signed in to change notification settings - Fork 292
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
Anyone maintaining this? #1026
Comments
Duplicate of #988 ? |
Have you read the README? |
The answer to your question in the title of the issue is here:
In the last 3 years (july 30 2021 to july 30 2024) there have been 7 commits and zero releases. So no, it is no longer maintained, sorry. It is sad as hundreds of Nextcloud release videos have been made using SimpleScreenRecorder ;-) But I recently moved to Wayland so, going forward, I need another great tool, and so will you and many others. A big thanks to Maarten for his fantastic work in creating the app! And who knows, maybe somebody picks it up after him. |
It is quit sad, as the Debian package counter show at least 3800 installations and over 500 of these used the program last week, according to https://qa.debian.org/popcon.php?package=simplescreenrecorder . |
Is anyone planning to fix these coding errors? This is the third distro in which the exact same errors occur.
In file included from /home/ghost/ssr/glinject/Global.h:14,
from /home/ghost/ssr/glinject/Hook.cpp:9:
/usr/include/c++/13/cstdarg:42:10: fatal error: bits/c++config.h: No such file or directory
42 | #include <bits/c++config.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /home/ghost/ssr/glinject/Global.h:14,
from /home/ghost/ssr/glinject/GLInject.cpp:9:
/usr/include/c++/13/cstdarg:42:10: fatal error: bits/c++config.h: No such file or directory
42 | #include <bits/c++config.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [glinject/CMakeFiles/ssr-glinject32.dir/build.make:104: glinject/CMakeFiles/ssr-glinject32.dir/Hook.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [glinject/CMakeFiles/ssr-glinject32.dir/build.make:76: glinject/CMakeFiles/ssr-glinject32.dir/GLInject.cpp.o] Error 1
In file included from /home/ghost/ssr/glinject/Global.h:14,
from /home/ghost/ssr/glinject/GLXFrameGrabber.cpp:9:
/usr/include/c++/13/cstdarg:42:10: fatal error: bits/c++config.h: No such file or directory
42 | #include <bits/c++config.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [glinject/CMakeFiles/ssr-glinject32.dir/build.make:90: glinject/CMakeFiles/ssr-glinject32.dir/GLXFrameGrabber.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:163: glinject/CMakeFiles/ssr-glinject32.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered: