Opened 17 years ago
Closed 17 years ago
#21 closed defect (fixed)
Wrong '-I' compiler directives
Reported by: | Alpar Juttner | Owned by: | Akos Ladanyi |
---|---|---|---|
Priority: | critical | Milestone: | LEMON 1.0 release |
Component: | build system | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
When the repository is compiled, -I. -I./lemon -I.. -I..
compilation directives are used, which is seriously wrong. The only directory to be added is the root of the source repository.
Currently, if we use a file name that has a counterpart in the standard directory (e.g. lemon/math.h
), the the system files will also include this instead of the right one.
This bug appears both in the [1113f6d12c0c] and in the svn trun -r3441
Change History (2)
comment:1 Changed 17 years ago by
Component: | core → build system |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [761622e5ed4c].