Hi.

Add in a missing 'n'. Also, the file 'config/auto/byteorder.pl' is missing a
newline at the end of the file. A simple open and save in vim would fix
that up.

Parrot builds nicely on my old machine.

$ ./parrot -j ./examples/assembly/mops.pasm
Iterations:    100000000
Estimated ops: 200000000
Elapsed time:  0.535377
M op/s:        373.568514
$

This is on an old 200 MHz Pentium.

Art Haas

Index: config/init/headers.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/headers.pl,v
retrieving revision 1.4
diff -u -r1.4 headers.pl
--- config/init/headers.pl      23 Aug 2003 09:40:08 -0000      1.4
+++ config/init/headers.pl      12 Feb 2004 15:12:09 -0000
@@ -5,7 +5,7 @@
 use Parrot::Configure::Step;
 use ExtUtils::Manifest qw(maniread);
 
-$description="Determinig nongenerated header files...";
+$description="Determining nongenerated header files...";
 
 @args=();
 

Reply via email to