Compilation with kernel 3.11.6 ?
Question
Hi,
I'm running suse 13.1 with kernel 3.11.6-4. Compiling motion fails.
I allready set a softlink to a missing include, as i found in this forum.
Unfortunately there seems to be a change how to call some functions of v4l.. so reworking the code might be required.
Anyone allready running motion on such a kernel ?
Paste in your error messages, config settings, terminal window output etc in this text field.
Environment
Motion version: |
3.2.12 |
ffmpeg version: |
|
Libraries: |
ffmpeg, mysql, postgresql |
Server OS: |
|
--
JudasHui - 17 Sep 2014
Answer
Current trunk compiles on openSUSE 13.1 using a small hack. Open track.h file ad add one line:
#include <linux/videodev2.h>
It has been also reported here:
https://github.com/sackmotion/motion/issues/11
.--
TosiaraT - 26 Sep 2014