[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
int64NDArray.cc cannot be complied on gcc-3.45 mingw for octave-3.1.52
From: |
Tatsuro MATSUOKA |
Subject: |
int64NDArray.cc cannot be complied on gcc-3.45 mingw for octave-3.1.52 |
Date: |
Tue, 10 Feb 2009 12:54:41 +0900 (JST) |
Hello
I have tried to build octave-3.1.52 by gcc-3.45 on mingw.
The code of 'int64NDArray.cc' cannot be complied on gcc-3.45 mingw for
octave-3.1.52
oct-inttypes.h: In function `bool operator!=(const octave_int<T>&, const
double&) [with T = int64_t]':
intNDArray.cc:56: instantiated from `bool
intNDArray<T>::any_element_not_one_or_zero() const [with T
= octave_int64]'
int64NDArray.cc:32: instantiated from here
oct-inttypes.h:1059: error: call of overloaded `mop(int64_t, const double&)' is
ambiguous
oct-inttypes.h:193: note: candidates are: static bool octave_int_cmp_op::mop(T,
double) [with xop =
octave_int_cmp_op::n
e, T = long long int]
oct-inttypes.h:198: note: static bool
octave_int_cmp_op::mop(double, T) [with xop =
octave_int_cmp_op::n
e, T = double]
oct-inttypes.h:211: note: static bool
octave_int_cmp_op::mop(double, uint64_t) [with
xop = octave_int_cm
p_op::ne]
oct-inttypes.h:212: note: static bool
octave_int_cmp_op::mop(double, int64_t) [with
xop = octave_int_cmp
_op::ne]
oct-inttypes.h:213: note: static bool
octave_int_cmp_op::mop(int64_t, double) [with
xop = octave_int_cmp
_op::ne]
oct-inttypes.h:214: note: static bool
octave_int_cmp_op::mop(uint64_t, double) [with
xop = octave_int_cm
p_op::ne]
make[2]: *** [int64NDArray.o] Error 1
make[2]: Leaving directory `/home/octaves/octave-3.1.52/liboctave'
make[1]: *** [liboctave] Error 2
make[1]: Leaving directory `/home/octaves/octave-3.1.52'
make: *** [all] Error 2
Any suggestions?
Regards
Tatsuro
--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/
- int64NDArray.cc cannot be complied on gcc-3.45 mingw for octave-3.1.52,
Tatsuro MATSUOKA <=