|
|
| There's more than one way to do things | |
| PerlMonks |
Re^8: Install Math::GSL failby syphilis (Canon) |
| on Jan 25, 2013 at 07:38 UTC ( #1015280=note: print w/ replies, xml ) | Need Help?? |
|
I changed the two occurrences of return to XSRETURN, and the build succeeded I'm not sure what will happen if your version of that block of code gets executed and an attempt is made to return gsl_nan() items off the stack ... but I fully expect that it won't be pretty. If that block of code gets executed, then it needs to XSRETURN(1), and the one item that it needs to return from the stack is whatever-it-is-that-is-returned-by gsl_nan(). (Presumably that's either a NaN, or a Math::GSL object that holds the value NaN.) So long as that block of code never gets executed I think your fix should, however, be fine. Cheers, Rob
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||