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

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

[Octave-bug-tracker] [bug #36407] automake rules generate oct-parse.hh i


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #36407] automake rules generate oct-parse.hh instead of expected oct-parse.h
Date: Sun, 19 Aug 2012 18:27:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20100101 Firefox/10.0.5 Iceweasel/10.0.5

Update of bug #36407 (project octave):

                 Summary: Missing file in mercurial revision 14598 => automake
rules generate oct-parse.hh instead of expected oct-parse.h

    _______________________________________________________

Follow-up Comment #8:

This is not a missing file.  It's that automake changed the way it handles C++
YACC parser input files that are named foo.yy.  Previously, it would generate
the corresponding header file with a .h extension.  Newer versions now
generate .hh files.  So now we need to either force a particular name or come
up with some way of handling both possibilities.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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