I'm having trouble getting octaveforge to install on my copy of octave3.0.2. When I attempt to install the invidividual image package (pkg install image-1.0.7.tar.gz): I get this message
error: cell type invalid as index value error: assignment to cell array failed error: assignment failed, or no method for `cell = matrix' error: evaluating assignment expression near line 29, column 44 error: evaluating if command near line 27, column 3 error: called from `fullfile' in file `/usr/share/octave/3.0.2/m/miscellaneous/ fullfile.m' error: evaluating assignment expression near line 218, column 14 error: evaluating if command near line 213, column 5 error: evaluating if command near line 212, column 3 error: called from `pkg' in file `/usr/share/octave/3.0.2/m/pkg/pkg.m' When I trace this down the error is due to: varargin function filename = fullfile (varargin) if (nargin > 0) ## Discard all empty arguments varargin(cellfun (@isempty, varargin)) = []; When commented out the pkg age just seg faults and crashes octave. How can this be fixed? -Steven ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev