NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
It fails... (Score:1)
C:\cygwin\home\Administrator\Works\Perl\Devel-AssertLib\dagolden>nmake test
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load........ok
t/found..........'C:\Program' is not recognized as an internal or external command,
ope
Re:It fails... (Score:1)
C:\cygwin\home\Administrator\Works\Perl\Devel-AssertLib\dagolden\bazbam.c ANDYARMSTRO89E4\Administrator:F
ANDYARMSTRO89E4\None:R
Everyone:R
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
bazbam.c
c1 : fatal error C1083: Cannot open source file: 'bazbam.c': Permission denied
I put bazbam.c in the project directory in case the temp dir was the problem. I can compile it manually using the same command line with no problem.
I'd forgotten just how profoundly painful the simplest things are in Windows
I'm going to have to take a break from this for now. I'll try to have another look at it later.
Reply to This
Parent
Re: (Score:1)
Damn. Well, thanks very much for manually smoking this for me. I'll have to see about getting AS/MSVC up in a virtual machine and working this problem from there.
-- dagolden
Re: (Score:1)