Subject: | spelling correction in glm.pp |
Date: | Mon, 20 Apr 2015 22:29:34 -0600 |
To: | bug-PDL-Stats [...] rt.cpan.org |
From: | Derek Lamb <derek [...] boulder.swri.edu> |
Hi Maggie,
With a PDL-2.008 release candidate installed I could not build PDL::Stats on my Mac OS X Yosemite (using clang) because
GLM.xs:6453:12: error: no member named 'propogate_badflag' in 'struct Core'; did you mean 'propagate_badflag'?
PDL->propogate_badflag( b, 0 );
I edited GLM/glm.pp to replace all occurrences of 'propogate' with 'propagate' and then build, test, and install went smoothly.
Derek