[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is rehash() funky on windows build?
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Is rehash() funky on windows build? |
Date: |
Fri, 17 Aug 2012 13:35:00 -0400 |
On 17 August 2012 13:21, fork <address@hidden> wrote:
> When I create a new m-file, I have to restart Octave to find it, even if I run
> rehash(). I just double checked, and I can find other m-files in the same
> directory (i.e. addpath() worked fine).
I've tried to debug this problem in the past, but I have no clue why
it keeps failing. My guess is that Octave thinks the file you're
trying to run is in a "system" directory, but I think last time I
asked people to put the files in a different directory, this didn't
fix the problem.
Are you able to run Octave in a debugger? I don't think this problem
will get solved until someone on Windows who is experiencing this
problem can run Octave in a debugger and figure out exactly what is
happening when you run rehash.
- Jordi G. H.