Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

pugs 'make clean' fatal error on ms windows

88 views
Skip to first unread message

Carl Franks

unread,
May 31, 2005, 8:32:33 AM5/31/05
to perl6-compiler
Running `make clean` on WindowsXP is dying with an "expanded command
line too long" error.

Output as follows:

>make clean

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

cd ext\Algorithm-TokenBucket && C:\Perl\bin\perl.exe -Iinc -MExtUtils::C
ommand -e test_f Makefile && MAKE clean
cd ext\Benchmark && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e te
st_f Makefile && MAKE clean
cd ext\CGI && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e test_f M
akefile && MAKE clean
cd ext\Config-Tiny && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e
test_f Makefile && MAKE clean
cd ext\File-Spec && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e te
st_f Makefile && MAKE clean
cd ext\fp && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e test_f Ma
kefile && MAKE clean
cd ext\HTML-Entities && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -
e test_f Makefile && MAKE clean
cd ext\lib && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e test_f M
akefile && MAKE clean
cd ext\libwww-perl && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e
test_f Makefile && MAKE clean
cd ext\Locale-KeyedText && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Comman
d -e test_f Makefile && MAKE clean
cd ext\Net-IRC && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e test
_f Makefile && MAKE clean
cd ext\Perl-MetaModel && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command
-e test_f Makefile && MAKE clean
cd ext\Pod-Event-Parser && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Comman
d -e test_f Makefile && MAKE clean
cd ext\Set && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e test_f M
akefile && MAKE clean
cd ext\Test && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e test_f
Makefile && MAKE clean
cd ext\Test-Builder && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e
test_f Makefile && MAKE clean
cd ext\Tree && C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e test_f
Makefile && MAKE clean
NMAKE : fatal error U1095: expanded command line 'C:\Perl\bin\perl.exe -Iinc -ME
xtUtils::Command -e rm_rf pugs* src\Pugs\pugs_config.h src\Pugs\pugs_version.h s
rc\Pugs\pugs_config.h src\Pugs\Config.hs blib6 test.log src\Pugs\Embed\Parrot.hs
src\Pugs\Embed\Parrot_hsc.* src\Pugs\Run\Perl5_stub.* src\Data\Yaml\Syck_stub.*
src\Data\Yaml\Syck.hs pcre\*.o* perl5\*.o* syck\*.o* src\*.hpp src\*.hi src\*.o
* src\Data\*.hpp src\Data\*.hi src\Data\*.o* src\IMC\*.hpp src\IMC\*.hi src\IMC\
*.o* src\pcre\*.hpp src\pcre\*.hi src\pcre\*.o* src\perl5\*.hpp src\perl5\*.hi s
rc\perl5\*.o* src\perl6\*.hpp src\perl6\*.hi src\perl6\*.o* src\pge\*.hpp src\pg
e\*.hi src\pge\*.o* src\Pugs\*.hpp src\Pugs\*.hi src\Pugs\*.o* src\RRegex\*.hpp
src\RRegex\*.hi src\RRegex\*.o* src\syck\*.hpp src\syck\*.hi src\syck\*.o* src\D
ata\Yaml\*.hpp src\Data\Yaml\*.hi src\Data\Yaml\*.o* src\pge\library\*.hpp src\p
ge\library\*.hi src\pge\library\*.o* src\pge\PGE\*.hpp src\pge\PGE\*.hi src\pge\
PGE\*.o* src\Pugs\AST\*.hpp src\Pugs\AST\*.hi src\Pugs\AST\*.o* src\Pugs\Compile
\*.hpp src\Pugs\Compile\*.hi src\Pugs\Compile\*.o* src\Pugs\Cont\*.hpp src\Pugs\
Cont\*.hi src\Pugs\Cont\*.o* src\Pugs\Embed\*.hpp src\Pugs\Embed\*.hi src\Pugs\E
mbed\*.o* src\Pugs\External\*.hpp src\Pugs\External\*.hi src\Pugs\External\*.o*
src\Pugs\Parser\*.hpp src\Pugs\Parser\*.hi src\Pugs\Parser\*.o* src\Pugs\Prim\*.
hpp src\Pugs\Prim\*.hi src\Pugs\Prim\*.o* src\Pugs\Rule\*.hpp src\Pugs\Rule\*.hi
src\Pugs\Rule\*.o* src\Pugs\Run\*.hpp src\Pugs\Run\*.hi src\Pugs\Run\*.o* src\P
ugs\Types\*.hpp src\Pugs\Types\*.hi src\Pugs\Types\*.o* src\pge\library\Data\*.h
pp src\pge\library\Data\*.hi src\pge\library\Data\*.o* src\Pugs\Compile\Parrot\*
.hpp src\Pugs\Compile\Parrot\*.hi src\Pugs\Compile\Parrot\*.o* ./blib Makefile.a
perl D:\pugstemp\blib\arch\auto\Perl6\Pugs/extralibs.all D:\pugstemp\blib\arch\a
uto\Perl6\Pugs/extralibs.ld perlmain.c tmon.out mon.out so_locations pm_to_blib
*.obj *.lib perl.exe perl perl.exe Pugs.bso Pugs.def libPugs.def Pugs.exp Pugs.
x core core.*perl.*.? *perl.core core.[0-9] core.[0-9][0-9] core.[0-9][0-9][0-9]
core.[0-9][0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9][0-9]' too long
Stop.

Aankhen

unread,
May 31, 2005, 10:49:30 AM5/31/05
to perl6-c...@perl.org
On 5/31/05, Carl Franks <firea...@gmail.com> wrote:
> Running `make clean` on WindowsXP is dying with an "expanded command
> line too long" error.
You need to get a later version of nmake. The latest is 7.10, I believe.

Aank

Carl Franks

unread,
May 31, 2005, 11:33:54 AM5/31/05
to Aankhen, perl6-compiler
On 5/31/05, Aankhen <aan...@gmail.com> wrote:
> You need to get a later version of nmake. The latest is 7.10, I believe.

1.50 -> 7.10
That's quite a version number jump!

I've updated it, and it works now, thanks.

Carl

0 new messages