----- Original Message ----- From: "Hicks, Robert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <inline@perl.org> Sent: Tuesday, June 13, 2006 1:36 PM Subject: RE: Inline on XP (and spaces in the path)
> > > >-----Original Message----- > >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >Sent: Monday, June 12, 2006 11:27 PM > >To: Hicks, Robert; inline@perl.org > >Subject: Re: Inline on XP (and spaces in the path) > > > > > >----- Original Message ----- > >From: "Hicks, Robert" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]>; <inline@perl.org> > >Sent: Tuesday, June 13, 2006 1:09 PM > >Subject: RE: Inline on XP (and spaces in the path) > > > > > >> C:\TEMP\Inline-0.44_01>perl -Mblib C/t/01syntax.t > >> 1..5 > > > >Doh !!! - sorry, I thought we were dealing with Inline-0.44 .... and > yes, > >you are getting the same as me with Inline-0.44_01. > > I can get .44 from PPM but that version is what initially started this > whole thread. Aaaaah ... *that* is most likely the problem !!! That ppm was built for 'nmake' and Microsoft's 'cl' compiler. I don't think that will work with 'dmake' and 'gcc'. You can use just about every other ppm that ActiveState offers - but I'm fairly sure you'll have to build Inline-0.44 from source if you're using 'dmake' and 'gcc'. > > > > >Now that you've got rid of the spaces Inline-0.44 should build, test > and > >work flawlessly for you. > > Define work? : ) Well ... for a start 'dmake test' should pass all tests. Cheers, Rob