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
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?