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

[Pkg-octave-devel] Bug#357651: marked as done (FTBFS with G++ 4.1: misc errors)



Your message dated Wed, 12 Apr 2006 06:02:09 -0700
with message-id <E1FTez3-0006AX-H7@spohr.debian.org>
and subject line Bug#357651: fixed in octave-forge 2006.03.17-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: octave-forge
Version: 2006.01.28-2
Severity: important

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

Here's a log of the errors:


Processing FIXES/
make[1]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/FIXES'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/FIXES'
Processing extra/
make[1]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/extra'
Processing extra/graceplot/
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/extra/graceplot'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/extra/graceplot'
Processing extra/linear-algebra/
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/extra/linear-algebra'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/extra/linear-algebra'
Processing extra/mex/
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/extra/mex'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/extra/mex'
Processing extra/pdb/
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/extra/pdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/extra/pdb'
Processing extra/symband/
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/extra/symband'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/extra/symband'
Processing extra/testfun/
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/extra/testfun'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/extra/testfun'
Processing extra/tsa/
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/extra/tsa'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/extra/tsa'
make[1]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/extra'
Processing main/
make[1]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main'
Processing main/audio/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/audio'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/audio'
Processing main/cell/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/cell'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/cell'
Processing main/comm/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/comm'
make[3]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/comm/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/comm/doc'
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/comm'
Processing main/fixed/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/fixed'
Compiling fixedMatrix.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS fixedMatrix.cc -o fixedMatrix.o
fixedMatrix.cc: In member function ‘FixedMatrix FixedMatrix::abs() const’:
fixedMatrix.cc:907: error: cannot convert ‘FixedPoint’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
make[2]: *** [fixedMatrix.o] Error 1
Compiling fixedCColVector.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS fixedCColVector.cc -o fixedCColVector.o
fixedCColVector.cc: In function ‘FixedComplexColumnVector polar(const FixedColumnVector&, const FixedColumnVector&)’:
fixedCColVector.cc:754: error: invalid initialization of reference of type ‘const FixedColumnVector&’ from expression of type ‘FixedPoint’
fixedCColVector.cc:745: error: in passing argument 1 of ‘FixedComplexColumnVector polar(const FixedColumnVector&, const FixedColumnVector&)’
make[2]: *** [fixedCColVector.o] Error 1
Compiling fixedCRowVector.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS fixedCRowVector.cc -o fixedCRowVector.o
fixedCRowVector.cc: In function ‘FixedComplexRowVector polar(const FixedRowVector&, const FixedRowVector&)’:
fixedCRowVector.cc:750: error: invalid initialization of reference of type ‘const FixedRowVector&’ from expression of type ‘FixedPoint’
fixedCRowVector.cc:741: error: in passing argument 1 of ‘FixedComplexRowVector polar(const FixedRowVector&, const FixedRowVector&)’
make[2]: *** [fixedCRowVector.o] Error 1
Compiling fixedCMatrix.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS fixedCMatrix.cc -o fixedCMatrix.o
fixedCMatrix.cc: In member function ‘FixedComplexMatrix FixedComplexMatrix::abs() const’:
fixedCMatrix.cc:1176: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc: In member function ‘FixedComplexColumnVector FixedComplexMatrix::row_min(Array<int>&) const’:
fixedCMatrix.cc:1252: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc:1257: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc: In member function ‘FixedComplexColumnVector FixedComplexMatrix::row_max(Array<int>&) const’:
fixedCMatrix.cc:1299: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc:1304: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc: In member function ‘FixedComplexRowVector FixedComplexMatrix::column_min(Array<int>&) const’:
fixedCMatrix.cc:1346: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc:1351: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc: In member function ‘FixedComplexRowVector FixedComplexMatrix::column_max(Array<int>&) const’:
fixedCMatrix.cc:1393: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc:1398: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCMatrix.cc: In function ‘FixedComplexMatrix polar(const FixedMatrix&, const FixedMatrix&)’:
fixedCMatrix.cc:1457: error: invalid initialization of reference of type ‘const FixedMatrix&’ from expression of type ‘FixedPoint’
fixedCMatrix.cc:1447: error: in passing argument 1 of ‘FixedComplexMatrix polar(const FixedMatrix&, const FixedMatrix&)’
fixedCMatrix.cc: In function ‘FixedComplexMatrix min(FixedPointComplex, const FixedComplexMatrix&)’:
fixedCMatrix.cc:1725: error: no matching function for call to ‘abs(FixedPointComplex&)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc:1735: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc: In function ‘FixedComplexMatrix min(const FixedComplexMatrix&, FixedPointComplex)’:
fixedCMatrix.cc:1746: error: no matching function for call to ‘abs(FixedPointComplex&)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc:1756: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc: In function ‘FixedComplexMatrix min(const FixedComplexMatrix&, const FixedComplexMatrix&)’:
fixedCMatrix.cc:1783: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc:1783: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc: In function ‘FixedComplexMatrix max(FixedPointComplex, const FixedComplexMatrix&)’:
fixedCMatrix.cc:1795: error: no matching function for call to ‘abs(FixedPointComplex&)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc:1805: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc: In function ‘FixedComplexMatrix max(const FixedComplexMatrix&, FixedPointComplex)’:
fixedCMatrix.cc:1816: error: no matching function for call to ‘abs(FixedPointComplex&)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc:1826: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc: In function ‘FixedComplexMatrix max(const FixedComplexMatrix&, const FixedComplexMatrix&)’:
fixedCMatrix.cc:1853: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCMatrix.cc:1853: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCMatrix.cc:1429: note: candidates are: FixedMatrix abs(const FixedComplexMatrix&)
/usr/include/stdlib.h:778: note:                 int abs(int)
make[2]: *** [fixedCMatrix.o] Error 1
Compiling ov-fixed.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS ov-fixed.cc -o ov-fixed.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
make[2]: *** [ov-fixed.o] Error 1
Compiling ov-fixed-mat.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS ov-fixed-mat.cc -o ov-fixed-mat.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
make[2]: *** [ov-fixed-mat.o] Error 1
Compiling fixedNDArray.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS fixedNDArray.cc -o fixedNDArray.o
fixedNDArray.cc: In member function ‘FixedNDArray FixedNDArray::abs() const’:
fixedNDArray.cc:583: error: cannot convert ‘FixedPoint’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
make[2]: *** [fixedNDArray.o] Error 1
Compiling fixedCNDArray.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS fixedCNDArray.cc -o fixedCNDArray.o
fixedCNDArray.cc: In member function ‘FixedNDArray FixedComplexNDArray::abs() const’:
fixedCNDArray.cc:680: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixedCNDArray.cc: In function ‘FixedComplexNDArray polar(const FixedNDArray&, const FixedNDArray&)’:
fixedCNDArray.cc:724: error: invalid initialization of reference of type ‘const FixedNDArray&’ from expression of type ‘FixedPoint’
fixedCNDArray.cc:715: error: in passing argument 1 of ‘FixedComplexNDArray polar(const FixedNDArray&, const FixedNDArray&)’
fixedCNDArray.cc: In member function ‘FixedComplexNDArray FixedComplexNDArray::max(ArrayN<int>&, int) const’:
fixedCNDArray.cc:818: error: no matching function for call to ‘abs(FixedPointComplex&)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc:823: error: no matching function for call to ‘abs(FixedPointComplex&)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc: In member function ‘FixedComplexNDArray FixedComplexNDArray::min(ArrayN<int>&, int) const’:
fixedCNDArray.cc:885: error: no matching function for call to ‘abs(FixedPointComplex&)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc:890: error: no matching function for call to ‘abs(FixedPointComplex&)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc: In function ‘FixedComplexNDArray min(const FixedPointComplex&, const FixedComplexNDArray&)’:
fixedCNDArray.cc:1072: error: no matching function for call to ‘abs(const FixedPointComplex&)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc:1081: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc: In function ‘FixedComplexNDArray min(const FixedComplexNDArray&, const FixedPointComplex&)’:
fixedCNDArray.cc:1092: error: no matching function for call to ‘abs(const FixedPointComplex&)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc:1101: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc: In function ‘FixedComplexNDArray min(const FixedComplexNDArray&, const FixedComplexNDArray&)’:
fixedCNDArray.cc:1127: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc:1127: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc: In function ‘FixedComplexNDArray max(const FixedPointComplex&, const FixedComplexNDArray&)’:
fixedCNDArray.cc:1138: error: no matching function for call to ‘abs(const FixedPointComplex&)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc:1147: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc: In function ‘FixedComplexNDArray max(const FixedComplexNDArray&, const FixedPointComplex&)’:
fixedCNDArray.cc:1158: error: no matching function for call to ‘abs(const FixedPointComplex&)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc:1167: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc: In function ‘FixedComplexNDArray max(const FixedComplexNDArray&, const FixedComplexNDArray&)’:
fixedCNDArray.cc:1193: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
fixedCNDArray.cc:1193: error: no matching function for call to ‘abs(FixedPointComplex)’
fixedCNDArray.cc:697: note: candidates are: FixedNDArray abs(const FixedComplexNDArray&)
/usr/include/stdlib.h:778: note:                 int abs(int)
make[2]: *** [fixedCNDArray.o] Error 1
Compiling ov-fixed-complex.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS ov-fixed-complex.cc -o ov-fixed-complex.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [ov-fixed-complex.o] Error 1
Compiling ov-fixed-cx-mat.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS ov-fixed-cx-mat.cc -o ov-fixed-cx-mat.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [ov-fixed-cx-mat.o] Error 1
Compiling op-fs-fs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fs-fs.cc -o op-fs-fs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
make[2]: *** [op-fs-fs.o] Error 1
Compiling op-fs-fm.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fs-fm.cc -o op-fs-fm.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
make[2]: *** [op-fs-fm.o] Error 1
Compiling op-fm-fs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fm-fs.cc -o op-fm-fs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
make[2]: *** [op-fm-fs.o] Error 1
Compiling op-fm-fm.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fm-fm.cc -o op-fm-fm.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
make[2]: *** [op-fm-fm.o] Error 1
Compiling op-fs-fcs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fs-fcs.cc -o op-fs-fcs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fs-fcs.o] Error 1
Compiling op-fs-fcm.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fs-fcm.cc -o op-fs-fcm.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fs-fcm.o] Error 1
Compiling op-fm-fcs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fm-fcs.cc -o op-fm-fcs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fm-fcs.o] Error 1
Compiling op-fm-fcm.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fm-fcm.cc -o op-fm-fcm.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fm-fcm.o] Error 1
Compiling op-fcs-fs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fcs-fs.cc -o op-fcs-fs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fcs-fs.o] Error 1
Compiling op-fcs-fm.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fcs-fm.cc -o op-fcs-fm.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fcs-fm.o] Error 1
Compiling op-fcm-fs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fcm-fs.cc -o op-fcm-fs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fcm-fs.o] Error 1
Compiling op-fcm-fm.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fcm-fm.cc -o op-fcm-fm.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fcm-fm.o] Error 1
Compiling op-fcs-fcs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fcs-fcs.cc -o op-fcs-fcs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fcs-fcs.o] Error 1
Compiling op-fcs-fcm.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fcs-fcm.cc -o op-fcs-fcm.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fcs-fcm.o] Error 1
Compiling op-fcm-fcs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fcm-fcs.cc -o op-fcm-fcs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fcm-fcs.o] Error 1
Compiling op-fcm-fcm.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fcm-fcm.cc -o op-fcm-fcm.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fcm-fcm.o] Error 1
Compiling op-fil-fs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fil-fs.cc -o op-fil-fs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
make[2]: *** [op-fil-fs.o] Error 1
Compiling op-fil-fcs.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS op-fil-fcs.cc -o op-fil-fcs.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[2]: *** [op-fil-fcs.o] Error 1
Compiling fixed-var.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS fixed-var.cc -o fixed-var.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
make[2]: *** [fixed-var.o] Error 1
Compiling fixed.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DOCTAVE_FORGE -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DMX_ND_RED_NUM=5 -DHAVE_OCTAVE_CONCAT -DHAVE_SWAP_BYTES -DHAVE_OCTAVE_UPLUS fixed.cc -o fixed.o
ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
fixed.cc: In function ‘octave_value_list Ffreal(const octave_value_list&, int)’:
fixed.cc:472: error: no matching function for call to ‘real(FixedPointComplex)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:33: note: candidates are: double real(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:136: note:                 NDArray real(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:108: note:                 ColumnVector real(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:236: note:                 Matrix real(const ComplexMatrix&)
fixed.cc:472: error: no matching function for call to ‘real(FixedPoint&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:33: note: candidates are: double real(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:136: note:                 NDArray real(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:108: note:                 ColumnVector real(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:236: note:                 Matrix real(const ComplexMatrix&)
fixed.cc:472: error: no matching function for call to ‘real(FixedComplexMatrix)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:33: note: candidates are: double real(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:136: note:                 NDArray real(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:108: note:                 ColumnVector real(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:236: note:                 Matrix real(const ComplexMatrix&)
fixed.cc:472: error: no matching function for call to ‘real(FixedMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:33: note: candidates are: double real(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:136: note:                 NDArray real(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:108: note:                 ColumnVector real(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:236: note:                 Matrix real(const ComplexMatrix&)
fixed.cc:472: error: no matching function for call to ‘real(FixedPointComplex&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:33: note: candidates are: double real(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:136: note:                 NDArray real(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:108: note:                 ColumnVector real(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:236: note:                 Matrix real(const ComplexMatrix&)
fixed.cc:472: error: no matching function for call to ‘real(FixedComplexMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:33: note: candidates are: double real(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:136: note:                 NDArray real(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:108: note:                 ColumnVector real(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:236: note:                 Matrix real(const ComplexMatrix&)
fixed.cc: In function ‘octave_value_list Ffimag(const octave_value_list&, int)’:
fixed.cc:481: error: no matching function for call to ‘imag(FixedPointComplex)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:32: note: candidates are: double imag(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:137: note:                 NDArray imag(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:109: note:                 ColumnVector imag(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:237: note:                 Matrix imag(const ComplexMatrix&)
fixed.cc:481: error: no matching function for call to ‘imag(FixedPoint&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:32: note: candidates are: double imag(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:137: note:                 NDArray imag(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:109: note:                 ColumnVector imag(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:237: note:                 Matrix imag(const ComplexMatrix&)
fixed.cc:481: error: no matching function for call to ‘imag(FixedComplexMatrix)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:32: note: candidates are: double imag(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:137: note:                 NDArray imag(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:109: note:                 ColumnVector imag(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:237: note:                 Matrix imag(const ComplexMatrix&)
fixed.cc:481: error: no matching function for call to ‘imag(FixedMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:32: note: candidates are: double imag(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:137: note:                 NDArray imag(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:109: note:                 ColumnVector imag(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:237: note:                 Matrix imag(const ComplexMatrix&)
fixed.cc:481: error: no matching function for call to ‘imag(FixedPointComplex&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:32: note: candidates are: double imag(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:137: note:                 NDArray imag(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:109: note:                 ColumnVector imag(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:237: note:                 Matrix imag(const ComplexMatrix&)
fixed.cc:481: error: no matching function for call to ‘imag(FixedComplexMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:32: note: candidates are: double imag(double)
/usr/include/octave-2.1.72/octave/dNDArray.h:137: note:                 NDArray imag(const ComplexNDArray&)
/usr/include/octave-2.1.72/octave/dColVector.h:109: note:                 ColumnVector imag(const ComplexColumnVector&)
/usr/include/octave-2.1.72/octave/dMatrix.h:237: note:                 Matrix imag(const ComplexMatrix&)
fixed.cc: In function ‘octave_value_list Ffconj(const octave_value_list&, int)’:
fixed.cc:490: error: no matching function for call to ‘conj(FixedPointComplex)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:30: note: candidates are: double conj(double)
/usr/include/octave-2.1.72/octave/CMatrix.h:126: note:                 ComplexMatrix conj(const ComplexMatrix&)
fixed.cc:490: error: no matching function for call to ‘conj(FixedPoint&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:30: note: candidates are: double conj(double)
/usr/include/octave-2.1.72/octave/CMatrix.h:126: note:                 ComplexMatrix conj(const ComplexMatrix&)
fixed.cc:490: error: no matching function for call to ‘conj(FixedComplexMatrix)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:30: note: candidates are: double conj(double)
/usr/include/octave-2.1.72/octave/CMatrix.h:126: note:                 ComplexMatrix conj(const ComplexMatrix&)
fixed.cc:490: error: no matching function for call to ‘conj(FixedMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:30: note: candidates are: double conj(double)
/usr/include/octave-2.1.72/octave/CMatrix.h:126: note:                 ComplexMatrix conj(const ComplexMatrix&)
fixed.cc:490: error: no matching function for call to ‘conj(FixedPointComplex&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:30: note: candidates are: double conj(double)
/usr/include/octave-2.1.72/octave/CMatrix.h:126: note:                 ComplexMatrix conj(const ComplexMatrix&)
fixed.cc:490: error: no matching function for call to ‘conj(FixedComplexMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:30: note: candidates are: double conj(double)
/usr/include/octave-2.1.72/octave/CMatrix.h:126: note:                 ComplexMatrix conj(const ComplexMatrix&)
fixed.cc: In function ‘octave_value_list Ffabs(const octave_value_list&, int)’:
fixed.cc:499: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixed.cc:499: error: cannot convert ‘FixedPoint’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixed.cc:499: error: cannot convert ‘FixedComplexMatrix’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixed.cc:499: error: cannot convert ‘FixedMatrix’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixed.cc:499: error: cannot convert ‘FixedPointComplex’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixed.cc:499: error: cannot convert ‘FixedComplexMatrix’ to ‘int’ for argument ‘1’ to ‘int abs(int)’
fixed.cc: In function ‘octave_value_list Ffarg(const octave_value_list&, int)’:
fixed.cc:508: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:508: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:508: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:508: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:508: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:508: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc: In function ‘octave_value_list Ffangle(const octave_value_list&, int)’:
fixed.cc:533: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:533: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:533: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:533: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:533: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc:533: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double arg(double)’
fixed.cc: In function ‘octave_value_list Ffcos(const octave_value_list&, int)’:
fixed.cc:542: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double cos(double)’
fixed.cc:542: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double cos(double)’
fixed.cc:542: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double cos(double)’
fixed.cc:542: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double cos(double)’
fixed.cc:542: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double cos(double)’
fixed.cc:542: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double cos(double)’
fixed.cc: In function ‘octave_value_list Ffcosh(const octave_value_list&, int)’:
fixed.cc:552: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double cosh(double)’
fixed.cc:552: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double cosh(double)’
fixed.cc:552: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double cosh(double)’
fixed.cc:552: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double cosh(double)’
fixed.cc:552: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double cosh(double)’
fixed.cc:552: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double cosh(double)’
fixed.cc: In function ‘octave_value_list Ffsin(const octave_value_list&, int)’:
fixed.cc:562: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double sin(double)’
fixed.cc:562: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double sin(double)’
fixed.cc:562: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double sin(double)’
fixed.cc:562: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double sin(double)’
fixed.cc:562: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double sin(double)’
fixed.cc:562: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double sin(double)’
fixed.cc: In function ‘octave_value_list Ffsinh(const octave_value_list&, int)’:
fixed.cc:572: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double sinh(double)’
fixed.cc:572: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double sinh(double)’
fixed.cc:572: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double sinh(double)’
fixed.cc:572: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double sinh(double)’
fixed.cc:572: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double sinh(double)’
fixed.cc:572: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double sinh(double)’
fixed.cc: In function ‘octave_value_list Fftan(const octave_value_list&, int)’:
fixed.cc:582: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double tan(double)’
fixed.cc:582: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double tan(double)’
fixed.cc:582: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double tan(double)’
fixed.cc:582: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double tan(double)’
fixed.cc:582: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double tan(double)’
fixed.cc:582: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double tan(double)’
fixed.cc: In function ‘octave_value_list Fftanh(const octave_value_list&, int)’:
fixed.cc:592: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double tanh(double)’
fixed.cc:592: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double tanh(double)’
fixed.cc:592: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double tanh(double)’
fixed.cc:592: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double tanh(double)’
fixed.cc:592: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double tanh(double)’
fixed.cc:592: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double tanh(double)’
fixed.cc: In function ‘octave_value_list Ffsqrt(const octave_value_list&, int)’:
fixed.cc:602: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double sqrt(double)’
fixed.cc:602: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double sqrt(double)’
fixed.cc:602: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double sqrt(double)’
fixed.cc:602: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double sqrt(double)’
fixed.cc:602: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double sqrt(double)’
fixed.cc:602: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double sqrt(double)’
fixed.cc: In function ‘octave_value_list Ffexp(const octave_value_list&, int)’:
fixed.cc:611: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double exp(double)’
fixed.cc:611: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double exp(double)’
fixed.cc:611: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double exp(double)’
fixed.cc:611: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double exp(double)’
fixed.cc:611: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double exp(double)’
fixed.cc:611: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double exp(double)’
fixed.cc: In function ‘octave_value_list Fflog(const octave_value_list&, int)’:
fixed.cc:621: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double log(double)’
fixed.cc:621: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double log(double)’
fixed.cc:621: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double log(double)’
fixed.cc:621: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double log(double)’
fixed.cc:621: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double log(double)’
fixed.cc:621: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double log(double)’
fixed.cc: In function ‘octave_value_list Fflog10(const octave_value_list&, int)’:
fixed.cc:631: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double log10(double)’
fixed.cc:631: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double log10(double)’
fixed.cc:631: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double log10(double)’
fixed.cc:631: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double log10(double)’
fixed.cc:631: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double log10(double)’
fixed.cc:631: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double log10(double)’
fixed.cc: In function ‘octave_value_list Ffround(const octave_value_list&, int)’:
fixed.cc:641: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double round(double)’
fixed.cc:641: error: cannot convert ‘FixedPoint’ to ‘double’ for argument ‘1’ to ‘double round(double)’
fixed.cc:641: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double round(double)’
fixed.cc:641: error: cannot convert ‘FixedMatrix’ to ‘double’ for argument ‘1’ to ‘double round(double)’
fixed.cc:641: error: cannot convert ‘FixedPointComplex’ to ‘double’ for argument ‘1’ to ‘double round(double)’
fixed.cc:641: error: cannot convert ‘FixedComplexMatrix’ to ‘double’ for argument ‘1’ to ‘double round(double)’
fixed.cc: In function ‘octave_value_list Fffloor(const octave_value_list&, int)’:
fixed.cc:651: error: no matching function for call to ‘floor(FixedPointComplex)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:62: note: candidates are: Complex floor(const Complex&)
/usr/include/bits/mathcalls.h:185: note:                 double floor(double)
fixed.cc:651: error: no matching function for call to ‘floor(FixedPoint&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:62: note: candidates are: Complex floor(const Complex&)
/usr/include/bits/mathcalls.h:185: note:                 double floor(double)
fixed.cc:651: error: no matching function for call to ‘floor(FixedComplexMatrix)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:62: note: candidates are: Complex floor(const Complex&)
/usr/include/bits/mathcalls.h:185: note:                 double floor(double)
fixed.cc:651: error: no matching function for call to ‘floor(FixedMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:62: note: candidates are: Complex floor(const Complex&)
/usr/include/bits/mathcalls.h:185: note:                 double floor(double)
fixed.cc:651: error: no matching function for call to ‘floor(FixedPointComplex&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:62: note: candidates are: Complex floor(const Complex&)
/usr/include/bits/mathcalls.h:185: note:                 double floor(double)
fixed.cc:651: error: no matching function for call to ‘floor(FixedComplexMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:62: note: candidates are: Complex floor(const Complex&)
/usr/include/bits/mathcalls.h:185: note:                 double floor(double)
fixed.cc: In function ‘octave_value_list Ffceil(const octave_value_list&, int)’:
fixed.cc:661: error: no matching function for call to ‘ceil(FixedPointComplex)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:60: note: candidates are: Complex ceil(const Complex&)
/usr/include/bits/mathcalls.h:179: note:                 double ceil(double)
fixed.cc:661: error: no matching function for call to ‘ceil(FixedPoint&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:60: note: candidates are: Complex ceil(const Complex&)
/usr/include/bits/mathcalls.h:179: note:                 double ceil(double)
fixed.cc:661: error: no matching function for call to ‘ceil(FixedComplexMatrix)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:60: note: candidates are: Complex ceil(const Complex&)
/usr/include/bits/mathcalls.h:179: note:                 double ceil(double)
fixed.cc:661: error: no matching function for call to ‘ceil(FixedMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:60: note: candidates are: Complex ceil(const Complex&)
/usr/include/bits/mathcalls.h:179: note:                 double ceil(double)
fixed.cc:661: error: no matching function for call to ‘ceil(FixedPointComplex&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:60: note: candidates are: Complex ceil(const Complex&)
/usr/include/bits/mathcalls.h:179: note:                 double ceil(double)
fixed.cc:661: error: no matching function for call to ‘ceil(FixedComplexMatrix&)’
/usr/include/octave-2.1.72/octave/lo-mappers.h:60: note: candidates are: Complex ceil(const Complex&)
/usr/include/bits/mathcalls.h:179: note:                 double ceil(double)
make[2]: *** [fixed.o] Error 1
Symbolic linking isfixed.oct to fixed.oct 
Symbolic linking fabs.oct to fixed.oct 
Symbolic linking fcos.oct to fixed.oct 
Symbolic linking fcosh.oct to fixed.oct 
Symbolic linking fsin.oct to fixed.oct 
Symbolic linking fsinh.oct to fixed.oct 
Symbolic linking ftan.oct to fixed.oct 
Symbolic linking ftanh.oct to fixed.oct 
Symbolic linking fsqrt.oct to fixed.oct 
Symbolic linking fexp.oct to fixed.oct 
Symbolic linking flog.oct to fixed.oct 
Symbolic linking flog10.oct to fixed.oct 
Symbolic linking fround.oct to fixed.oct 
Symbolic linking ffloor.oct to fixed.oct 
Symbolic linking fceil.oct to fixed.oct 
Symbolic linking fprod.oct to fixed.oct 
Symbolic linking fsum.oct to fixed.oct 
Symbolic linking fsumsq.oct to fixed.oct 
Symbolic linking fcumsum.oct to fixed.oct 
Symbolic linking fcumprod.oct to fixed.oct 
Symbolic linking display_fixed_operations.oct to fixed.oct 
Symbolic linking reset_fixed_operations.oct to fixed.oct 
Symbolic linking freshape.oct to fixed.oct 
Symbolic linking fdiag.oct to fixed.oct 
Symbolic linking fatan2.oct to fixed.oct 
Symbolic linking freal.oct to fixed.oct 
Symbolic linking fimag.oct to fixed.oct 
Symbolic linking fconj.oct to fixed.oct 
Symbolic linking farg.oct to fixed.oct 
Symbolic linking fangle.oct to fixed.oct 
make[3]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/fixed/examples'
\
	@echo "Compiling ffft.o"; \
	mkoctfile -Doctave_idx_type=int -DHAVE_OCTAVE_21 -v -I.. -DHAVE_RESIZE_AND_FILL -c ffft.cc 
/bin/sh: line 1: @echo: command not found
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -I.. -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DHAVE_RESIZE_AND_FILL ffft.cc -o ffft.o
../ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
../ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
../ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
../ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
../ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
../ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
../ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
../ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
../ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
../ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
../ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
../ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
../ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
../ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[3]: *** [ffft.o] Error 1
\
	@echo "Compiling fixed_inc.o"; \
	mkoctfile -Doctave_idx_type=int -DHAVE_OCTAVE_21 -v -I.. -DHAVE_RESIZE_AND_FILL -c fixed_inc.cc 
/bin/sh: line 1: @echo: command not found
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -I.. -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DHAVE_RESIZE_AND_FILL fixed_inc.cc -o fixed_inc.o
../ov-fixed.h: In member function ‘virtual idx_vector octave_fixed::index_vector() const’:
../ov-fixed.h:109: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual double octave_fixed::scalar_value(bool) const’:
../ov-fixed.h:126: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual double octave_fixed::double_value(bool) const’:
../ov-fixed.h:127: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual Matrix octave_fixed::matrix_value(bool) const’:
../ov-fixed.h:129: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual Complex octave_fixed::complex_value(bool) const’:
../ov-fixed.h:131: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed.h: In member function ‘virtual ComplexMatrix octave_fixed::complex_matrix_value(bool) const’:
../ov-fixed.h:133: error: no matching function for call to ‘fixedpoint(const FixedPoint&)’
../ov-fixed-complex.h: In member function ‘virtual double octave_fixed_complex::double_value(bool) const’:
../ov-fixed-complex.h:142: error: no matching function for call to ‘fixedpoint(FixedPoint)’
../ov-fixed-complex.h: In member function ‘virtual Matrix octave_fixed_complex::matrix_value(bool) const’:
../ov-fixed-complex.h:144: error: no matching function for call to ‘fixedpoint(FixedMatrix)’
../ov-fixed-complex.h: In member function ‘virtual Complex octave_fixed_complex::complex_value(bool) const’:
../ov-fixed-complex.h:146: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
../ov-fixed-complex.h: In member function ‘virtual ComplexMatrix octave_fixed_complex::complex_matrix_value(bool) const’:
../ov-fixed-complex.h:148: error: no matching function for call to ‘fixedpoint(const FixedPointComplex&)’
make[3]: *** [fixed_inc.o] Error 1
Symbolic linking fifft.oct to ffft.oct
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/fixed/examples'
make[2]: *** [examples] Error 2
make[3]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/fixed/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/fixed/doc'
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/fixed'
make[1]: *** [fixed/] Error 2
Processing main/general/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/general'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/general'
Processing main/geometry/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/geometry'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/geometry'
Processing main/gsl/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/gsl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/gsl'
Processing main/image/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/image'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/image'
Processing main/io/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/io'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/io'
Processing main/linear-algebra/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/linear-algebra'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/linear-algebra'
Processing main/miscellaneous/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/miscellaneous'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/miscellaneous'
Processing main/octcdf/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/octcdf'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/octcdf'
Processing main/optim/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/optim'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/optim'
Processing main/plot/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/plot'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/plot'
Processing main/set/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/set'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/set'
Processing main/signal/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/signal'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/signal'
Processing main/sparse/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/sparse'
mkoctfile -Doctave_idx_type=int -DHAVE_OCTAVE_21 -v -c sparse_ops.cc -ISuperLU/SRC/ -ISuperLU/CBLAS -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS -o sparse_ops.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -ISuperLU/SRC/ -ISuperLU/CBLAS -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS sparse_ops.cc -o sparse_ops.o
sparse_ops.cc: In function ‘SuperMatrix assemble_sparse(int, int, ColumnVector&, ColumnVector&, ColumnVector&, int)’:
sparse_ops.cc:60: warning: converting to ‘long long int’ from ‘double’
sparse_ops.cc:60: warning: converting to ‘int’ from ‘double’
sparse_ops.cc: In member function ‘virtual octave_value octave_sparse::resize(const dim_vector&) const’:
sparse_ops.cc:483: warning: converting to ‘long long int’ from ‘double’
sparse_ops.cc:483: warning: converting to ‘int’ from ‘double’
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = bool]’:
/usr/include/octave-2.1.72/octave/boolNDArray.h:49:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const bool&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = long long int]’:
/usr/include/octave-2.1.72/octave/so-array.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const long long int&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = char]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = char]’
/usr/include/octave-2.1.72/octave/chNDArray.h:46:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const char&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dNDArray.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CNDArray.h:47:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
make[2]: *** [sparse_ops.o] Error 1
mkoctfile -Doctave_idx_type=int -DHAVE_OCTAVE_21 -v -c make_sparse.cc -ISuperLU/SRC/ -ISuperLU/CBLAS -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS -o make_sparse.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -ISuperLU/SRC/ -ISuperLU/CBLAS -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS make_sparse.cc -o make_sparse.o
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = bool]’:
/usr/include/octave-2.1.72/octave/boolNDArray.h:49:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const bool&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = long long int]’:
/usr/include/octave-2.1.72/octave/so-array.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const long long int&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = char]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = char]’
/usr/include/octave-2.1.72/octave/chNDArray.h:46:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const char&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dNDArray.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CNDArray.h:47:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
make[2]: *** [make_sparse.o] Error 1
mkoctfile -Doctave_idx_type=int -DHAVE_OCTAVE_21 -v -c sparse_full.cc -ISuperLU/SRC/ -ISuperLU/CBLAS -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS -o sparse_full.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -ISuperLU/SRC/ -ISuperLU/CBLAS -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS sparse_full.cc -o sparse_full.o
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = bool]’:
/usr/include/octave-2.1.72/octave/boolNDArray.h:49:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const bool&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = long long int]’:
/usr/include/octave-2.1.72/octave/so-array.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const long long int&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = char]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = char]’
/usr/include/octave-2.1.72/octave/chNDArray.h:46:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const char&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dNDArray.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CNDArray.h:47:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
make[2]: *** [sparse_full.o] Error 1
mkoctfile -Doctave_idx_type=int -DHAVE_OCTAVE_21 -v -c sparse_inv.cc -ISuperLU/SRC/ -ISuperLU/CBLAS -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS -o sparse_inv.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -ISuperLU/SRC/ -ISuperLU/CBLAS -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS sparse_inv.cc -o sparse_inv.o
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = bool]’:
/usr/include/octave-2.1.72/octave/boolNDArray.h:49:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const bool&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = long long int]’:
/usr/include/octave-2.1.72/octave/so-array.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const long long int&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = char]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = char]’
/usr/include/octave-2.1.72/octave/chNDArray.h:46:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const char&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dNDArray.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CNDArray.h:47:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
make[2]: *** [sparse_inv.o] Error 1
mkoctfile -Doctave_idx_type=int -DHAVE_OCTAVE_21 -v -c complex_sparse_ops.cc -ISuperLU/SRC/ -ISuperLU/CBLAS -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS -o complex_sparse_ops.o
/usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.72 -I/usr/include/octave-2.1.72/octave -mieee-fp -O2 -ISuperLU/SRC/ -ISuperLU/CBLAS -Doctave_idx_type=int -DHAVE_OCTAVE_21 -DNDEBUG -DHAVE_ND_ARRAYS -DTYPEID_HAS_CLASS -DCLASS_HAS_LOAD_SAVE -DHAVE_OCTAVE_CONCAT -DHAVE_OCTAVE_UPLUS complex_sparse_ops.cc -o complex_sparse_ops.o
complex_sparse_ops.cc: In member function ‘virtual octave_value octave_complex_sparse::resize(const dim_vector&) const’:
complex_sparse_ops.cc:533: warning: converting to ‘long long int’ from ‘double’
complex_sparse_ops.cc:533: warning: converting to ‘int’ from ‘double’
complex_sparse_ops.cc: In function ‘SuperMatrix assemble_sparse(int, int, ComplexColumnVector&, ColumnVector&, ColumnVector&, int)’:
complex_sparse_ops.cc:1481: warning: converting to ‘long long int’ from ‘double’
complex_sparse_ops.cc:1481: warning: converting to ‘int’ from ‘double’
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = bool]’:
/usr/include/octave-2.1.72/octave/boolNDArray.h:49:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const bool&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = long long int]’:
/usr/include/octave-2.1.72/octave/so-array.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const long long int&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/DiagArray2.h: In constructor ‘DiagArray2<T>::DiagArray2(int, int, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MDiagArray2.h:57:   instantiated from ‘MDiagArray2<T>::MDiagArray2(int, int, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CDiagMatrix.h:50:   instantiated from here
/usr/include/octave-2.1.72/octave/DiagArray2.h:128: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = char]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = char]’
/usr/include/octave-2.1.72/octave/chNDArray.h:46:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const char&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = double]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = double]’
/usr/include/octave-2.1.72/octave/dNDArray.h:48:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const double&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
/usr/include/octave-2.1.72/octave/ArrayN.h: In constructor ‘ArrayN<T>::ArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’:
/usr/include/octave-2.1.72/octave/MArrayN.h:58:   instantiated from ‘MArrayN<T>::MArrayN(const dim_vector&, const T&) [with T = std::complex<double>]’
/usr/include/octave-2.1.72/octave/CNDArray.h:47:   instantiated from here
/usr/include/octave-2.1.72/octave/ArrayN.h:66: error: no matching function for call to ‘fill(const std::complex<double>&)’
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:573: note: candidates are: void std::fill(unsigned char*, unsigned char*, const unsigned char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:581: note:                 void std::fill(signed char*, signed char*, const signed char&)
/usr/lib/gcc/i486-linux-gnu/4.1.0/../../../../include/c++/4.1.0/bits/stl_algobase.h:589: note:                 void std::fill(char*, char*, const char&)
make[2]: *** [complex_sparse_ops.o] Error 1
ln -s make_sparse.oct spfind.oct
ln: creating symbolic link `spfind.oct' to `make_sparse.oct': File exists
make[2]: *** [spfind.oct] Error 1
ln -s make_sparse.oct sparse.oct
ln: creating symbolic link `sparse.oct' to `make_sparse.oct': File exists
make[2]: *** [sparse.oct] Error 1
ln -s make_sparse.oct full.oct
ln: creating symbolic link `full.oct' to `make_sparse.oct': File exists
make[2]: *** [full.oct] Error 1
ln -s make_sparse.oct splu.oct
ln: creating symbolic link `splu.oct' to `make_sparse.oct': File exists
make[2]: *** [splu.oct] Error 1
ln -s make_sparse.oct nnz.oct
ln: creating symbolic link `nnz.oct' to `make_sparse.oct': File exists
make[2]: *** [nnz.oct] Error 1
ln -s make_sparse.oct spinv.oct
ln: creating symbolic link `spinv.oct' to `make_sparse.oct': File exists
make[2]: *** [spinv.oct] Error 1
ln -s make_sparse.oct is_sparse.oct
ln: creating symbolic link `is_sparse.oct' to `make_sparse.oct': File exists
make[2]: *** [is_sparse.oct] Error 1
ln -s make_sparse.oct spabs.oct
ln: creating symbolic link `spabs.oct' to `make_sparse.oct': File exists
make[2]: *** [spabs.oct] Error 1
ln -s make_sparse.oct is_real_sparse.oct
ln: creating symbolic link `is_real_sparse.oct' to `make_sparse.oct': File exists
make[2]: *** [is_real_sparse.oct] Error 1
ln -s make_sparse.oct is_complex_sparse.oct
ln: creating symbolic link `is_complex_sparse.oct' to `make_sparse.oct': File exists
make[2]: *** [is_complex_sparse.oct] Error 1
ln -s make_sparse.oct spimag.oct
ln: creating symbolic link `spimag.oct' to `make_sparse.oct': File exists
make[2]: *** [spimag.oct] Error 1
ln -s make_sparse.oct spreal.oct
ln: creating symbolic link `spreal.oct' to `make_sparse.oct': File exists
make[2]: *** [spreal.oct] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/sparse'
make[1]: *** [sparse/] Error 2
Processing main/specfun/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/specfun'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/specfun'
Processing main/splines/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/splines'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/splines'
Processing main/strings/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/strings'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/strings'
Processing main/symbolic/...
make[2]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/main/symbolic'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main/symbolic'
make[1]: Target `all' not remade because of errors.
make[1]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/main'
Processing nonfree/
make[1]: Entering directory `/home/tbm/src/octave-forge-2006.01.28/nonfree'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tbm/src/octave-forge-2006.01.28/nonfree'
Build finished.
main/ not complete.
Some functions failed to compile (search build.log for errors) but many
other functions will still work correctly.  Run 'make check' to see
what works.  Run 'make install' to install what has been built.
make: *** [all] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: octave-forge
Source-Version: 2006.03.17-2

We believe that the bug you reported is fixed in the latest version of
octave-forge, which is due to be installed in the Debian FTP archive:

octave-forge_2006.03.17-2.diff.gz
  to pool/main/o/octave-forge/octave-forge_2006.03.17-2.diff.gz
octave-forge_2006.03.17-2.dsc
  to pool/main/o/octave-forge/octave-forge_2006.03.17-2.dsc
octave-forge_2006.03.17-2_i386.deb
  to pool/main/o/octave-forge/octave-forge_2006.03.17-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 357651@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rafael Laboissiere <rafael@debian.org> (supplier of updated octave-forge package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 12 Apr 2006 14:30:14 +0200
Source: octave-forge
Binary: octave-forge
Architecture: source i386
Version: 2006.03.17-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octave-forge - Contributed functions for GNU Octave from http://octave.sf.net
Closes: 357651
Changes: 
 octave-forge (2006.03.17-2) unstable; urgency=low
 .
   * Uploaded to unstable, now that the libhdf5 transition is over
     (closes: #357651)
Files: 
 ccd191869aa8a97bffd8d9bc70fe21aa 954 math optional octave-forge_2006.03.17-2.dsc
 b919ba0be2732a3cf74832d1ded47859 15251 math optional octave-forge_2006.03.17-2.diff.gz
 4f713242221ca9d386ca11f7fc5afd17 2810880 math optional octave-forge_2006.03.17-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEPPj7k3oga0pdcv4RAlW+AJ43/iGqH0oCn6JN3YIwgVSDOB6toACfftdU
mbkZhm7yTTtR8eDfynwMgjY=
=m5ms
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: