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

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

[Octave-bug-tracker] [bug #61135] Error installing quaternion package be


From: anonymous
Subject: [Octave-bug-tracker] [bug #61135] Error installing quaternion package because of API change
Date: Thu, 9 Sep 2021 09:15:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0

URL:
  <https://savannah.gnu.org/bugs/?61135>

                 Summary: Error installing quaternion package because of API
change
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 09 Sep 2021 01:15:30 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

"pkg install -forge quaternion" on Octave 7 gives this error:


is_real_array.cc:49:32: error: no member named 'is_numeric_type' in
'octave_value'
                || ! ((args(i).is_numeric_type () && args(i).is_real_type ())
                       ~~~~~~~ ^
is_real_array.cc:49:62: error: no member named 'is_real_type' in
'octave_value'
                || ! ((args(i).is_numeric_type () && args(i).is_real_type ())
                                                     ~~~~~~~ ^
is_real_array.cc:50:34: error: no member named 'is_bool_type' in
'octave_value'
                      || args(i).is_bool_type ()))
                         ~~~~~~~ ^






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61135>

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




reply via email to

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