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)

0001-ticket-933-fix-bison-header-file-generation.patch (4.2 KB ) - added by Dimitar Misev 9 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Dimitar Misev, 9 years ago

Component: undecidedautotools
Milestone: 9.1

comment:2 by Peter Baumann, 9 years ago

Owner: changed from Dimitar Misev to Vlad Zamfir
Status: newassigned

Vlad, can you please take care of this, it's annoying to run into this almost every time.

comment:3 by Dimitar Misev, 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

Last edited 9 years ago by Dimitar Misev (previous) (diff)

comment:4 by Dimitar Misev, 9 years ago

Patch submitted.

comment:5 by Dimitar Misev, 9 years ago

Owner: changed from Vlad Zamfir to Dimitar Misev

comment:6 by Dimitar Misev, 9 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.