Opened 9 years ago
Closed 9 years ago
#933 closed defect (fixed)
make fails on first run, missing oql.h
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.1 |
Component: | build system | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
On some systems make fails the first run because oql.h is not generated yet it seems, while trying to compile lex.ll
lex.ll:52:17: fatal error: oql.h: No such file or directory #include "oql.h"
Attachments (1)
Change History (7)
comment:1 by , 9 years ago
Component: | undecided → autotools |
---|---|
Milestone: | → 9.1 |
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
I tried to fix it and for some reason it still fails on jenkins. Locally my fix works fine though. See attachment:0001-ticket-933-fix-bison-header-file-generation.patch
by , 9 years ago
Attachment: | 0001-ticket-933-fix-bison-header-file-generation.patch added |
---|
comment:5 by , 9 years ago
Owner: | changed from | to
---|
comment:6 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Vlad, can you please take care of this, it's annoying to run into this almost every time.