octave-maintainers
[Top][All Lists]
Advanced

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

Re: lex.ll:78:23: fatal error: oct-parse.h: No such file or directory


From: John W. Eaton
Subject: Re: lex.ll:78:23: fatal error: oct-parse.h: No such file or directory
Date: Sat, 28 Apr 2012 22:23:29 -0400

On 28-Apr-2012, Ben Abbott wrote:

| > /bin/sh ../build-aux/ylwrap oct-parse.yy y.tab.c oct-parse.cc y.tab.h `echo 
oct-parse.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e 
s/c$/h/` y.output oct-parse.output -- bison -y -dv 

This sed command is transforming the name oct-parse.cc to oct-parse.hh 
instead of oct-parse.h.

| > While oct-parse.h is missing, there is an oct-parse.hh. After "mv 
oct-parse.hh oct-parse.h", make completes without error.
| 
| My macports package manager updated me to automake 1.12
| 
| If the back up to 1.11, the problem goes away.
| 
| What version of automake is required?  I had thought >= 1.11 was needed, but 
that looks to be incorrect.

I guess this sed transformation is an unexpected change in automake.

jwe


reply via email to

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