-
Notifications
You must be signed in to change notification settings - Fork 59
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
json/json.h: No such file or directory #2
Comments
The libjsoncpp-dev on ubuntu puts the header files in /usr/include/jsoncpp/, instead of /usr/include/ |
use #include <jsoncpp/json/json.h> instead of the original one. |
sudo apt-get install libjsoncpp-dev |
add -I/usr/include/jsoncpp into |
only I ran fist line, it fixed the error. |
The best (and most elegant) solution so far... |
Compilation in the docker image doesn't work because of this. |
ASTNodes.h:6:23: fatal error: json/json.h: No such file or directory
#include <json/json.h>
What I need to install to fix this?
Tried to install those, did not help:
The text was updated successfully, but these errors were encountered: