Skip to content
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

Fatal error when building on Ubuntu 10.10 #79

Open
alessioalex opened this issue Mar 24, 2011 · 1 comment
Open

Fatal error when building on Ubuntu 10.10 #79

alessioalex opened this issue Mar 24, 2011 · 1 comment

Comments

@alessioalex
Copy link

[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

@dhodgkin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants