Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing symbol for VideoTrackSource? #73

Open
alanpeevers opened this issue Dec 22, 2017 · 1 comment
Open

Missing symbol for VideoTrackSource? #73

alanpeevers opened this issue Dec 22, 2017 · 1 comment
Labels

Comments

@alanpeevers
Copy link

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
Copy link
Collaborator

arlolra commented Mar 14, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants