LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   octave matcompat help? (https://www.linuxquestions.org/questions/fedora-35/octave-matcompat-help-226237/)

clausawits 09-03-2004 01:42 PM

octave matcompat help?
 
I downloaded a tarball for octave matcompat, but I wasn't able to compile it (it spewed all sorts of warnings, then choked on some error in the bitand.cc file.. the last bits of the spew of warnings and errors from the compile are:
Code:

/usr/include/octave-2.1.50/octave/dMatrix.h:256: error: candidates are: Matrix
  max(double, const Matrix&)
/usr/include/octave-2.1.50/octave/dMatrix.h:257: error:                Matrix
  max(const Matrix&, double)
/usr/include/octave-2.1.50/octave/dMatrix.h:258: error:                Matrix
  max(const Matrix&, const Matrix&)
/usr/include/octave-2.1.50/octave/CMatrix.h:300: error:
  ComplexMatrix max(const Complex&, const ComplexMatrix&)
/usr/include/octave-2.1.50/octave/CMatrix.h:301: error:
  ComplexMatrix max(const ComplexMatrix&, const Complex&)
/usr/include/octave-2.1.50/octave/CMatrix.h:302: error:
  ComplexMatrix max(const ComplexMatrix&, const ComplexMatrix&)
bitand.cc:175:9: missing terminating " character
bitand.cc:179:15: missing terminating " character
bitand.cc:188:1: unterminated argument list invoking macro "DEFUN_DLD"
bitand.cc: At global scope:
bitand.cc:174: error: syntax error at end of input
make[2]: *** [bitand.oct] Error 1
make[2]: Leaving directory `/home/djm/Mui/octave_matlab/matcompat/scripts/bitop'
make[1]: *** [bitop/] Error 2
make[1]: Leaving directory `/home/djm/Mui/octave_matlab/matcompat/scripts'
make: *** [all] Error 2

Anyone run into this before, or have ideas about what's the holdup? I am trying to compile from matcompat-2001.02.25.tar.gz found here: http://users.powernet.co.uk/kienzle/...pat/index.html

Since it's a 2001 version, I would not think that it would still be out their and available if it didn't compile...

any help? Thanks in advance


All times are GMT -5. The time now is 03:03 PM.