Skip Menu |

This queue is for tickets about the AI-MegaHAL CPAN distribution.

Report information
The Basics
Id: 32694
Status: resolved
Priority: 0/
Queue: AI-MegaHAL

People
Owner: Nobody in particular
Requestors: ilikecereal_pi [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Does not work on Windows
Date: Sat, 26 Jan 2008 17:51:04 -0800 (PST)
To: bug-AI-MegaHAL [...] rt.cpan.org
From: Drew Reed <ilikecereal_pi [...] yahoo.com>
Hi there! I am a huge fan of the MegaHAL module, I use it very frequently. When I was installing from the CPAN site (the ppm only has version 0.05), I ran Makefile.pl, and it said: Checking if your kit is complete... Looks good Writing Makefile for AI::MegaHAL So everything looks fine. When I tried to install with "nmake" (the Microsoft equivalent of "make") it gives the following error: Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEX T -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.06_01\" -DXS_VERSION=\"0.06_01\" "-IC:\Perl\lib\CORE" MegaHAL .c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1' Stop. I am running Microsoft Windows XP (SP2) [Version 5.1.2600] and "perl, v5.8.8 built for MSWin32-x86-multi-thread" This error comes up on all versions of of the module on Windows. It also happens on my (Windows) laptop. I would really like to have version 0.06_01 of the module, but I seem to be stuck for now. If you could come up with some way to fix it, that would be great, and I bet there are other people who who be grateful as well. Thank you! -Andrew Reed --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search.
Jan 26 20:51:27 2008, ilikecereal_pi@yahoo.com wrote: Show quoted text
> 'cl' is not recognized as an internal or external command,
You need a compiler to build AI::MegaHAL. If you use ActiveState Perl 5.8.8 with ppm4 (build 820 or later), you can add my repository with this command: ppm repo add http://chorny.net/ppm4/ chorny.net My repository includes many modules fixed by myself to work on Windows. I don't update this repository frequently, but if you need any module for Windows, I can build it. Just write to alexchorny @ gmail . com P.S. Also you can look at http://win32.perl.org wiki. -- Alexandr Ciornii, http://chorny.net