Closed journeym closed 5 years ago
Hi,
WEBRTC_LIBRARY linked by target "webrtc-streamer" in directory /home/rtsp/webrtc-streamer
means the library webrtc is not found in ${WEBRTCROOT}/src/out/${WEBRTCBUILD}/obj
Maybe you ran cmake, interrupt it during webrtc build and run another time cmake.
In such a case, you should remove ${WEBRTCROOT}/src/out/${WEBRTCBUILD}
and run cmake
Best Regards, Michel.
I did try to remove the referenced directories and start from scratch, with the same results. Here is the contents of the directory you mentioned. Whats is a missing file name and location?
Hi, Cmake is looking for libwebrtc.a that seems to exists. Maybe an acces problem, permissions ? Did you look into cmakeoutpout log and errors ? Best regards Michel
Followed the instruction form Readme.md When i try to cmake . -DWEBRTCBUILD=Release -DWEBRTCROOT=/home/webrtc I get
Im not very experienced with unix building, can you please point me in the right direction.
I also tried to follow the build procedures form CircleCI, and stuck at make all tgz i get
BasicUsageEnvironment.hh : No such file or directory