> 
> Now you've gone and done it Ollie - a fine, fine mess you've gotten us into,
> AGAIN, I might add...
> 
> There's actually a lot of differences between the 1.0.42 frozen myrrd and
> the current 1.0.45 @ Tobi's page.
> 
> Some are trivial name changes, some are in files we don't use, but others
> seem meaningful.  How do you pick & choose?
Well I don't:)  I am just trying to get myrrd as in the CVS to build. 
> 
> 1. Since you're the 'instant expert', do we need the changes in rrd_diff and
> rrd_graph between 1.0.42 and 1.0.45?
Ok now thats scary... You had mentioned that myrrd exists because of
stability problems in the rrd releases.  I think my one perspective and
OS shouldn't be used to decide which version meets the stability needs.
That being said which ever rrd we use I can check it for building under
Solaris.  My fix was needed as that version assumed something Sol8&9
didn't have.
> 
> 2. I assume your change
> 
> #ifndef WIN32
> 
> /* unix-only includes */
> #ifndef isnan
> int isnan(double value);
> #endif
> 
>  goes in here>>>>>
> 
> #else
Yea I was looking for a good -DSOLARIS type thing (but thats in
CPPFLAGS:) and perhaps it could go into config.h. HAVE_ISINF?
I chickened out and just did the #ifndef probably not portable enough.
-Chris
> 
> 
> -----Burton
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Chris Turbeville
> Sent: Tuesday, August 26, 2003 9:31 PM
> To: [EMAIL PROTECTED]
> Subject: [Ntop-dev] Sparc Sol9 patches
> 
> 
> Here's the summary of the work I've done to get NTOP running on Solaris:
> 
> <snip/>
> 
> This is a fix from newer rrds for a missing function in solaris
> Index: ntop/myrrd/rrd_tool.h
> ===================================================================
> RCS file: /export/home/ntop/ntop/myrrd/rrd_tool.h,v
> retrieving revision 1.2
> diff -r1.2 rrd_tool.h
> 86a87,90
> > #ifndef isinf
> > #include <ieeefp.h>
> > # define isinf(a) (fpclass(a) == FP_NINF || fpclass(a) == FP_PINF)
> > #endif
> 
> 
> 
> 
> --
> [EMAIL PROTECTED]           Chris Turbeville
> NTT/VERIO
>        Send mail with subject "send PGP Key" for PGP 6.5.2 Public key
> 
> 
> _______________________________________________
> Ntop-dev mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop-dev
> 


-- 
[EMAIL PROTECTED]           Chris Turbeville                       NTT/VERIO
       Send mail with subject "send PGP Key" for PGP 6.5.2 Public key
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to