Skip to content

Missing files #2

@RanjKuru

Description

@RanjKuru

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions