help-octave
[Top][All Lists]
Advanced

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

Compile problem.


From: decade
Subject: Compile problem.
Date: Sat, 1 May 2004 19:43:41 +0200

g++ -c  -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -I../glob
-I../ glob -DHAVE_CONFIG_H    CMatrix.cc -o CMatrix.o In file included
from /usr/include/g++/backward/strstream:51,
                 from lo-sstream.h:48,
                 from dim-vector.h:33,
                 from Array.h:36,
                 from Array-util.h:28,
                 from CMatrix.cc:41:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This
file includes at least one deprecated or antiquated header. Please
consider using one of the 32 headers found in section 17.4.1.2 of the C++
standard. Examples include substituting the <X> header for the <X.h>
header for C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated. CMatrix.cc: In
member function `ComplexDET ComplexMatrix::determinant(int&,
   double&, int) const':
CMatrix.cc:1509: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc:1514: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc: In member function `Matrix ComplexMatrix::abs() const':
CMatrix.cc:2685: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc: In member function `ComplexColumnVector
   ComplexMatrix::row_min(Array<int>&) const':
CMatrix.cc:2811: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc:2823: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc: In member function `ComplexColumnVector
   ComplexMatrix::row_max(Array<int>&) const':
CMatrix.cc:2885: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc:2897: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc: In member function `ComplexRowVector
   ComplexMatrix::column_min(Array<int>&) const':
CMatrix.cc:2959: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc:2971: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc: In member function `ComplexRowVector
   ComplexMatrix::column_max(Array<int>&) const':
CMatrix.cc:3033: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
CMatrix.cc:3045: error: cannot convert `Complex' to `int' for argument `1'
to `
   int abs(int)'
make[2]: *** [CMatrix.o] Error 1
make[2]: Leaving directory `/home/nico/aflaai/octave-2.1.57/liboctave'
make[1]: *** [liboctave] Error 2 make[1]: Leaving directory
`/home/nico/aflaai/octave-2.1.57' make: *** [all] Error 2




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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