[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error in Image package in Octave
From: |
marco atzeri |
Subject: |
Re: Error in Image package in Octave |
Date: |
Sun, 14 Oct 2012 11:14:12 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 |
On 10/14/2012 10:53 AM, Sivahari Nandakumar wrote:
---------- Forwarded message ----------
From: *Sivahari Nandakumar* <address@hidden
<mailto:address@hidden>>
Date: 2012/10/14
Subject: Re: Error in Image package in Octave
To: marco atzeri <address@hidden <mailto:address@hidden>>
Dear Marco,
the result of
pkg install -verbose image-1.0.15.tar.gz
is
mkdir (/tmp/oct-FhHuOG)
untar (/home/appu/Downloads/image-1.0.15.tar.gz, /tmp/oct-FhHuOG)
make: mkoctfile: Command not found
you need to install the octave-devel package, otherwise you can
not compile the package from source
(image-1.0.15.tar.gz is a source package not a binary one)
make: *** [__spatial_filtering__.oct] Error 127
'make' returned the following error: make: Entering directory
`/tmp/oct-FhHuOG/image-1.0.15/src'
mkoctfile -Wall __spatial_filtering__.cc
make: Leaving directory `/tmp/oct-FhHuOG/image-1.0.15/src'
error: called from `pkg>configure_make' in file
/usr/share/octave/3.6.2/m/pkg/pkg.m near line 1384, column 9
error: called from:
error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 826, column 5
error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383, column 9
I copied the .m files in inst folder to image folder in
/usr/share/octave/3.6.2/m/image, is it ok?
--Sivahari
Marco