From: Paul K. <pki...@ja...> - 2002-11-02 00:44:33
|
I'm betting it is in getfield/setfield for octave 2.1.38. You don't actually need these because there are m-file equivalents available. Just comment them out of the make file for now. Also John Eaton posted a patch on the help-octave mailing list (somewhere off www.octave.org). In practice you won't need getfield.cc/setfield.cc very long because you can now say: a.(k) = v where k is the key and v is the value. I haven't tested the speed compared to setfield.cc yet. Paul Kienzle pki...@us... On Fri, Nov 01, 2002 at 02:46:11PM -0800, Daniel Lyddy wrote: > All, > > I am having trouble getting octave-forge to compile on Mandrake Linux > 9.0. Is this where I post the details, or can someone give me a link to > a more appropriate list? > > Dan > > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Octave-dev mailing list > Oct...@li... > https://lists.sourceforge.net/lists/listinfo/octave-dev |