octave-maintainers
[Top][All Lists]
Advanced

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

Re: oct-parse.yy:3727:29: error: invalid suffix "pp" on integer constant


From: John W. Eaton
Subject: Re: oct-parse.yy:3727:29: error: invalid suffix "pp" on integer constant
Date: Fri, 22 Oct 2010 11:53:19 -0400

On 22-Oct-2010, Ben Abbott wrote:

| After another fresh build, I don't see this anymore.

I don't understand why you have so many problems that result in
needing to build from scratch.  I don't see to have those problems,
and I thought the Makefile rules were now pretty accurate, so if a
file like oct-parse.yy changes, all the necessary things would be
rebuilt.  The only time I see usually see problems is when something
in gnulib changes (typically, I think, when a generated file needs to
be rebuilt or a gnulib configure test is changed, but I'm not
absolutely sure) and I still don't need a complete rebuild from
scratch, just to clean out the gnulib files.

| However,
| something strange happens when the tests for chol.cc are run.
| 
| octave:2> test chol.cc
| error: `__msg' undefined near line 502 column 16
| error: evaluating argument list element number 1
| error: called from:
| error:   ?unknown? at line 502, column 1
| 
| The "?unknown?" function is test.m

I don't see this problem.  Starting Octave with run-octave, I see

  octave:1> test chol.cc
  ????? chol.cc does not exist in path
  octave:2> addpath ("/home/jwe/src/octave/src/DLD-FUNCTIONS")
  octave:3> test chol.cc
  warning: spcholinv is obsolete and will be removed from a future version of 
Octave; please use cholinv instead
  PASSES 26 out of 26 tests
  octave:4> 

and the tests run normally with "make check".

jwe


reply via email to

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