From: Paul K. <pki...@us...> - 2004-09-24 00:19:54
|
2004-09-09 is for 2.1.57 and up. You are welcome to provide backport patches to octave-forge. I don't mind supporting older versions, but have no interest in writing the code to do it myself. I've made it so that the compile will complete even if it is not correct so assuming the particular function you need works with your version of octave then you will be fine. Paul On Sep 23, 2004, at 3:14 PM, Ralph wrote: > > The file rand.cc in FIXES causes this error: > -------------------------------------------------------- > g++ -c -fPIC -I/usr/include/octave-2.1.50 > -I/usr/include/octave-2.1.50/octave > -mieee-fp -O3 -march=athlon-xp -fomit-frame-pointer -pipe > -DHAVE_OCTAVE_21 > -DALLBITS rand.cc -o rand.o > rand.cc: In function `void do_size(octave_value_list, int&, int&)': > rand.cc:139: error: `xisnan' undeclared (first use this function) > --------------------------------------------------------- > > I'm using Octave V2.1.50 and octave-forge from 2004-09-09 |