octave-maintainers
[Top][All Lists]
Advanced

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

Re: safer way to use gnulib


From: John W. Eaton
Subject: Re: safer way to use gnulib
Date: Tue, 16 Mar 2010 15:29:45 -0400

On 16-Mar-2010, Ben Abbott wrote:

| Previously this indicated I did not have a recent version of flex.
| 
| 
http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2009-December/014436.html
| 
| However, in this case, it appears my flex is ok …
| 
| $ flex --version
| flex 2.5.35
| 
| Any ideas?

Are there other versions of flex on the system?  Are you sure this is
the version of flex that was used when you ran make?  If you look at
the generated lex.cc file, does it have the following lines?

  #define YY_FLEX_MAJOR_VERSION 2
  #define YY_FLEX_MINOR_VERSION 5
  #define YY_FLEX_SUBMINOR_VERSION 35

?

jwe


reply via email to

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