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

Missing 'config.h' #1

Open
hallahan opened this issue Aug 23, 2016 · 0 comments
Open

Missing 'config.h' #1

hallahan opened this issue Aug 23, 2016 · 0 comments

Comments

@hallahan
Copy link

Hi Martell,

I'm giving your libxml2 CMake project a try, and I'm trying to include it in a larger CMake Project.

https://github.com/hallahan/tangram-es/tree/libxml2-attempt

CMake isn't giving any complaints, but when I try to finally compile and have included parser.h, I get the following problem:

/Users/njh/code/tangram-es/external/libxml2.cmake/libxml2/libxml.h:/Users/njh/code/tangram-es/external/libxml2.cmake/libxml2/libxml.h37::3710::10 : fatal error: fatal error: 'config.h' file not found
'config.h' file not found
#include "config.h"#include "config.h"
#include "config.h"
#include "config.h"    

https://github.com/hallahan/tangram-es/blob/libxml2-attempt/core/src/osm/xmlParser.h#L7

I think the regular libxml2 build generates this file for us. Did you run into this problem yourself? Do you have any suggestions?

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

1 participant