----- Original Message ----- From: "Phil Durbin" <[EMAIL PROTECTED]>
.
.
The type =int= does not have a typemap entry!

Does your lib/ExtUtils/typemap have an entry for int ? My typemap file begins with:

# basic C types
int   T_IV

I think (but could be wrong) that the "=" symbols on each side of "int" are just there as delimiters - and the complaint is that there's no entry for "int" .... not that that there's no entry for "=int=".

If it really *is* trying to find an entry for "=int=" then there's something wrong with your PDL source, and you probably need to find out where the type =int= exists in the PDL source.

Cheers,
Rob




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

Reply via email to