-
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 Makefile problem with json. #21
Comments
Thanks. It seems like we should allow each platform to compile cJSON in it's own way. |
Hello, I have the same problem installing host-sflow v2.0.51-26 on FreeBSD 13.2, and here is the error messages:
When using make:
Although I can disable the json as mentioned by @lagagne, I hope this issue can be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just built host-sflow from sources for FreeBSD 11.0
The "make" command brings these errors for the json Makefile: Lines 24 and 27: Missing dependency operator. Line 30: Need an operator.
I tried running "gmake" but after leaving the json directory successfully (Nothing to be done for 'all') it doesn't understand the FreeBSD Makefile.
I commented out the "cd src/json; $(MAKE)" from the main Makefile and ran "make" again and successfully completed the installation.
The text was updated successfully, but these errors were encountered: