keroserene / go-webrtc

WebRTC for Go
Other
455 stars 76 forks source link

Missing symbol for VideoTrackSource? #73

Open alanpeevers opened 6 years ago

alanpeevers commented 6 years ago

I successfully built the lib on my Mac using build.sh. But when I try to build go-webrtc using

go build

I get:

Undefined symbols for architecture x86_64: "typeinfo for webrtc::VideoTrackSource", referenced from: typeinfo for GoVideoTrackSource in videotrack.cc.o ld: symbol(s) not found for architecture x86_64

Any ideas? Maybe some wonky rtti / no-rtti issue?

arlolra commented 6 years ago

Not sure. Maybe you didn't have the right commit checked out in third_party/webrtc/src/