help-octave
[Top][All Lists]
Advanced

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

Re: Signal 1.4.0 install failed


From: Tatsuro MATSUOKA
Subject: Re: Signal 1.4.0 install failed
Date: Tue, 25 Sep 2018 12:16:35 +0900 (JST)

----- Original Message -----

> From: bobpic 
> To: help-octave
> Cc: 
> Date: 2018/9/25, Tue 07:16
> Subject: Signal 1.4.0 install failed
> 
> Hello.
> 
> I'm trying to install the latest signal package, which is 1.4.0.
> I still getting those errors (which might come from an older issue):
> 
> My OS is Win10-64bits.
> GNU Octave 4.2.2
> 
> ------------------------------------------------------------------------------
>>>  pkg install signal-1.4.0.tar.gz
> 
> medfilt1.cc: In member function 'void sorted_window::init(const double*,
> octave_idx_type, octave_idx_type, octave_idx_type)':
> medfilt1.cc:91:7: error: 'bzero' was not declared in this scope
>        bzero (buf, zeros * sizeof (double));
>        ^~~~~
> medfilt1.cc:91:7: note: suggested alternative: 'zeros'
>        bzero (buf, zeros * sizeof (double));
>        ^~~~~
>        zeros
> make: *** [medfilt1.oct] Error 1
> make: Entering directory `/tmp/oct-gQyAbK/signal-1.4.0/src'
> C:/Octave/OCTAVE~1.2/bin/mkoctfile-4.2.2.exe -Wall
> -Wno-deprecated-declarations  __fwht__.cc -o __fwht__.oct
> C:/Octave/OCTAVE~1.2/bin/mkoctfile-4.2.2.exe -Wall
> -Wno-deprecated-declarations  __ultrwin__.cc -o __ultrwin__.oct
> C:/Octave/OCTAVE~1.2/bin/mkoctfile-4.2.2.exe -Wall
> -Wno-deprecated-declarations  -c cl2bp.cc -o cl2bp.o
> C:/Octave/OCTAVE~1.2/bin/mkoctfile-4.2.2.exe -Wall
> -Wno-deprecated-declarations  -c cl2bp_lib.cc -o cl2bp_lib.o
> C:/Octave/OCTAVE~1.2/bin/mkoctfile-4.2.2.exe -Wall
> -Wno-deprecated-declarations  cl2bp.o cl2bp_lib.o -o cl2bp.oct
> C:/Octave/OCTAVE~1.2/bin/mkoctfile-4.2.2.exe -Wall
> -Wno-deprecated-declarations  medfilt1.cc -o medfilt1.oct
> make: Leaving directory `/tmp/oct-gQyAbK/signal-1.4.0/src'
> 
> pkg: error running `make' for the signal package.
> error: called from
>     configure_make at line 95 column 9
>     install at line 192 column 7
>     pkg at line 394 column 9
>>> 
> ------------------------------------------------------------------------------
> 
> 
> Any Clue???
> 
> Otherwise to download an older version...
> 
> Thanks,

Octave-4.2.2 windows binary ships signal-1.3.2.
Perhaps you want to update signal package. Right?

The easiest way to update signal package is to install the most recent windows 
binary (4.4.1).
Windows binary for octave 4.4.1 ships signal-1.4.0.

You can confirm 
>> pkg list signal

If you want use signal package, 
>> pkg load signal
before use (signal and control packages are activated. 
The control package is also activated because the signal package depends on the 
control package.

HTH

Tatsuro




reply via email to

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