Feature #10891
closedTry to get rid of setting compiler specific directory for searching headers
0%
Description
A long ago I set a compiler specific directory for searching headers in ASE and Weaver (it is obtained from Aspectatory launched with "-print-file-name=include"). Perhaps, this is redundant action and we just need to properly filter out options for CIF. After the pull request will be accepted we will be able to try to get rid of this.
Updated by Evgeny Novikov over 3 years ago
- Status changed from New to Resolved
I implemented this feature in branch no-aspectator-search-dir. Several tests passed, let's wait for CI results.
Actually I am not finally sure how to properly deal with headers like "stdarg.h". It looks like CIF is capable to find its own "stdarg.h" (perhaps it is the case after update to GCC 7.5) independently on specified options like "-nostdinc". It is not clear whether it is proper or it will suddenly break something. Let's wait for more cases. Anyway, the former way looks weird as well.
Updated by Evgeny Novikov over 3 years ago
- Status changed from Resolved to Closed
Tests passed, so, I merged the branch to master in 5a4f07e7d. Let's see on further consequences.