Steve Hay <[EMAIL PROTECTED]> writes:
>>>I just tried this (using VC++ / nmake) with bleadperl (normally all
>>>tests OK). Seemingly every test fails, many saying "FAILED before any
>>>test output arrived" and many producing popup application error windows,
>>>or hanging. I soon gave up and ki
Nicholas Clark <[EMAIL PROTECTED]> writes:
>On Mon, Aug 09, 2004 at 07:55:18PM +0100, Nick Ing-Simmons wrote:
>
>> Hmm, that is a pipe interface and possibly fork.
>> If I remember my history it is possible that :win32 layer's
>> Dup() hook isn't up to final spec of that entry point.
>
>You wanted
Nick Ing-Simmons wrote:
>Steve Hay <[EMAIL PROTECTED]> writes:
>
>
>>Nick Ing-Simmons wrote:
>>
>>
>>
>>>The source for the native Win32 layer is in perforce.
>>>I think the layer even gets built one can do
>>>
>>>set PERLIO=:win32:crlf
>>>dmake test
>>>
>>>
>>>
>>I just tried this
On Mon, Aug 09, 2004 at 07:55:18PM +0100, Nick Ing-Simmons wrote:
> Hmm, that is a pipe interface and possibly fork.
> If I remember my history it is possible that :win32 layer's
> Dup() hook isn't up to final spec of that entry point.
You wanted a pipe interface implemented in sockets for some
Steve Hay <[EMAIL PROTECTED]> writes:
>Nick Ing-Simmons wrote:
>
>>The source for the native Win32 layer is in perforce.
>>I think the layer even gets built one can do
>>
>>set PERLIO=:win32:crlf
>>dmake test
>>
>I just tried this (using VC++ / nmake) with bleadperl (normally all
>tests OK). S
Nick Ing-Simmons wrote:
>The source for the native Win32 layer is in perforce.
>I think the layer even gets built one can do
>
>set PERLIO=:win32:crlf
>dmake test
>
I just tried this (using VC++ / nmake) with bleadperl (normally all
tests OK). Seemingly every test fails, many saying "FAILED b
Nicholas Clark <[EMAIL PROTECTED]> writes:
>On Sun, Aug 08, 2004 at 09:50:49PM +0100, Nick Ing-Simmons wrote:
>
>> I suspect is one of mine, but I don't remember what it does exactly.
>> I was about 80% done on a "native" Win32 layer (which is still there)
>> when the NTFS partition on that machine
On Sun, Aug 08, 2004 at 09:50:49PM +0100, Nick Ing-Simmons wrote:
> I suspect is one of mine, but I don't remember what it does exactly.
> I was about 80% done on a "native" Win32 layer (which is still there)
> when the NTFS partition on that machine became useless. One day I may
> get back to it
PROTECTED]
>Cc: [EMAIL PROTECTED]; 'Nick Ing-Simmons'
>Subject: RE: How to redirect STDERR under WIN32
>
>Gopakumar Ambat <[EMAIL PROTECTED]> writes:
>>Thanks for your response.
>>I have got around the problem doing this (checked on Win32):
>>
>>
: Thursday, August 05, 2004 10:03 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; 'Nick Ing-Simmons'
Subject: RE: How to redirect STDERR under WIN32
Gopakumar Ambat <[EMAIL PROTECTED]> writes:
>Thanks for your response.
>I have got around the problem doing this (checked o
Gopakumar Ambat <[EMAIL PROTECTED]> writes:
>Thanks for your response.
>I have got around the problem doing this (checked on Win32):
>
> //first close the stderr opened by PERL
> //open it again, and dup it...
> int code = PerlIO_close(PerlIO_stderr());
>if(code == 0)
>{
> PerlIO* newprlIO = Pe
ROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: How to redirect STDERR under WIN32
Gopakumar Ambat <[EMAIL PROTECTED]> writes:
>>From the Perl source code, I gathered that "Perl_debug_log" is set to
>stderr; all calls to perl_printf etc.. are sent to Perl_debug_log.
>Tried #defi
is PerlIO_openn() which has a very
complicated interface to handle all the possible ways perl can call it.
>
>Thanks,
>Gopa
>
>-Original Message-
>From: Gopakumar Ambat [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 27, 2004 6:19 PM
>To: 'muppet'
>C
her...:(
HELP!
Thanks,
Gopa
-Original Message-
From: Gopakumar Ambat [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 27, 2004 6:19 PM
To: 'muppet'
Cc: [EMAIL PROTECTED]
Subject: RE: How to redirect STDERR under WIN32
I can't set stderr = fopen(..) since stderr cannot be an
pa
-Original Message-
From: muppet [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 27, 2004 5:43 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: How to redirect STDERR under WIN32
On Jul 27, 2004, at 6:09 AM, Gopakumar Ambat wrote:
> ##perl script:
> ##test.p
On Jul 27, 2004, at 6:09 AM, Gopakumar Ambat wrote:
##perl script:
##test.pl
use my_test.pm
that should be either "use my_test;" or "require 'my_test.pm';".
either way, it needs a semicolon, or you get the syntax error you saw.
you also are responsible for making sure this file
16 matches
Mail list logo