| The line 70 in prototyp.h
double modf(double, double *); /* not included in math.h */
caused widget.cpp to fail to compile. modf is in math.h on my
machine, and as I read the C standard (X3J11 Oct 86) so it should be.
I have cancelled the line with #ifdef never until someone can explain
why it is needed.
With this line removed it build an executable csound.
Hoo-bloody-ray
But the executable did not run; somehow /usr/local/lib was missing
from /etc/ld.so.conf -- odd as this machine has been running
successfully for many years with no major software upgrade.
So I now have a buildable system. Need to check all the changes from
my own system, and if safe I can return to CVS.
==John ffitch |