You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: