Opened 14 years ago
Closed 10 years ago
#336 closed enhancement (wontfix)
avoid including installed yat
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Related to ticket:347 and ticket:355
It has happened a couple of times now that I change a filename in yat and forget to change an include. What happens is that when the file cant be found in .
or in srcrootdir
pre-processor goes on checking in standard directories such as /usr/local/include
. Since I have yat included there it finds the old file, include the old file and if you are unlucky everything works.
Would it be possible to prevent this from happening?
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 10 years ago by
Milestone: | yat 0.x+ |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Header files should no longer be removed, so I close this as wontfix
Note: See
TracTickets for help on using
tickets.
Added relation to ticket:347.