Skip to content
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

after cmake make install error in freebsd 14.1 #715

Open
runsys opened this issue Aug 16, 2024 · 1 comment
Open

after cmake make install error in freebsd 14.1 #715

runsys opened this issue Aug 16, 2024 · 1 comment

Comments

@runsys
Copy link

runsys commented Aug 16, 2024

root@BPC:/da/work/code/qt/webrtc-streamer-master # make install
[ 3%] Building C object CMakeFiles/civetweb.dir/civetweb/src/civetweb.c.o
[ 7%] Building CXX object CMakeFiles/civetweb.dir/civetweb/src/CivetServer.cpp.o
[ 11%] Linking CXX static library libcivetweb.a
[ 11%] Built target civetweb
[ 14%] Building CXX object CMakeFiles/libv4l2cpp.dir/libv4l2cpp/src/V4l2Access.cpp.o
In file included from /da/work/code/qt/webrtc-streamer-master/libv4l2cpp/src/V4l2Access.cpp:12:
In file included from /da/work/code/qt/webrtc-streamer-master/libv4l2cpp/inc/V4l2Access.h:15:
/da/work/code/qt/webrtc-streamer-master/libv4l2cpp/inc/V4l2Device.h:17:10: fatal error: 'linux/videodev2.h' file not found
17 | #include <linux/videodev2.h>
| ^~~~~~~~~~~~~~~~~~~
1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /da/work/code/qt/webrtc-streamer-master
*** Error code 1

Stop.
make[1]: stopped in /da/work/code/qt/webrtc-streamer-master
*** Error code 1

Stop.
make: stopped in /da/work/code/qt/webrtc-streamer-master
root@BPC:/da/work/code/qt/webrtc-streamer-master #

@mpromonet
Copy link
Owner

Hi,

Removing define HAVE_V4L2 will not try to compile video4linux support, this is interesting only forwarding compressed H264.

Best Regards,
Michel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants