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

Fix build warnings #5

Open
jhlegarreta opened this issue Oct 19, 2022 · 0 comments
Open

Fix build warnings #5

jhlegarreta opened this issue Oct 19, 2022 · 0 comments

Comments

@jhlegarreta
Copy link
Member

Description

There are a number of warnings that should be fixed in order to reduce the noise around the build:

  • CMake configuration step warning
 CMake Warning:
  Manually-specified variables were not used by the project:

    Module_ITKSimpleITKFilters

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1148

  • Build warnings/errors:
warning: Invalid value for 'ALIASES' tag at line 31, file /work/ITK-bld/Utilities/Doxygen/Doxyfile.Documentation: Values in list '"starteraliasnotused=@par not used" "wiki=\par Wiki Examples:<br> ^^ \li <a href="https://www.itk.org/Wiki/ITK/Examples">All Media Wiki Examples</a> ^^" "wikiexample{2}= \li <a href="[https://www.itk.org/Wiki/ITK/Examples/\1](https://www.itk.org/Wiki/ITK/Examples//1)">\2</a> ^^" "endwiki=^^ ^^ ^^" "sphinx=\par ITK Sphinx Examples:<br> ^^ \li <a href="https://itk.org/ITKExamples">All ITK Sphinx Examples</a> ^^" "sphinxexample{2}=\li <a href="[https://itk.org/ITKExamples/src/\1/Documentation.html](https://itk.org/ITKExamples/src//1/Documentation.html)">\2</a> ^^" "endsphinx=^^ ^^ ^^"' are not properly space or comma separated

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1157

error: Illegal ALIASES format 'https://www.itk.org/Wiki/ITK/Examples>All Media Wiki Examples</a> ^^'. Use "name=value" or "name{n}=value", where n is the number of arguments
error: Illegal ALIASES format '[https://www.itk.org/Wiki/ITK/Examples/\1](https://www.itk.org/Wiki/ITK/Examples//1)>\2</a> ^^'. Use "name=value" or "name{n}=value", where n is the number of arguments
error: Illegal ALIASES format 'https://itk.org/ITKExamples>All ITK Sphinx Examples</a> ^^'. Use "name=value" or "name{n}=value", where n is the number of arguments
error: Illegal ALIASES format '[https://itk.org/ITKExamples/src/\1/Documentation.html](https://itk.org/ITKExamples/src//1/Documentation.html)>\2</a> ^^'. Use "name=value" or "name{n}=value", where n is the number of arguments

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1158

warning: tag INPUT: input source '/work/ITK-bld/Documentation/Doxygen' does not exist
warning: tag INPUT: input source '/work/ITK-bld/Documentation/Doxygen/Examples.dox' does not exist

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1162
and https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1163

Searching for files in directory /work/ITK/Modules/Registration/Metricwarning: source '/work/ITK-bld/Documentation/Doxygen' is not a readable file or directory... skipping.
warning: source '/work/ITK-bld/Documentation/Doxygen/Examples.dox' is not a readable file or directory... skipping.

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:2785

Additional notes

These warnings are not being reported to the CDash dashboard build:
https://open.cdash.org/build/8223887

Need to be fixed in the ITK repository.

The rest of the build warnings are being tracked in: InsightSoftwareConsortium/ITK#3654

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