help-octave
[Top][All Lists]
Advanced

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

RE: leasqr(optim-1.0.16) fails with `cell2cell' undefined near line 69


From: PhilipNienhuis
Subject: RE: leasqr(optim-1.0.16) fails with `cell2cell' undefined near line 69 column 17
Date: Thu, 22 Mar 2012 13:39:31 -0700 (PDT)

Juergen Rose wrote
> 
> Am Donnerstag, den 22.03.2012, 13:52 +0000 schrieb Richardson, Anthony:
>> > -----Original Message-----
>> > From: help-octave-bounces@ [mailto:help-octave-
>> > address@hidden On Behalf Of Juergen Rose
>> > Sent: Thursday, March 22, 2012 8:32 AM
>> > To: help-octave@
>> > Subject: leasqr(optim-1.0.16) fails with `cell2cell' undefined near
>> line 69
>> > column 17
>> > 
> ...
>> > 
>> > Any hint is deeply appreciated.
>> 
>> cell2cell is in the Octave forge "miscellaneous" package.  I assume this
>> should have been detected as a dependency when the optim package was
>> installed.  Try installing the "miscellaneous" package and rerun your
>> test.
>> 
>> Tony Richardson
> 
> Hello Tony,
> 
> Thanks for your answer, but miscellaneous-1.0.11 was installed:
> 
> address@hidden:/home/rose/Txt/src/Test/Octave(9)$ qlist -Iv g-octave
> app-portage/g-octave-0.4.1-r2
> g-octave/miscellaneous-1.0.11
> g-octave/optim-1.0.16
> g-octave/struct-1.0.9
> g-octave/zenity-0.5.7
> 

Installed, sure.

But was miscellanous also *loaded* ?

In *Octave* do
  pkg list
and check if there's an asterisk next to the miscellaneous entry like so:

         mechanics  |   1.2.0 | ...\share\octave\packages\mechanics-1.2.0
     miscellaneous *|  1.0.11 |
...\share\octave\packages\miscellaneous-1.0.11
 missing-functions  |   1.0.2 |
...\share\octave\packages\missing-functions-1.0.2

If miscellaneous appears w/o asterisk, do
  pkg load miscellaneous

The fact that you get no shadowing warning is telling us that probably the
miscellaneous pkg isn't loaded.

P.

--
View this message in context: 
http://octave.1599824.n4.nabble.com/leasqr-optim-1-0-16-fails-with-cell2cell-undefined-near-line-69-column-17-tp4495488p4496805.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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