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
Most autobuilds failing because of TYPEDEFSTRUCT in stub_gssapi.h #5715
Comments
Odd. |
@MarcelRaad I can see your build at https://curl.haxx.se/dev/log.cgi?id=20200727044957-11233#prob5 reproduces this. Can you repro manually, perhaps on the same host? If so, can you figure out why the disabling of that warning doesn't work there? |
I can reproduce it on any machine with testcurl.pl:
I haven't had the chance to look closer so far, but maybe it's something similar to #5288 (comment)? |
Thanks. I understand now... |
Without the -D command line option, checksrc.pl won't know which directory to load the ".checksrc" file from when building out of the source tree. Reported-by: Marcel Raad Fixes #5715
I did this
Look at https://curl.haxx.se/dev/builds.html
I expected the following
Mostly green builds. All but one are red though because of a checksrc warning:
Also, is it expected that checksrc warnings, in contrast to compiler warnings, prevent running the tests?
curl/libcurl version
Everything still on the autobuilds page, which starts with 2020-07-10.
operating system
Linux, Windows, Solaris
The text was updated successfully, but these errors were encountered: