help-octave
[Top][All Lists]
Advanced

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

Re: Running a standalone script on MS windows (blech!) callable from SAS


From: Tatsuro MATSUOKA
Subject: Re: Running a standalone script on MS windows (blech!) callable from SAS
Date: Sat, 17 Apr 2010 17:21:49 +0900 (JST)

Hello

--- forkandwait  wrote:

> Also -- is there a way to turn off the warning about "mark_as_command will be
> removed..."?  Maybe this is being used by the MINGW set up,..?

The warning is not specific to the MinGW binaries.  The origin of this warning 
some octave-forge
packages use the deprecated command 'mark_as_command'.

I found the way that this message is not displayed.

In the octaverc in \Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\startup, you 
will find

pkg ("load", "auto");

Please modify like below

warning ("off","Octave:deprecated-function");
pkg ("load", "auto");
warning ("on","Octave:deprecated-function");


Regards

Tatsuro

--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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