|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #59163] [Forge] Error installing quaternion package, no such functions in octave_value |
| Date: | Tue, 22 Sep 2020 14:49:48 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0 |
URL:
<https://savannah.gnu.org/bugs/?59163>
Summary: [Forge] Error installing quaternion package, no such
functions in octave_value
Project: GNU Octave
Submitted by: None
Submitted on: Tue 22 Sep 2020 06:49:46 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:
octave:16> pkg install -forge quaternion
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 ()))
~~~~~~~ ^
3 errors generated.
make: *** [Makefile:5: is_real_array.oct] Error 1
make: Entering directory '/tmp/oct-k29b0e/quaternion/src'
mkoctfile is_real_array.cc
make: Leaving directory '/tmp/oct-k29b0e/quaternion/src'
error: pkg: error running 'make' for the quaternion package.
error: called from
configure_make at line 110 column 9
install at line 196 column 7
pkg at line 568 column 9
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59163>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |