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: Mike Miller
Subject: [Octave-bug-tracker] [bug #45411] cast fail at liboctave/util/oct-inttypes.h on Sparc Solaris
Date: Sat, 11 Jul 2015 23:30:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.1.0

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

This error seems to be because Solaris system headers define int8_t as
"typedef char int8_t", while Linux uses "typedef signed char int8_t". This
means in Linux we have distinct overloads for octave_int<int8_t> but in
Solaris they are not distinct.

Probably needs a new configure test and a conditional compile to get around
this, anyone other ideas?

    _______________________________________________________

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]