This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Replies: 3 comments 1 reply
-
That looks like the base versions are too old for Motionplus. Debian 9 and probably a really old version of ffmpeg. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks Dave, it's indeed pretty old. 2 questions:
thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wouldn't think so but you can test. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have an issue compiling this:
Version: latest on git
CPU: ARMv7 HF
OS: Debian 9
I had not issues in compiling motion on this platform from source but when I compile motion plus I get this error
g++ -DHAVE_CONFIG_H -I. -I.. -Dsysconfdir=\"/usr/local/etc/motionplus\" -DLOCALEDIR=\"/usr/local/share/locale\" -D_THREAD_SAFE -I/usr/include/p11-kit-1 -I/usr/include/arm-linux-gnueabihf -D_REENTRANT -I/usr/include/alsa -std=c++17 -MT movie.o -MD -MP -MF $depbase.Tpo -c -o movie.o movie.cpp &&\ mv -f $depbase.Tpo $depbase.Po movie.cpp: In function ‘int movie_set_outputfile(ctx_movie*)’: movie.cpp:795:37: error: ‘AVFormatContext {aka struct AVFormatContext}’ has no member named ‘full_nm’ retcd = snprintf(movie->oc->full_nm, sizeof(movie->oc->full_nm), "%s", movie->full_nm); ^~~~~~~ movie.cpp:795:64: error: ‘AVFormatContext {aka struct AVFormatContext}’ has no member named ‘full_nm’ retcd = snprintf(movie->oc->full_nm, sizeof(movie->oc->full_nm), "%s", movie->full_nm); ^~~~~~~ Makefile:437: recipe for target 'movie.o' failed make[2]: *** [movie.o] Error 1 make[2]: Leaving directory '/data/tmp/motionplus/motionplus/src' Makefile:562: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/data/tmp/motionplus/motionplus'
The ./configure didn't give any error. Can you please advise?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions