----- Original Message ----- From: "Brian Ingerson" <[EMAIL PROTECTED]> To: "Inline Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 3:36 AM Subject: Inline-0.44-TRIAL8
> http://ttul.org/~ingy/release/Inline-0.44-TRIAL8.tar.gz > > --- > version: 0.44 > date: Wed Oct 23 10:27:41 PDT 2002 > changes: > - Used File::Spec::Unix for %INC keys (which are always in Unix form) > So now '$realname' contains forward slashes - and we don't croak at the M27 line. But 'File::Spec->catfile(@endparts)' returns backslashes so we still croak at the M28 line. Mitchell's patch for trial7 works fine (with trial7, but not trial8). Once I stuff around with the slash delimiters so that they're pointing in the required direction, then Math::Simple builds and tests fine. I still get the following included in my 'nmake' output. _________________________________________ ## Differing versions of auto/Math/Simple/Simple.dll found. You might like to rm D:\Perl\site\lib\auto\Math\Simple\Simple.dll rm D:\Perl\site\lib\auto\Math\Simple\Simple.dll ## Differing versions of auto/Math/Simple/Simple.exp found. You might like to rm D:\Perl\site\lib\auto\Math\Simple\Simple.exp rm D:\Perl\site\lib\auto\Math\Simple\Simple.exp ## Differing versions of auto/Math/Simple/Simple.lib found. You might like to rm D:\Perl\site\lib\auto\Math\Simple\Simple.lib rm D:\Perl\site\lib\auto\Math\Simple\Simple.lib __________________________________________ It's the sort of thing that's confusing first time round - but most will probably just ignore it, anyway - which seems to be the right thing to do :-) I expect that the behaviour I mentioned regarding 'unsigned' declarations still persists. It's an Inline::C thing, and I don't think you made any changes to that file. Cheers, Rob
