mhonarc-users

MHonArc on Win 95

1998-11-14 01:43:05
I have the same problem than "Donald Seiler" (On November 10, 1998 at 10:04)
except that I run MHonArc under Win 95.

Version of Perl : V5.005_02 built for MSWin32-x86-object
binary built provided by ActiveState
Version of the program : MHonArc v2.3.0 (Perl 5.00502)
OS : Win 95
command-line and result :

C:\MHonArc> perl -w bin\mhonarc msgaa.aaj
Name "mhonarc::CODE" used only once: possible typo at bin\mhonarc line 41.
Error: Runtime exception


In mhopt.pl, I had to replace 
$tmp = join($DIRSEP, $ENV{'HOME'}, $DefRcName);
$tmp = join($DIRSEP, $INC[0], $DefRcName)  unless (-e $tmp);
by
$tmp = join($DIRSEP, $INC[0], $DefRcName);
because $ENV{'HOME'} is not defined under Win 95


Attachment: set.txt
Description: Text document

Attachment: Msgaa.aaj
Description: Binary data

<Prev in Thread] Current Thread [Next in Thread>