We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[CC] cx_pcre_chartables.cpp cx_pcre_chartables.cpp:24: fatal error: config.h: No such file or directory compilation terminated. make: *** [.objs.debug/cx_pcre_chartables.o] Error 1
The text was updated successfully, but these errors were encountered:
I had the same issue, this is how I fixed it: $ sudo touch /usr/include/config.h
It doesn't matter if the config.h is empty, as long as it can be found it will satisfy the compiler.
Sorry, something went wrong.
No branches or pull requests
[CC] cx_pcre_chartables.cpp
cx_pcre_chartables.cpp:24: fatal error: config.h: No such file or directory
compilation terminated.
make: *** [.objs.debug/cx_pcre_chartables.o] Error 1
The text was updated successfully, but these errors were encountered: