Discussion:
dmake.exe: Error code 255, while making 'test'
(too old to reply)
tt
2004-11-27 01:45:45 UTC
Permalink
ViergeHi,

I try to install Perl 5.8.5 on my Win XP Pro SP2 with thoses items:

--> Perl 5.8.5 ( put in C:\perl\ )

I got it on this site: http://www.perl.com/download.csp

It was this version

"
Stable Production Release
The current version of Perl is 5.8.5. This is a stable, tested release that you should use in production environments.

DOWNLOAD Stable Release from CPAN/src
Get source for Unix and Windows systems stable.tar.gz archive

Features new to this release include generation of C code and support for lightweight processes. This version is a stable, production release that compiles out of the box for virtually all flavors of Unix (its native environment), plus VMS, OS/2, and 32-bit Microsoft platforms as well.

"



--> dmake-4.1pl1-win32 ( I put dmake.exe and the folder "startup" in C:\perl\perl-5.8.5\win32\ )
--> MinGW-3.1.0-1 ( put in C:\MinGW\ )


my "path" environment is:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Fichiers communs\Roxio Shared\DLLShared;C:\MinGW\MinGW\bin



At the end of the test phase ( C:\Perl\perl-5.8.5\win32>dmake test ), I got this:


Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
../lib/ExtUtils/t/Constant.t 272 270 99.26% 3-272
../lib/ExtUtils/t/basic.t 60 15360 73 60 82.19% 7-55 57-64 67 70 73
../lib/ExtUtils/t/recurs.t 2 512 25 2 8.00% 6 14
56 tests and 684 subtests skipped.
Failed 3/884 test scripts, 99.66% okay. 332/86048 subtests failed, 99.61% okay.
dmake.exe: Error code 255, while making 'test'
Do anyone know what is the problem? Could I, despite this trouble, go further without wrong consequences?

Thank you very much!

t
Ben Morrow
2004-11-28 19:09:34 UTC
Permalink
-=-=-=-=-=-
[Alternative: text/html]
Don't do that.
-=-=-=-=-=-
-=-=-=-=-=-
[Attachment type=image/gif, name=BlankBkgrd.gif]
And *certainly* don't do that.

Ben
--
Musica Dei donum optimi, trahit homines, trahit deos. |
Musica truces molit animos, tristesque mentes erigit. | ***@morrow.me.uk
Musica vel ipsas arbores et horridas movet feras. |
tt
2004-11-30 19:47:36 UTC
Permalink
Hello,

I don't understand. The text before your words is just filled withe
underscores.

???!!???

Thanks

t
Post by Ben Morrow
-=-=-=-=-=-
[Alternative: text/html]
Don't do that.
-=-=-=-=-=-
-=-=-=-=-=-
[Attachment type=image/gif, name=BlankBkgrd.gif]
And *certainly* don't do that.
Ben
--
Musica Dei donum optimi, trahit homines, trahit deos. |
Musica truces molit animos, tristesque mentes erigit. |
Musica vel ipsas arbores et horridas movet feras. |
Michael Carman
2004-11-30 22:16:36 UTC
Permalink
Please don't top-post. Place your comments *after* the text you are
replying to. [post reordered]
Post by tt
Post by Ben Morrow
[Alternative: text/html]
Don't do that.
[Attachment type=image/gif, name=BlankBkgrd.gif]
And *certainly* don't do that.
I don't understand.
Usenet is a textual medium. Don't post markup (like HTML). Not everyone
is using a newsreader that understands such things. Similarly, don't
post binaries (like images). [There are newsgroups where posting of
binaries is permitted, but these usually have "binaries" somewhere in
their name.]

-mjc
tt
2004-12-01 19:42:59 UTC
Permalink
Post by Michael Carman
Please don't top-post. Place your comments *after* the text you are
replying to. [post reordered]
Post by tt
Post by Ben Morrow
[Alternative: text/html]
Don't do that.
[Attachment type=image/gif, name=BlankBkgrd.gif]
And *certainly* don't do that.
I don't understand.
Usenet is a textual medium. Don't post markup (like HTML). Not everyone
is using a newsreader that understands such things. Similarly, don't
post binaries (like images). [There are newsgroups where posting of
binaries is permitted, but these usually have "binaries" somewhere in
their name.]
-mjc
Ok thanks for informations.

t
tt
2004-12-02 21:51:44 UTC
Permalink
Post by tt
Post by Michael Carman
Please don't top-post. Place your comments *after* the text you are
replying to. [post reordered]
Post by tt
Post by Ben Morrow
[Alternative: text/html]
Don't do that.
[Attachment type=image/gif, name=BlankBkgrd.gif]
And *certainly* don't do that.
I don't understand.
Usenet is a textual medium. Don't post markup (like HTML). Not everyone
is using a newsreader that understands such things. Similarly, don't
post binaries (like images). [There are newsgroups where posting of
binaries is permitted, but these usually have "binaries" somewhere in
their name.]
-mjc
Ok thanks for informations.
t
Hello,
I finally found the pb, that was I haden't put enough informations in the
path environment variable. I put finally all this:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
Files\Fichiers communs\Roxio
Shared\DLLShared;C:\MinGW\MinGW\bin;C:\Perl\perl-5.8.5\win32;C:\Perl\perl-5.8.5\win32\startup;C:\Perl\perl-5.8.5\win32\bin;

It ran after I added the last three items ( C:\Perl\perl-5.8.5\win32\startup
is the dmake folder I put here ). I'm not sure the three were required.
This wasn't mentioned in the perl's windows Readme file.

Thanks
bye.

Loading...