Re: perlXStut
From: Sisyphus (kalinaubears_at_iinet.net.au)
Date: 09/25/04
- Next message: Anno Siegel: "Re: Help with my brute force method"
- Previous message: Tore Aursand: "Re: what's wrong in this Perl Regex expression?"
- In reply to: Ketema: "perlXStut"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 25 Sep 2004 21:03:13 +1000
Ketema wrote:
> I am attempting to go through the perlXStut and I can't complete the
> make process. My system is WinXP. I have Visual Studio.Net 2003
> installed, so I am using nmake, as also confirmed by perl -V:make. My
> perl is Activestate v5.8.4.
> My perl -V:libc is msvcrt.lib.
>
> After having a buch of files missing I finally figured out to add
> "c:\Program Files\Microsoft Visual Studio .NET
> 2003\Vc7\bin","c:\Program Files\Microsoft Visual Studio .NET
> 2003\Vc7\include" and "c:\Program Files\Microsoft Visual Studio .NET
> 2003\Vc7\lib" in my perl inc path. The files I am trying to create is
> right out of perlXStut: Mytest. The error I am getting is:
>
> Microsoft (R) Program Maintenance Utility Version 7.10.3077
> Copyright (C) Microsoft Corporation. All rights reserved.
>
If you want to use Visual Studio .NET as your compiler you should build
your perl with that compiler. ActiveState perl was built with Visual
Studio 6 and that will lead to problems when you try to use Visual
Studio .NET with it (as you have just found out). You could download the
source to AS build 810 (perl 5.8.4) from the ActiveState site and build
with Visual Studio .NET. It's not difficult. Or you would probably find
that the latest source from CPAN (perl 5.8.5) also builds easily with
Visual Studio .NET.
Alternatively, if you want to stick with ActiveState-built perl, then
you should use Visual Studio 6 (MSVC++ 6.0) as your compiler.
There are possibly workarounds that enable you to use Visual Studio .NET
with ActiveState-built perl, but I don't know what they are (and have
little interest in learning of them :-)
Cheers,
Rob
-- To reply by email u have to take out the u in kalinaubears.
- Next message: Anno Siegel: "Re: Help with my brute force method"
- Previous message: Tore Aursand: "Re: what's wrong in this Perl Regex expression?"
- In reply to: Ketema: "perlXStut"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|