-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error when compiling #24
Comments
If you have
I don't have a Debian machine handy to test on at the moment. |
Hi, output of
Issue seems that in Debian, the header files of json-c are in
But when compiling it i get another error:
Sine i have no c knowledge, i dotn know what the problem is :( |
FWIW, I get the exact same compilation errors on Ubuntu 22.04.2 LTS using v1.2.0 or v1.2.1. |
There are two issues mentioned here. Regarding the header files in the original comment: I checked the current status on RHEL. On RHEL 9 it's the same as on Debian and Ubuntu: The header files are placed in Then there's the linking error, which is because argVals is definied in These commands make the required adjustments:
All in all, I think this issue should be tagged as a bug, and the above changes made. (I don't believe a PR is called for here, but I can make one nonetheless if preferable.) |
Debian 11
Hi,
I have problem with downloaded binary even with compiling source code.
Try to run compiled
Compiling error
Thank for help
The text was updated successfully, but these errors were encountered: