We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If --enable-doxygen is used with configure, but doxygen is not found, instead of erroring out in configure, the build gives this warning:
checking for doxygen... no configure: WARNING: Doxygen not found - documentation will not be built
And then fails in the docs directory with this confusing message:
make[3]: Entering directory '/home/runner/work/netcdf-c/netcdf-c/docs' Doxyfile \ cp auth.md obsolete/fan_utils.html html /bin/bash: line 1: Doxyfile: command not found make[3]: *** [Makefile:825: doxyfile.stamp] Error 127
Instead, configure should error out and tell the user to install doxygen, or build without --enable-doxygen.
I will fix.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If --enable-doxygen is used with configure, but doxygen is not found, instead of erroring out in configure, the build gives this warning:
And then fails in the docs directory with this confusing message:
Instead, configure should error out and tell the user to install doxygen, or build without --enable-doxygen.
I will fix.
The text was updated successfully, but these errors were encountered: