octave-maintainers
[Top][All Lists]
Advanced

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

changes to "range"


From: Doug Stewart
Subject: changes to "range"
Date: Fri, 18 Nov 2022 20:58:03 -0500


With the recent changes to "range"  I now cannot install the control pkg.
this is the error message i get.

pkg install -forge  control signal
In file included from __control_helper_functions__.cc:7:
lti_input_idx.cc: In function ‘octave_value_list F__lti_input_idx__(const octave_value_list&, int)’:
lti_input_idx.cc:96:5: error: ‘Range’ was not declared in this scope
   96 |     Range mat_idx (1, idx-offset);
      |     ^~~~~
lti_input_idx.cc:97:10: error: expected ‘;’ before ‘opt_idx’
   97 |     Range opt_idx (idx+1-offset, len);
      |          ^~~~~~~~
      |          ;
lti_input_idx.cc:100:17: error: ‘opt_idx’ was not declared in this scope
  100 |     retval(1) = opt_idx;
      |                 ^~~~~~~
lti_input_idx.cc:101:17: error: ‘mat_idx’ was not declared in this scope
  101 |     retval(0) = mat_idx;

--
DASCertificate for 206392


reply via email to

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