>-----Original Message----- >From: [EMAIL PROTECTED] [mailto:inline-return- >[EMAIL PROTECTED] On Behalf Of Eric Wilhelm >Sent: Monday, June 12, 2006 1:09 PM >To: inline@perl.org >Subject: Re: Inline on XP (and spaces in the path) > ># from Robert Hicks ># on Monday 12 June 2006 07:15 am: > >>Can't open C:\Documents\config for output. > >This sounds familiar. Please try this inline: > > http://scratchcomputing.com/code/x-Inline/Inline-0.44_01.tar.gz >
Well, I had to pull a late nighter. Is this a pure Perl module? I do a "perl Makefile.pl" and I get: C:\Documents and Settings\BLHicks2\Desktop\Inline-0.44_01>perl Makefile.PL Set up gcc environment - 3.4.2 (mingw-special) Inline::C is packaged with Inline.pm because it is the most commonly used Inline Language Support Module (ILSM). See also: Inline::ASM, ::Awk, ::BC, ::Basic, ::Befunge, ::CPP (C++), ::CPR, ::Foo, ::Guile, ::Java, ::Octave, ::PERL, ::Python, ::Ruby, ::TT, ::Tcl and ::WebChat. Config.pm indicates that your version of Perl was built with this C compiler: gcc.exe I have located this compiler on your system: Do you want to install Inline::C? [y] y Writing Makefile for Inline::C Writing Makefile for Inline Fixing Makefile for MSWin32 C:\Documents and Settings\BLHicks2\Desktop\Inline-0.44_01> Then I do a make using MinGW's version: C:\Documents and Settings\BLHicks2\Desktop\Inline-0.44_01>mingw32-make mingw32-make: *** No rule to make target `C:\Perl\libConfig.pm', needed by `make file'. Stop. C:\Documents and Settings\BLHicks2\Desktop\Inline-0.44_01> If this is a pure perl module I can just copy everything where it needs to go. I have done that before. :Robert