help-octave
[Top][All Lists]
Advanced

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

Re: a cs-list cannot be further indexed


From: jimwoods
Subject: Re: a cs-list cannot be further indexed
Date: Sun, 6 Jun 2010 22:20:38 -0700 (PDT)


I had this same problem (below), using the version of Octave 3.2.3 on the
Ubuntu Lucid Lynx repositary.  I read the advice below and compiled Octave
3.2.4 from source, but I get just the same problem over again.

I didn't understand the statement:

>> IIRC this bug is fixed when octcdf is built against the development
>> sources. 

The version I compiled from source was the latest stable release.  Is there
a particular version of octave that I need to compile?  Do I need to compile
OctCDF from source as well?  

Thanks,

LW

>>> Hi all.
>>>
>>> For
>>>  cdf{'ensemble'}.FillValue_ = fillValue;
>>> I get the error:
>>> error: a cs-list cannot be further indexed
>>>
>>> Any help?
>>>
>>> Thanks.
>>>
>>> Nands
>>
>>
>> IIRC this bug is fixed when octcdf is built against the development
>> sources.
>>
>>
>> --
>> RNDr. Jaroslav Hajek, PhD
>> computing expert & GNU Octave developer
>> Aeronautical Research and Test Institute (VZLU)
>> Prague, Czech Republic
>> url: www.highegg.matfyz.cz
>>
>
> I am new to Octave. Could you please tell me exactly what am I supposed to
> do, to get rid of this error?

The bug is (partially) in Octave, so you need to build Octave from
sources in order to get rid of this problem.
The procedure is roughly:

1. install Mercurial, git, BLAS, LAPACK
2. optionally install SuiteSparse, fftw, FLTK, OpenGL, pcre, libcurl, qhull
then do
hg clone http://hg.savannah.gnu.org/hgweb/octave
cd octave
./autogen.sh
./configure
make
make install # as root 

-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/a-cs-list-cannot-be-further-indexed-tp1638235p2245496.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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