Hi,
> >
> > Patrick, if this patch looks good to you, I'll apply and release it.
>
> I'll take a look at it and apply it on my Inline.pm. I'll then test it
> out with Inline::Java and I'll post my results soon.
Finally got a few moments to try out the patch. It worked ok with
Inline::Java when
us
> -Original Message-
> From: Ken Williams [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 03, 2006 10:43 AM
> To: Patrick LeBoutillier
> Cc: Eric Wilhelm; Ingy dot Net; inline@perl.org
> Subject: Re: and spaces in the path
>
>
> On Feb 3, 2006, at 7:
On Feb 3, 2006, at 7:56 AM, Patrick LeBoutillier wrote:
IIRC I did a pass a while to plug File::Spec
everywhere and make sure that everything was quoted properly.
Eric's patch uses the multi-arg system() function rather than quoting,
which is much safer and more cross-platform.
-Ken
On 2/2/06, Ingy dot Net <[EMAIL PROTECTED]> wrote:
> On 02/02/06 11:52 -0800, Eric Wilhelm wrote:
> > Hi all,
> >
> > Finally got this guess worked into a patch and test (attached.)
> >
> > Patrick: does Inline::Java call fix_make() from Inline::C or do any
> > similar munging of the makefile? If
Hi all,
Finally got this guess worked into a patch and test (attached.)
Patrick: does Inline::Java call fix_make() from Inline::C or do any
similar munging of the makefile? If so, you would need to apply some
similar fixes. The original entry point of the bug is in Inline.pm and
therefore a
On 02/02/06 11:52 -0800, Eric Wilhelm wrote:
> Hi all,
>
> Finally got this guess worked into a patch and test (attached.)
>
> Patrick: does Inline::Java call fix_make() from Inline::C or do any
> similar munging of the makefile? If so, you would need to apply some
> similar fixes. The origi