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

Upgrade wrtc dependency version #20

Closed
oster opened this issue Nov 15, 2016 · 4 comments
Closed

Upgrade wrtc dependency version #20

oster opened this issue Nov 15, 2016 · 4 comments
Labels

Comments

@oster
Copy link
Member

oster commented Nov 15, 2016

Please update the wrtc dependency to "0.0.61" as the "0.0.60" failed to build on OSX (10.12.1).

@oster oster added the bug label Nov 15, 2016
@kalitine
Copy link
Collaborator

It's a little bit complected for now. As for example Ubuntu 16.04 (and it seems to be the same for some other Linux distributions) 0.0.61 failed on run time and the only solution I've found in wrtc repo is to build from source the whole library which will take a very significant time. I prefer to wait for the next release hoping they will resolve this issue.

@oster
Copy link
Member Author

oster commented Nov 21, 2016

I understand.
Does this issue was reported to wrtc project?
I mean, I try to install [email protected] on a fresh ubuntu:16.04 and I was able to run successfully their tests suites. So maybe they are not aware of your issue.

@kalitine
Copy link
Collaborator

It is know issue: node-webrtc/node-webrtc#281
Solution here: https://github.com/js-platform/node-webrtc/wiki/Building
On my Ubuntu 16.04 GNOME for wrtc npm test I have this issue:
undefined symbol: XOpenDisplay
and it is the same for Netflux tests.

@kalitine
Copy link
Collaborator

kalitine commented Jan 9, 2017

I've moved wrtc dependency from optional to peer. Thus it accelerates install time and leaves the API consumer to install its own version which works for him.

@kalitine kalitine closed this as completed Jan 9, 2017
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