Lines Matching refs:PrintErrorMessage

444 	PrintErrorMessage("Changing to $Path failed!") if (!$OK);
449 PrintErrorMessage("'bldmake bldfiles' exited with value " . ($? >> 8)) if ($? >> 8);
452 PrintErrorMessage("'abld MAKEFILE $TargetName' exited with value " . ($? >> 8)) if ($? >> 8);
455 PrintErrorMessage("'abld CLEAN $TargetName urel' exited with value " . ($? >> 8)) if ($? >> 8);
457 …if (-e $TargetFilePath) { unlink($TargetFilePath) or PrintErrorMessage("Removing $TargetFilePath")…
469 PrintErrorMessage("'abld TARGET $TargetName UREL' exited with value " . ($? >> 8)) if ($? >> 8);
486 PrintErrorMessage("'abld TARGET $TargetName UREL' apparently failed.");
489 PrintErrorMessage("Halting on error as requested!");
552 PrintErrorMessage("Changing to $build_dir failed!") if (!$OK);
565 PrintErrorMessage("Reading file '$file'") if (!$OK);
575 PrintErrorMessage("Writing file '$file'") if (!$OK);
584 PrintErrorMessage("'AdaptAllMMPs.pl' exited with value " . ($? >> 8)) if ($? >> 8);
612 if (-e $UnlinkFile) { unlink($UnlinkFile) or PrintErrorMessage("Removing $UnlinkFile"); }
614 if (-e $UnlinkFile) { unlink($UnlinkFile) or PrintErrorMessage("Removing $UnlinkFile"); }
616 if (-e $UnlinkFile) { unlink($UnlinkFile) or PrintErrorMessage("Removing $UnlinkFile"); }
621 PrintErrorMessage("'bldmake bldfiles' exited with value " . ($? >> 8)) if ($? >> 8);
624 PrintErrorMessage("'abld CLEAN $TargetName UREL' exited with value " . ($? >> 8)) if ($? >> 8);
636 PrintErrorMessage("'abld BUILD $TargetName UREL' exited with value " . ($? >> 8)) if ($? >> 8);
649 PrintErrorMessage("'makesis' $PkgFile exited with value " . ($? >> 8)) if (!$OK);
652 PrintErrorMessage("Halting on error as requested!");
671 PrintErrorMessage("'makesis' apparently failed. (?)");
688 PrintErrorMessage("Connecting to FTP $FTP_Host! Aborting!") if $newerr;
692 PrintErrorMessage("Logging in with $FTP_User to $FTP_Host! Aborting!") if $newerr;
702 PrintErrorMessage("Changing to dir $FTP_Dir! Aborting!");
720 PrintErrorMessage("Uploading package! Aborting!") if $newerr;
739 if (! -d $EPOCROOT) { PrintErrorMessage("$SDK Directory does not exist: '$EPOCROOT'"); return 0; }
740 if (! -d $EPOC32RT) { PrintErrorMessage("$SDK Directory does not exist: '$EPOC32RT'"); return 0; }
780 sub PrintErrorMessage() subroutine