octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45411] cast fail at liboctave/util/oct-inttyp


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #45411] cast fail at liboctave/util/oct-inttypes.h on Sparc Solaris
Date: Sat, 11 Jul 2015 07:42:12 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36

Follow-up Comment #4, bug #45411 (project octave):

Other person (handle name ccj4467) gives us error message for octave-4.0.0 on
the octave ML.

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


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 


seems to be the same as those on 3.8.2.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45411>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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