-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
undefined symbol: CPU_ALLOC #536
Comments
Crap! Please paste the output of "grep -r CPU_ALLOC /usr/include/". |
Nothing found for CPU_ALLOC in /usr/include/ |
@ddaeschler would you mind taking a look at this? I think what we need to do is to use the old code (pre #522) in case CPU_ALLOC is not defined. |
I'll take a look |
Thanks. |
See #537 |
OK, I just released a new version. Closing this out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I upgraded psutil from version 2.1.1 to 2.1.2.
Now I get this error :
If I rollback to 2.1.1, no more error.
Here is my setup :
Thanks for your help.
The text was updated successfully, but these errors were encountered: