-
Notifications
You must be signed in to change notification settings - Fork 13
Description
webrtcnativelabs/server/signaler.h:20:46: fatal error: scy/webrtc/peerconnectionmanager.h: No such file or directory compilation terminated. CMakeFiles/webrtcnativelabs.dir/build.make:62: recipe for target 'CMakeFiles/webrtcnativelabs.dir/server/main.cpp.o' failed make[2]: *** [CMakeFiles/webrtcnativelabs.dir/server/main.cpp.o] Error 1 CMakeFiles/Makefile2:84: recipe for target 'CMakeFiles/webrtcnativelabs.dir/all' failed make[1]: *** [CMakeFiles/webrtcnativelabs.dir/all] Error 2 Makefile:116: recipe for target 'all' failed make: *** [all] Error 2
I did not find several files
#include "scy/webrtc/peerconnectionmanager.h"
#include "scy/webrtc/streamingpeerconnection.h"
#include "scy/webrtc/recordingpeerconnection.h"
What do I have to do to get them? The last one in particular I was not able to find.
Also OPENSSL_INCLUDE_DIR needed to be set inside the CMAKE despite being inside /etc/environment. Please add set(OPENSSL_INCLUDE_DIR $ENV{OPENSSL_INCLUDE_DIR} ).