Bug #17412 2010-08-03 14:34

trzeci

$file_dir vanishes in "Advanced compiler options"

I added in "Advances compiler options" extension .y for bison grammar files.

Also I added

$file_dir/$file_name.parser.cc

$file_dir/$file_name.parser.hh

in "Generated files".

After svn revision 6435 there is a new problem.

Bison works correctly producing files as needed.

But next step of C++ compilation did not find generated grammar files,

because $file_dir vanished, which can be seen in log.

Category
Compiler
Group
 
Status
Closed
Close date
2011-02-24 19:14
Assigned to
mortenmacfly
mortenmacfly 2011-02-24 05:48

Does this bug still persist?

trzeci 2011-02-24 12:12

I have checked it on svn revision 7018 and it was ok.

mortenmacfly 2011-02-24 19:14

This bug has been already fixed in HEAD.

Thank you.