fpica under octave

Rolf Fabian Rolf.Fabian at gmx.de
Tue Mar 4 08:58:29 CST 2008



Javier Ochoa wrote:
> 
> I cannot run the fpica.m function because the following error message
> appeared:error: `all_va_args' undefined near line 100 column 13
> 

Most probably, you try to run old style Octave code.
Previously the 'va_arg' method allowed a variable number
of input arguments to Octave functions (m-files).

Unfortunately some maintainers removed this feature
around Octave Version 2.1.56 without providing
any backwards compatibility :(

I'm afraid that you have to modify your functions
by hand using the modern 'varargin' functions
(see manual under multiple number of input arguments)
in order to run it in a later version of Octave.



-----
Rolf Fabian
<r dot fabian at jacobs-university dot de>

-- 
View this message in context: http://www.nabble.com/fpica-under-octave-tp15828625p15829017.html
Sent from the Octave - General mailing list archive at Nabble.com.



More information about the Help-octave mailing list