Nicholas Clark wrote on 2009-08-28:
> On Fri, Aug 28, 2009 at 02:00:27PM +0100, Steve Hay wrote:
>> Nicholas Clark wrote on 2009-08-28:
>>> On Fri, Aug 28, 2009 at 01:38:42PM +0100, Steve Hay wrote:
>>>> Nicholas Clark wrote on 2009-08-28:
>
>>> Thanks. Why on earth is it unhappy? On Linux I see this
>>>
>>> ./perl -Ilib -MDynaLoader -lwe 'eval {DynaLoader::dl_load_file()};
>>> print "The error was $@"' The error was Usage:
>>> DynaLoader::dl_load_file(filename, flags=0) at -e line 1.
>>>
>>> What is causing DynaLoader::dl_load_file() to have a prototype, all
> of
>> a
>>> sudden? The line "MODULE = DynaLoader PACKAGE = DynaLoader" in
>>> win32/dl_win32.xs dates from 1997.
>> Not sure, but running the test directly from ext\DynaLoader, rather
>> than using t\harness, is fine:
>>
>> C:\gitclients\perl\ext\DynaLoader>..\..\perl -T t\DynaLoader.t
>
> How about
>
> ..\..\perl -I..\..\t -MTestInit=U2T,NC -T t\DynaLoader.t
>
> ?
That works fine too.
Thread Previous
|
Thread Next