MPSolve icon indicating copy to clipboard operation
MPSolve copied to clipboard

Build errors

Open jamievicary opened this issue 1 year ago • 1 comments

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!

jamievicary avatar Sep 11 '24 16:09 jamievicary

This should have been fixed in the latest release. May you check if the problem still persists with 3.2.2?

robol avatar Mar 20 '25 15:03 robol