Le sam, aoû 11, 2001, à 07:25:42 -0700, Andrew S . Halper a écrit:
> OK, it goes <newtree> <oldtree> instead of <oldtree> <newtree> I guess? Sorry
> about that. It's been ages.
IIRC, it's "diff -urN old new". Anyway, a reverse patch is not a problem at
all, patch detects that very well.
> After clearing up those compiler warnings, I noticed the isinf() function in
> lib/dia_xml.c is another one that is not in Solaris math.h. Solaris isinf() is
> prototyped in sunmath.h, but the patch is going to be more complex, because I
> think it also involves linking libsunmath.
No problem, just add that to LIBS:
AC_CHECK_LIB(sunmath,isinf)
I've just done that (and checking for sunmath.h) in my tree, will go in CVS
when I finish fixing the plug-ins.
-- Cyrille
--
Grumpf.