-
Notifications
You must be signed in to change notification settings - Fork 84
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
Cannot scan libwebp due to parenthesis level check #63
Comments
Can you check now? This fix handles continued lines which the webp cmakelists uses in 7 places. Funnily enough the fix for #57 does actually fix that AC_INIT (that's the exact misparse it's fixing - paren imbalance inside a string) - but it didn't handle multiline strings yet. I didn't know cmake allowed that. |
Thanks @PeterBindels-TomTom . Build from dascandy/cpp-dependencies fixes the issue with libwebp. However have you mentioned that cpp-dependencies self scan is broken since f7fba9a ?
|
Didn't notice that, no. According to the documentation I'm doing something that's not legal cmake either. |
Here are some observations when running
|
Hi,
this is follow up of #57 . The fix provided doesn't help for all projects I use.
In particular running
cpp-dependecies
overlibwebp
causes the issue:Project code:
https://github.com/webmproject/libwebp / tag v1.2.4 (current HEAD also fails)
It worth noting that before the #61
final level of parentheses
was 1 (not 7).And it was possible to overcome the issue by modifying following line in CMakeLists.txt of libwebp:
to
With recent changes this no longer works.
The text was updated successfully, but these errors were encountered: