----- Original Message -----
From: "ARTHUR GOLDBERG" <a...@cs.nyu.edu>
and the compilation finally dies with
/usr/bin/perl /System/Library/Perl/5.8.8/ExtUtils/xsubpp -typemap /
System/Library/Perl/5.8.8/ExtUtils/typemap CorrelationCalc_fa1b.xs
> CorrelationCalc_fa1b.xsc && mv CorrelationCalc_fa1b.xsc
CorrelationCalc_fa1b.c\nError: 'double *' not in typemap in
CorrelationCalc_fa1b.xs, line 904\nError: 'double *' not in typemap
in CorrelationCalc_fa1b.xs, line 910\nError: 'double *' not in
typemap in CorrelationCalc_fa1b.xs, line 932\nmake: ***
I should know how to generate that error ... but apparently I don't.
Could you provide us with lines 904, 910 and 932 of
/private/var/vpfiles/_Inline/build/VirtualPlant/Analysis/Correlation/CorrelationCalc_fa1b/CorrelationCalc_fa1b.xs
(and maybe a few lines either side for context, if you think that might
help).
Also, what version of Inline, and what version of Parse::RecDescent do you
have:
perl -le 'require Inline;print $Inline::VERSION'
perl -le 'require Parse::RecDescent;print $Parse::RecDescent::VERSION'
Cheers,
Rob