----- Original Message ----- 
From: "Sisyphus" <[email protected]>

> I've now modified Basic/Math/math.pd 

Btw, the patch (already applied to CVS) that fixes this is as follows:

--- C:/_32/comp/PDL-2.4.4/Basic/Math/math.pd Wed Feb 25 15:32:19 2009
+++ PDL/Basic/Math/math.pd Wed Feb 25 15:39:29 2009
@@ -110,6 +110,9 @@
 pp_addhdr('
 #define finite _finite
 #include <float.h>
+#ifdef _MSC_VER
+double rint (double);
+#endif
 ');
 }


Cheers,
Rob

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to