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

build on FreeBSD #82

Closed
danniculescu opened this issue Dec 21, 2016 · 1 comment
Closed

build on FreeBSD #82

danniculescu opened this issue Dec 21, 2016 · 1 comment

Comments

@danniculescu
Copy link

danniculescu commented Dec 21, 2016

Fails to validate the platform on FreeBSD due to SONAMES dict being limited to Linux and Darwin. Adding a key for FreeBSD allows a successful install.
in __init__.py:
SONAMES = { "Linux": "libxcb.so.1", "Darwin": "libxcb.dylib", "FreeBSD": "libxcb.so.1", }

@tych0 tych0 closed this as completed in a5afde8 Dec 21, 2016
@tych0
Copy link
Owner

tych0 commented Dec 21, 2016

Thanks for the report. I think rather than having to add things on a case-by-case basis, I should have just gone with unix-like sonames being the default, so it wouldn't break things for folks like you. I've just pushed a patch to do that now.

Cheers!

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

No branches or pull requests

2 participants