While installing Perl-API-0.01 on v5.10.0 I ran into the following:
# make test
/usr/bin/perl /usr/lib/perl5/5.10.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.10.0/ExtUtils/typemap API.xs > API.xsc && mv API.xsc API.c
Error: 'U32 *' not in typemap in API.xs, line 124
make: *** API.c Error 1
Here is the offending section in API.xs:CV* find_runcv(U32 *db_seqp)
Trying to decide which way to pursue this. Do I have a module missing? Or is there some other issue causing this to be parsed as "U32 *" ?
In reply to Issue installing Perl::API by fms5ug
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |