octave-maintainers
[Top][All Lists]
Advanced

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

Re: Compile error at compiling liboctave/array/Array-b.cc due to "cannot


From: ccj4467
Subject: Re: Compile error at compiling liboctave/array/Array-b.cc due to "cannot be overloaded octave_int (char c)"
Date: Fri, 10 Jul 2015 09:10:54 -0700 (PDT)

tmacchant wrote
> ----- Original Message -----
> 
>> From: ccj4467 
>> To: octave-maintainers
>> Cc: 
>> Date: 2015/7/10, Fri 03:07
>> Subject: Re: Compile error at compiling liboctave/array/Array-b.cc due to
>> "cannot be overloaded octave_int (char c)"
>> 
>>T his also happens on Solaris 10 x86 with gcc 4.9.2, both octave 3.8.2 and
>> 4.0.0
>> 
> Can you give us error messages for building octave-4.0.0?
> You can directly give them to the bug tracker.
> https://savannah.gnu.org/bugs/?45411
> 
> 
> Otherwise you will show us them on this ML.
> 
> Tatsuro

Here is the last part of the make output:

make[3]: Entering directory '/work/cjohnson/octave-4.0.0/liboctave'
  CXX      array/array_libarray_la-Array-b.lo
In file included from array/idx-vector.h:36:0,
                 from array/Array.h:36,
                 from array/Array-b.cc:29:
./util/oct-inttypes.h: In instantiation of 'class octave_int<char>':
./util/oct-inttypes.h:1048:31:   required from here
./util/oct-inttypes.h:841:3: error: 'octave_int<T>::octave_int(char) [with T
= char]' cannot be overloaded
   octave_int (char c)
   ^
./util/oct-inttypes.h:838:3: error: with 'octave_int<T>::octave_int(T) [with
T = char]'
   octave_int (T i) : ival (i) { }
   ^
Makefile:6887: recipe for target 'array/array_libarray_la-Array-b.lo' failed
make[3]: *** [array/array_libarray_la-Array-b.lo] Error 1
make[3]: Leaving directory '/work/cjohnson/octave-4.0.0/liboctave'
Makefile:4057: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/work/cjohnson/octave-4.0.0/liboctave'
Makefile:2122: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/work/cjohnson/octave-4.0.0'
Makefile:1985: recipe for target 'all' failed
make: *** [all] Error 2





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Compile-error-at-compiling-liboctave-array-Array-b-cc-due-to-cannot-be-overloaded-octave-int-char-c-tp4671122p4671544.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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