From octave-maintainers-request at bevo dot che dot wisc dot edu Thu Feb 5 14:52:15 1998 Subject: dbleBessel.h: From: "John W. Eaton" To: Steven N Harp Cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Thu, 5 Feb 1998 14:52:24 -0600 On 5-Feb-1998, Steven N Harp wrote: | Making octave-2.1.4 | | make[2]: Entering directory `/home/snh/octave/octave-2.1.4/liboctave' | c++ -c -I. -I.. -I../liboctave -I../src -I../glob -I../libcruft/misc -DHAVE_CONFIG_H -fno-rtti -fno-implicit-templates -g -O2 -Wall lo-specfun.cc | lo-specfun.cc:30: dbleBessel.h: No such file or directory | make[2]: *** [lo-specfun.o] Error 1 | make[2]: Leaving directory `/home/snh/octave/octave-2.1.4/liboctave' | make[1]: *** [liboctave] Error 2 | make[1]: Leaving directory `/home/snh/octave/octave-2.1.4' | make: *** [all] Error 2 | | | I was not able to find this file in in the octave package, or in any | of the older versions. Should this file be on my machine somewhere? No. Edit liboctave/lo-specfun.cc and delete the line that includes it. I was considering putting the Bessel functions in a separate file, then I decided to just stuff them all in the lo-specfun.cc file. So I still had dbleBessel.h on my system which is why I didn't notice the problem. Thanks, jwe