octave-maintainers
[Top][All Lists]
Advanced

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

spurious autload warning


From: David Bateman
Subject: spurious autload warning
Date: Wed, 21 Mar 2007 22:33:02 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

If I do something like "addpath(genpath('./'))" and the sub directories
of the current directory contain PKG_ADD files with autoload commands
like discussed previously, (ie. 'autoload ("bar", fullfile (fileparts
(mfilename ("fullpath")),"foo.oct"));' ), then I get spurious messages like

warning: autoload: `.//foobar/foo.oct' is not an absolute file name

Doing instead "addpath(genpath(pwd()))" and it works fine. It seems to
me that this warning is therefore more of a pain than its worth..

D.


reply via email to

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