Clint Olsen wrote:
>
> Brian/Neil:
>
> It works!
>
> Thanks a lot. I presume you put in some sort of delay in there so that
> make wouldn't get confused? I actually think it's an HFS problem since I'm
> performing the tests on a locally mounted partition.
You're welcome. I'm glad this works.
Actually what I did was add a line to the generated Makefile.PL that
removes the dependency between Makefile.PL and Makefile. Even though
you're the only case we've seen with this problem, Neil and I felt that
this dependency wasn't important in an automagic environment like
Inline.
I'll run a couple more platforms and upload this (v0.34) to CPAN.
Cheers, Brian
>
> Thanks a lot for your fix!
>
> -Clint
>
> ptdh151 /scratch/Inline-0.34% make test
> PERL_DL_NONLAZY=1 /afs/pdx/proj/otools/bin/HP-UX/perl -Iblib/arch
> -Iblib/lib -I/afs/pdx/proj/otools/perl/lib/5.6.1/PA-RISC2.0-thread-multi
> -I/afs/pdx/proj/otools/perl/lib/5.6.1 -e 'use Test::Harness qw(&runtests
> $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/00init............ok
> t/01usages..........ok
> t/02config..........ok
> t/03errors..........ok
> t/04create..........ok
> All tests successful.
> Files=5, Tests=14, 3 wallclock secs ( 2.73 cusr + 0.28 csys = 3.01 CPU)
> PERL_DL_NONLAZY=1 /afs/pdx/proj/otools/bin/HP-UX/perl
> -I../blib/arch -I../blib/lib
> -I/afs/pdx/proj/otools/perl/lib/5.6.1/PA-RISC2.0-thread-multi
> -I/afs/pdx/proj/otools/perl/lib/5.6.1 -e 'use Test::Harness qw(&runtests
> $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/00init............ok
> t/01syntax..........ok
> t/02config..........ok
> t/03typemap.........ok
> t/04perlapi.........ok
> All tests successful.
> Files=5, Tests=11, 44 wallclock secs (31.76 cusr + 9.30 csys = 41.06 CPU)
> PERL_DL_NONLAZY=1 /afs/pdx/proj/otools/bin/HP-UX/perl
> -I../../blib/arch -I../../blib/lib
> -I/afs/pdx/proj/otools/perl/lib/5.6.1/PA-RISC2.0-thread-multi
> -I/afs/pdx/proj/otools/perl/lib/5.6.1 test.pl
> 1..1
> ok 1
>
> On May 06, Brian Ingerson wrote:
> >
> > Here is a patched version 0.34 release candidate. Could you please test
> > it and let me know of any errors. If it's error-free, I'll release it
> > tonight.
--
perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
("Just Another %s Hacker",x);}};print JAxH+Perl'