vsimon / webrtcbuilds

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
BSD 3-Clause "New" or "Revised" License
202 stars 164 forks source link

Fail to compile peer_connection example #94

Open Rageseer opened 5 years ago

Rageseer commented 5 years ago

Hi vsimon I've been trying to compile, adding dependancies that are missing from the wiki page on how to compile peer_connection, and I've come to the following error compiling with gcc

/usr/bin/ld: /home/usr/Documents/webrtcbuilds/out/webrtcbuilds-26473-fa89d84-linux-x64/lib/Release/libwebrtc_full.a(psnr.o): undefined reference to symbol 'log10@@GLIBC_2.2.5' /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line

to which i have no idea how to handle. Compiling with g++ gives several undefined references to webrtc:: and json:: also.

polhaghverdian commented 5 years ago

I think you should use Clang instead of g++