[EMAIL PROTECTED] wrote: > C:/strawberry-perl/perl/lib/CORE/perl.h:420:24: sys/types.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:431:22: stdarg.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:451:19: ctype.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:463:23: locale.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:480:20: setjmp.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:491:23: stdlib.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:769:23: stddef.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:776:23: string.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:939:25: sys/stat.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:961:21: time.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:982:19: errno.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:1510:20: limits.h: No such file or > directory > C:/strawberry-perl/perl/lib/CORE/perl.h:1513:19: float.h: No such file or > directory
These are most decidedly not version.pm problems. Those are standard system libraries and if perl.h can't find them, you cannot install *any* XS module successfully. I wonder if dmake isn't correctly interpreting the Makefile. Could you install Module::Build and test with Build.PL instead? John
