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

Can't parse png.h from libpng 1.2 #4

Open
raydiak opened this issue May 1, 2015 · 1 comment
Open

Can't parse png.h from libpng 1.2 #4

raydiak opened this issue May 1, 2015 · 1 comment

Comments

@raydiak
Copy link
Contributor

raydiak commented May 1, 2015

Things which don't work seem to include extension and declarations like "typedef unsigned (*in_func) (void *, unsigned char * *);". Also seeing "unknown condition in typedef!" 6 times, though the error doesn't point to exactly what causes it.

@andydude
Copy link
Owner

andydude commented May 2, 2017

I added the __extension__ keyword to the Grammar and the Actions, and so now it will at least parse png.h, but the conversion to C::AST is failing for some other reason. I will look at this again when I have time.

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