-
Notifications
You must be signed in to change notification settings - Fork 504
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
Cannot build sigar: "error: called object ‘minor’ is not a function or function pointer" #131
Comments
What target architecture are you building for? Have you tried the ant approach outlined in https://github.com/hyperic/sigar/wiki/source? |
My target architectures are arm and x86_64, i want to use C/C++. I did not try ant, example build looks like is only for java. Thanks for fast reply! |
Tried compiling with ant, but comman
|
Sorry, just seen this. Do you have |
|
Is this up? |
Issue
When I run
make
it breaks with error:error: called object ‘minor’ is not a function or function pointer
Steps to reproduce
Info
I use Arch linux, linux-5.3.7
The text was updated successfully, but these errors were encountered: