RE: Inline::Java and spaces in the path

2006-04-13 Thread Ken.Williams
> -Original Message- > From: Eric Wilhelm [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 13, 2006 10:52 AM > To: [email protected] > Subject: Re: Inline::Java and spaces in the path > > > foreach $thislib (split ' ', $potential_libs){ > >

Re: Inline::Java and spaces in the path

2006-04-13 Thread Eric Wilhelm
# from Patrick LeBoutillier # on Thursday 13 April 2006 05:44 am: >>   LIBS => ['-L/tmp/a\\ b\\ c -ljvm'] > >I'll try it and see what gives. Probably the same thing. >The message actually comes from ExtUtils/Liblist/Kid.pm. My version >is 6.17, but I looked and the same code is there in 6.30. T

Re: Inline::Java and spaces in the path

2006-04-13 Thread Patrick LeBoutillier
Eric, > Maybe > > LIBS => ["\\\"-L/tmp/a b c\\\" -ljvm"] > LIBS => ['-L/tmp/a\\ b\\ c -ljvm'] I'll try it and see what gives. But I think the problem comes down to MakeMaker trying to be too smart about the LIBS. It should maybe provide some kind of way to have the args passed through withou

Re: Inline::Java and spaces in the path

2006-04-12 Thread Eric Wilhelm
# from Patrick LeBoutillier # on Wednesday 12 April 2006 05:04 pm: >However, I can't figure out >how to properly pass a library path containing a space to the LIBS > parameter of ExtUtils::MakeMaker::WriteMakefile. > >LIBS => ['-L /tmp/a b c -ljvm'] >LIBS => ['-L "/tmp/a b c" -ljvm'] >LIBS => ['"-

Re: Inline::Java and spaces in the path

2006-04-12 Thread Patrick LeBoutillier
Ken, On 4/12/06, Patrick LeBoutillier <[EMAIL PROTECTED]> wrote: > Ken, > > On 4/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm re-opening this issue - I just went to install Inline and > > Inline::Java on cygwin. Inline and Inline::C installed fine, but the > > Java build fails: > >

RE: Inline::Java and spaces in the path

2006-04-12 Thread Hicks, Robert
I get the following: C:\WINNT\system32\cmd.exe /c perl "C:\Documents and Settings\BLHicks2\Desktop\TestScripts/inline_tes t.pl " Can't open C:\Documents\config for output. No such file or directory at -e line 0 BEGIN failed--compilation aborted. Failed to autogenerate C:\Documents and Settings\B

Re: Inline::Java and spaces in the path

2006-04-12 Thread Eric Wilhelm
# from Patrick LeBoutillier # on Wednesday 12 April 2006 08:22 am: >> I forget, what's the status of this fix? > >My guess is that in this specific case it is an Inline::Java bug. The >paths are not always quoted properly when generating the INC/LIB >options for MakeMaker. Not having Inline::Java

Re: Inline::Java and spaces in the path

2006-04-12 Thread Patrick LeBoutillier
ays quoted properly when generating the INC/LIB options for MakeMaker. I'll see if I can fix it. Patrick > > -Ken > > > -Original Message- > > From: Williams, Ken (TLR Corp) > > Sent: Thursday, January 26, 2006 9:37 AM > > To: [EMAIL PROTECTED]; i

RE: Inline::Java and spaces in the path

2006-04-12 Thread Ken.Williams
win32: No such file or directory I forget, what's the status of this fix? -Ken > -Original Message- > From: Williams, Ken (TLR Corp) > Sent: Thursday, January 26, 2006 9:37 AM > To: [EMAIL PROTECTED]; [email protected] > Subject: RE: Inline::Java and spaces in the

Re: Inline::Java and spaces in the path

2006-01-27 Thread Eric Wilhelm
# from Eric Wilhelm # on Friday 27 January 2006 02:15 am: >My bet is that >system($perl, $INC, '-Minline=_CONFIG_' , '-e1' $dir) > >might work. On further inspection, that is only where the bug first manifests. It can't be so easily fixed. Looks like it ends up in MakeMaker and/or mak

Re: Inline::Java and spaces in the path

2006-01-27 Thread Eric Wilhelm
# from Ken Williams # on Thursday 26 January 2006 05:42 pm: >On Jan 26, 2006, at 7:34 PM, Patrick LeBoutillier wrote: >> Just to make things clear. I believe that this is an Inline.pm issue >> and is not specific to Inline::Java. I am right on this (or else >> I'll see what I can do)? > >Yeah, tha

Re: Inline::Java and spaces in the path

2006-01-27 Thread Ken Williams
On Jan 26, 2006, at 7:34 PM, Patrick LeBoutillier wrote: Just to make things clear. I believe that this is an Inline.pm issue and is not specific to Inline::Java. I am right on this (or else I'll see what I can do)? Yeah, that's my understanding too. I haven't actually laid eyes on the offe

Re: Inline::Java and spaces in the path

2006-01-26 Thread Patrick LeBoutillier
Ken, On 1/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 26, 2006 7:37 AM > > To: [email protected] > > Subject: Inline::Java and s

RE: Inline::Java and spaces in the path

2006-01-26 Thread Hicks, Robert
> > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 26, 2006 7:37 AM > > To: [email protected] > > Subject: Inline::Java and spaces in the path > > > > Is this a "known" for Windows? &g

RE: Inline::Java and spaces in the path

2006-01-26 Thread Ken.Williams
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 26, 2006 7:37 AM > To: [email protected] > Subject: Inline::Java and spaces in the path > > Is this a "known" for Windows? > Yeah, it's a known i

Inline::Java and spaces in the path

2006-01-26 Thread Hicks, Robert
I am on Windows XP and I get the following with a test file on my desktop: Can't open C:\Documents\config for output. No such file or directory at -e line 0 BEGIN failed--compilation aborted. Failed to autogenerate C:\Documents and Settings\BLHicks2\Desktop\_Inline\config. at inline.pl line 1