mtilmes has asked for the wisdom of the Perl Monks concerning the following question:
EXTERN.h is actually in /usr/local/lib/perl/CORE, and the ParseXS Makefile has this in it - PERL_INC = /usr/local/lib/perl/CORE which makes me wonder why the test can't find it.[software@shaggy ExtUtils-ParseXS-2.08]$ make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" " +test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic....ok 3/10XSTest.xs:1:20: EXTERN.h: No such file or directory XSTest.xs:2:18: perl.h: No such file or directory XSTest.xs:3:18: XSUB.h: No such file or directory
t/basic....ok 3/10In file included from XSTest.xs:2: /usr/local/include/perl.h:37:23: config.h: No such file or directory /usr/local/include/perl.h:475:21: embed.h: No such file or directory
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: make test for ParseXS can't find EXTERN.h
by Joost (Canon) on Apr 23, 2005 at 20:45 UTC | |
by mtilmes (Initiate) on Apr 25, 2005 at 21:09 UTC |