help-octave
[Top][All Lists]
Advanced

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

Re: help with bwmorph on OS X


From: Justin MacCarthy
Subject: Re: help with bwmorph on OS X
Date: Mon, 26 Oct 2009 11:19:24 +0700

I've installed the image package (On Mac OSX ) and got a few warnings...

octave-3.2.3:5> pkg install image-1.0.10.tar.gz
In file included from
/Applications/Octave.app/Contents/Resources/include/jpeglib.h:24,
                 from jpgwrite.cc:18:
/Applications/Octave.app/Contents/Resources/include/jconfig.h:12:1:
warning: "HAVE_STDLIB_H" redefined
In file included from
/Applications/Octave.app/Contents/Resources/include/octave-3.2.3/octave/oct.h:31,
                 from jpgwrite.cc:11:
/Applications/Octave.app/Contents/Resources/include/octave-3.2.3/octave/config.h:699:1:
warning: this is the location of the previous definition
In file included from
/Applications/Octave.app/Contents/Resources/include/jpeglib.h:24,
                 from jpgread.cc:49:
/Applications/Octave.app/Contents/Resources/include/jconfig.h:12:1:
warning: "HAVE_STDLIB_H" redefined
In file included from
/Applications/Octave.app/Contents/Resources/include/octave-3.2.3/octave/oct.h:31,
                 from jpgread.cc:41:
/Applications/Octave.app/Contents/Resources/include/octave-3.2.3/octave/config.h:699:1:
warning: this is the location of the previous definition

also when I go to use bwmorph I'm getting another error

octave-3.2.3:6>

error: `swap' undefined near line 550 column 10
error: called from:
error:   /Users/macarthy/octave/image-1.0.10/bwmorph.m at line 550, column 9
error:   /Users/macarthy/octave/myscript.m at line 17, column 12
octave-3.2.3:6>

do I need to add another package for that swap function ?

Is there a why to find out what package adds what function?
Thanks

Justin

2009/10/25 Søren Hauberg <address@hidden>:
> Hi,
>
> søn, 25 10 2009 kl. 21:56 +0700, skrev Justin MacCarthy:
>> octave-3.2.3:17> help bwmorph
>> error: help: `bwmorph' not found
>
> All the error messages tell you the same: you do not have the 'bwmorph'
> function. This function is part of the 'image' package. Do you have that
> package installed? You can tell which packages you have installed by
> typing
>
>  pkg list
>
> at the Octave prompt.
>
> Søren
>
>



reply via email to

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