help-octave
[Top][All Lists]
Advanced

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

Error in Image package in Octave


From: Sivahari Nandakumar
Subject: Error in Image package in Octave
Date: Sun, 14 Oct 2012 14:23:47 +0530



---------- Forwarded message ----------
From: Sivahari Nandakumar <address@hidden>
Date: 2012/10/14
Subject: Re: Error in Image package in Octave
To: marco atzeri <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
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



2012/10/14 marco atzeri <address@hidden>
On 10/14/2012 7:22 AM, Sivahari Nandakumar wrote:
Hi all,
I tried to  install /image-1.0.15.tar.gz/ in octave 3.6.2 using the
command /pkg install image-1.0.15.tar.gz/ but it showed the following
error.
/

I suspect something is missing in your report.
could you try :
pkg install -verbose image-1.0.15.tar.gz

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
/
So i copied the .m files in inst directory to
/usr/share/octave/3.6.2/m/image. Most of them are working but some shows
errors.
when i tried r = medfilt2(q) it showed following error.

/error: `__spatial_filtering__' undefined near line 66 column 10

error: called from:
error:   /usr/share/octave/3.6.2/m/image/ordfilt2.m at line 66, column 8
error:   /usr/share/octave/3.6.2/m/image/medfilt2.m at line 64, column 10
/
How can i correct this?

spatial_filtering is part of the compiled portion of image,
that you are missing.



--
with warm regards
Sivahari Nandakumar

Marco

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



--
with warm regards
Sivahari Nandakumar
Appropriate Technology Promotion Society
Eroor, Vyttila 09446582917
http://sivaharicec.blogspot.com
--------------------------------------------------------
      fighting for knowledge freedom



--
with warm regards
Sivahari Nandakumar
Appropriate Technology Promotion Society
Eroor, Vyttila 09446582917
http://sivaharicec.blogspot.com
--------------------------------------------------------
      fighting for knowledge freedom

reply via email to

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