-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi, I've struggled for an hour now to build 3.2.1 without success. I have downloaded the 3.2.1 tarball, ./configure works ok, but make gives this error:
mps_roots.cc: In function ‘octave_value_list Fmps_roots(const octave_value_list&, int)’:
mps_roots.cc:96:19: error: ‘const class octave_value’ has no member named ‘is_map’
96 | if (args(1).is_map())
| ^~~~~~
mps_roots.cc:182:29: error: ‘class Array<std::complex<double> >’ has no member named ‘length’
182 | if (starting_points.length() != n -1)
| ^~~~~~
Advice welcome as I'm out of ideas. Thanks!
Metadata
Metadata
Assignees
Labels
No labels