go-webrtc icon indicating copy to clipboard operation
go-webrtc copied to clipboard

Missing symbol for VideoTrackSource?

Open alanpeevers opened this issue 6 years ago • 1 comments

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?

alanpeevers avatar Dec 22 '17 01:12 alanpeevers

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

arlolra avatar Mar 14 '18 16:03 arlolra