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: Tatsuro MATSUOKA
Subject: Re: Compile error at compiling liboctave/array/Array-b.cc due to "cannot be overloaded octave_int (char c)"
Date: Sat, 11 Jul 2015 16:58:23 +0900 (JST)

----- Original Message -----

> From: ccj4467 
> To: octave-maintainers
> Cc: 
> Date: 2015/7/11, Sat 01:10
> Subject: Re: Compile error at compiling liboctave/array/Array-b.cc due to 
> "cannot be overloaded octave_int (char c)"
> 
>t macchant 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
> 


I have transfer the message to the bug trucker.
https://savannah.gnu.org/bugs/?45411

Thanks!

Tatsuro



reply via email to

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