octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44391] lex.ll:102:23: fatal error: oct-parse.


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44391] lex.ll:102:23: fatal error: oct-parse.h: No such file or directory
Date: Sun, 01 Mar 2015 22:36:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36

Follow-up Comment #4, bug #44391 (project octave):

That is the only way I know of to tell make about two different files being
built from one command. So it is now possible to run


$ make -C libinterp parse-tree/oct-parse.h


and make will rebuild oct-parse.cc using bison if it's out of date, which
should also update oct-parse.h if it needs to.

I tested this fix by running


$ make -C libinterp builtins.cc


in a clean unbuilt directory, and everything needed to build the .df files is
now automatically built in the right order.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44391>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]