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

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

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: Michele
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Fri, 6 Jul 2018 14:21:44 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; SunOS sun4u; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #24, bug #54235 (project octave):

"Does it build?"

Using
gmake FPICFLAG=-fPIC LDFLAGS=/opt/csw/lib

I'm afraid not.  More math errors.  gmake log is here:

https://login.filesanywhere.com/fs/v.aspx?v=8c69638b5e5f6fa56d9d

"If not, can you try configuring a minimal CLI-only version"

This config completed with the usual bunch of not-found warnings.  config.log
is here:

https://login.filesanywhere.com/fs/v.aspx?v=8c69638b5e5f74acacae

gmake-ing that failed in the same way the previous one did - lots of stuff
like this:

liboctave/numeric/lo-mappers.h:202:45: note: suggested alternative:
liboctave/numeric/lo-mappers.h:202:17: note:   ‘octave::math::isfinite’
     inline bool isfinite (float x) { return std::isfinite (x); }
                 ^
liboctave/numeric/lo-mappers.h: In function ‘bool
octave::math::isinf(double)’:
liboctave/numeric/lo-mappers.h:225:43: error: ‘isinf’ is not a member of
‘std’
     inline bool isinf (double x) { return std::isinf (x); }
                                           ^
liboctave/numeric/lo-mappers.h:225:43: note: suggested alternative:
liboctave/numeric/lo-mappers.h:225:17: note:   ‘octave::math::isinf’
     inline bool isinf (double x) { return std::isinf (x); }
                 ^
liboctave/numeric/lo-mappers.h: In function ‘bool
octave::math::isinf(float)’:
liboctave/numeric/lo-mappers.h:226:42: error: ‘isinf’ is not a member of
‘std’
     inline bool isinf (float x) { return std::isinf (x); }
                                          ^
liboctave/numeric/lo-mappers.h:226:42: note: suggested alternative:
liboctave/numeric/lo-mappers.h:226:17: note:   ‘octave::math::isinf’
     inline bool isinf (float x) { return std::isinf (x); }
                 ^


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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