help-octave
[Top][All Lists]
Advanced

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

Re: Build problems


From: Keith Grider
Subject: Re: Build problems
Date: Tue, 30 Nov 2010 16:02:02 -0600

Ok, the oct-parse.h file is not generated. it is an empty file.

The version of Bison:
bison (GNU Bison) 2.4.1

$ cat oct-parse.cc
main() { return 0; }
$ cat oct-parse.h

I think you found it.

Keith



On Tue, Nov 30, 2010 at 3:38 PM, John W. Eaton <address@hidden> wrote:
On 30-Nov-2010, Keith Grider wrote:

| Well, I think gperf is installed. 
|  in the configure output:
| ...
| checking for gperf... gperf
| ...

OK, what about the generated oct-parse.h file?  It should have lines
like

 #define EVENTS 326
 ...
 #define CLASSDEF 336

Do you have bison installed?  What version?  Did it correctly generate
oct-parse.cc and oct-parse.h from oct-parse.yy?

jwe


reply via email to

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