[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Solaris 2.6 finite() prototype
- From: Cyrille Chepelov <chepelov calixo net>
- To: dia-list gnome org
- Subject: Re: Solaris 2.6 finite() prototype
- Date: Sat, 11 Aug 2001 16:31:32 +0200
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]