MaartenBaert / ssr

SimpleScreenRecorder, a screen recorder for Linux
http://www.maartenbaert.be/simplescreenrecorder/
GNU General Public License v3.0
2.49k stars 288 forks source link

Anyone maintaining this? #1026

Open AnonymousRonin opened 5 months ago

AnonymousRonin commented 5 months ago

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....

petterreinholdtsen commented 1 month ago

Duplicate of https://github.com/MaartenBaert/ssr/issues/988 ?