[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error: feval: function `unimplemented' not found
From: |
Ben Abbott |
Subject: |
Re: error: feval: function `unimplemented' not found |
Date: |
Mon, 04 Mar 2013 08:22:56 -0500 |
On Mar 1, 2013, at 11:33 AM, eric herbert wrote:
> hello
>
> I'm running ubuntu 12.04 and I'm trying to replace my compiled from source
> octave3.6.2 by the already compiled 3.6.3 made available in the Mike Miller's
> repository.
>
> After having uninstalled 3.6.2,
> $ sudo apt-get install octave
> leads to the error message
> error: feval: function `unimplemented' not found
>
> and an useless octave prompt:
>
> octave:1> ls
> error: feval: function `unimplemented' not found
>
> I checked my .octaverc and following the bug report (691311) I checked my
> liboctave1 version that is 3.6.3 which should work with octave3.6.3.
>
> From now I I'm confused. Any idea ?
>
> thanks
It appears your Octave m-file path is broken. You can verify by typing "path"
from Octave's command prompt (maybe it still points to the octave 3.6.2
install?).
Check your ~/.octaverc to be sure it isn't setting your path that doesn't work.
You can try to restore Octave's default path to see if that fixes your problem.
restoredefaultpath
Ben
- Re: error: feval: function `unimplemented' not found, (continued)
- Re: error: feval: function `unimplemented' not found, Mike Miller, 2013/03/01
- Re: error: feval: function `unimplemented' not found, eric herbert, 2013/03/01
- Re: error: feval: function `unimplemented' not found, Mike Miller, 2013/03/01
- Re: error: feval: function `unimplemented' not found, eric herbert, 2013/03/04
- Re: error: feval: function `unimplemented' not found, Mike Miller, 2013/03/04
- Re: error: feval: function `unimplemented' not found, Jordi Gutiérrez Hermoso, 2013/03/04
- Re: error: feval: function `unimplemented' not found, eric herbert, 2013/03/04
- Re: error: feval: function `unimplemented' not found, Jordi Gutiérrez Hermoso, 2013/03/04
- Re: error: feval: function `unimplemented' not found, Mike Miller, 2013/03/04
- Re: error: feval: function `unimplemented' not found, Jordi Gutiérrez Hermoso, 2013/03/04
Re: error: feval: function `unimplemented' not found,
Ben Abbott <=
Re: error: feval: function `unimplemented' not found, Jordi Gutiérrez Hermoso, 2013/03/04