[Dune] [#637] make headercheck fails for alugrid 2d

Dune dune at dune-project.org
Wed Nov 4 14:09:55 CET 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#637 - make headercheck fails for alugrid 2d
User who did this - Jö Fahlke (joe)

----------
Of course, thinking a bit more about it, both mine and Andreas' solution would make headercheck bogus for dune/grid/alugrid.hh because all it does is include other headers who switch themselves off under headercheck.  If there is another header including alugrid.hh headercheck will fail for that header -- since all the alugrid headers switch themselves off under headercheck, that header will miss required functionality.

If all the headers which headercheck should ignore are located in a common directory and there are no headers in that directory that headercheck _should_ check, then adding "headercheck_PATTERN =" add the end of that directory's Makefile.am should probably do the trick.  (That should overwrite the "headercheck_PATTERN = *.hh" in dune-common/am/headercheck).  For a more general solution, dune-common/am/headercheck contains a line "headercheck_IGNORE =", but that value is currently not used anywhere, so someone has to add support for it.
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=637#comment1266

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list