-
Notifications
You must be signed in to change notification settings - Fork 55
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
FreeBSD [11] support? #168
Comments
no, there are just a few places that are platform dependent. other unix variants simply are not tested. It should be easy to modify the setup.py file to make it compile on other unix variants. |
ok, this seems to work... can you give that a try (do not pull from pypi, but from this repo directly)? You need to install some packages on freebsd (such as libunwind and python). |
Ok, just tried this on FreeBSD 14-current/aarch64 and got:
My 11/amd64 box doesn't have native unwind.h on it, and don't want to install the libunwind package, so can't test there. |
I'm willing to pair and/or provide access to a box to help fix this if that would help. or, as you can see, I can test out branches very easily if provided. |
Any plans to support FreeBSD 11 or FreeBSD in general?
Is there something about FreeBSD that makes
vmprof
not work?The text was updated successfully, but these errors were encountered: