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

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

[Octave-bug-tracker] [bug #51805] error: ‘yylex’ was not declared in thi


From: David Laxer
Subject: [Octave-bug-tracker] [bug #51805] error: ‘yylex’ was not declared in this scope
Date: Sun, 20 Aug 2017 17:22:31 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #4, bug #51805 (project octave):

I removed bison2.7, removed Octave and re-cloned it from the repository.  The
yacc() issues are resolved.

However, I have a SUNDIALS issue:

         if (havejac && IDADlsSetDenseJacFn (mem, IDA::jacdense) != 0)
                                                               ^
In file included from /usr/local/include/ida/ida_dense.h:24:0,
                 from libinterp/dldfcn/__ode15__.cc:44:
/usr/local/include/ida/ida_direct.h:256:21: error:   initializing argument 2
of ‘int IDADlsSetDenseJacFn(void*, IDADlsDenseJacFn)’ [-fpermissive]
 SUNDIALS_EXPORT int IDADlsSetDenseJacFn(void *ida_mem, IDADlsDenseJacFn
jac);
                     ^
libinterp/dldfcn/__ode15__.cc: In member function ‘octave_value_list
octave::IDA::integrate(int, const ColumnVector&, const ColumnVector&, const
ColumnVector&, int, bool, bool, octave_function*, bool, ColumnVector&, bool,
octave_function*)’:
libinterp/dldfcn/__ode15__.cc:605:45: error: ‘IDAGetDky’ was not declared
in this scope
             if (IDAGetDky (mem, tend, 0, dky) != 0)
                                             ^
libinterp/dldfcn/__ode15__.cc: In member function ‘bool
octave::IDA::interpolate(int&, Matrix&, ColumnVector&, int, realtype, bool,
bool, octave_function*, ColumnVector&, bool, octave_function*, ColumnVector&,
Matrix&, ColumnVector&, ColumnVector&, ColumnVector&, ColumnVector&, int&,
ColumnVector&)’:
libinterp/dldfcn/__ode15__.cc:775:49: error: ‘IDAGetDky’ was not declared
in this scope
         if (IDAGetDky (mem, tin + step*i, 0, dky) != 0)
                                                 ^
libinterp/dldfcn/__ode15__.cc:778:50: error: ‘IDAGetDky’ was not declared
in this scope
         if (IDAGetDky (mem, tin + step*i, 1, dkyp) != 0)
                                                  ^
make[2]: *** [libinterp/dldfcn/libinterp_dldfcn___ode15___la-__ode15__.lo]
Error

Close bug #51805 and open a new incident?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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