Index: tools/dev/pbc_to_exe_gen.pl
===================================================================
--- tools/dev/pbc_to_exe_gen.pl	(revisione 24437)
+++ tools/dev/pbc_to_exe_gen.pl	(copia locale)
@@ -161,7 +161,7 @@
     out = 'header'()
 
     $S0 = <<'END_PC'
-const int8_t const program_code[] = {
+const unsigned char program_code[] = {
 @BYTECODE@
 };
 
Index: config/gen/makefiles/root.in
===================================================================
--- config/gen/makefiles/root.in	(revisione 24437)
+++ config/gen/makefiles/root.in	(copia locale)
@@ -777,7 +777,7 @@
 
 perl6 : all pbc_to_exe
 	$(MAKE) languages/perl6
-	$(CUR_DIR)/pbc_to_exe($EXE) languages/perl6/perl6.pbc
+	$(CUR_DIR)/pbc_to_exe$(EXE) languages/perl6/perl6.pbc
 
 #
 # TODO build the real miniparrot
