----- Original Message ----- From: "Doug Hunt" <[EMAIL PROTECTED]> To: "Chris Marshall" <[EMAIL PROTECTED]> Cc: "Sisyphus" <[EMAIL PROTECTED]>; "perldl list" <[email protected]> Sent: Thursday, October 23, 2008 1:52 AM Subject: Re: [Perldl] PDL-2.4.3_01 breakage break down
> All: I use something like this for Inline testing: > > # Use for debug, causes a re-compile each time, and sets -g for debugging > use Inline 'Info', 'Force', 'Noclean'; > use Inline 'C' => > Config => INC => '-I/ops/tools/include', > OPTIMIZE => '-g', > DIRECTORY => '/ops/tools/lib/Inline'; > > This should force a re-compile each time in the Inline directory you > specify. You could make sure that the specified directory is > erased and recreated before the test. > I guess we could try something like that - but DIRECTORY defaults to the cwd, and that is apparently being overwritten by the testers PERL_INLINE_DIRECTORY env var. I'm thinking its likely that *whatever* we specify in DIRECTORYwill, likewise, be overwritten by the testers PERL_INLINE_DIRECTORY environment variable -and we'll be no better off. There's been quite a few replies to my post on the testers list ... but apart from this "PERL_INLINE_DIRECTORY" variable they have at their disposal, I haven't been able to glean much from the responses. I'd better post a follow-up to that list. The thread is at http://www.nntp.perl.org/group/perl.cpan.testers.discuss/2008/10/msg799.html for anyone who wants to take a peek. (Of course, if Doug's suggestion works, then that thread is of little consequence to PDL ;-) Cheers, Rob _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
