module installation

I have been trying to install a variety of modules and all have failed during
the make portion.
all modules seem to give the same error where a variable is pointed to an
incomplete type. I have recompiled perl, I have recompiled make any ideas on
what I can try. :-(

chuck

************************************************************ **********
Mercantile Bankshares Corporation Confidential Electronic Mail:
The information contained in this message is intended only for the
persons to whom it is addressed and may contain confidential or
privileged material. Copying, distributing, dissemination, reliance on,
or other use of the information by persons other than the intended
recipient(s) is prohibited. If you received this message in error,
please notify the sender and delete the entire message from any
computer.
************************************************************ **********
Charles.Belcher [ Fr, 11 Oktober 2002 22:30 ] [ ID #238043 ]

Re: module installation

Try posting the full text of the errors. That will better enable
someone to help, along with your current version of Perl, the system
(OS, processor), and the particular module you are trying to install.

http://danconia.org

Charles.Belcher [at] mercantile.net wrote:
> I have been trying to install a variety of modules and all have failed during
> the make portion.
> all modules seem to give the same error where a variable is pointed to an
> incomplete type. I have recompiled perl, I have recompiled make any ideas on
> what I can try. :-(
>
> chuck
>
> ************************************************************ **********
> Mercantile Bankshares Corporation Confidential Electronic Mail:
> The information contained in this message is intended only for the
> persons to whom it is addressed and may contain confidential or
> privileged material. Copying, distributing, dissemination, reliance on,
> or other use of the information by persons other than the intended
> recipient(s) is prohibited. If you received this message in error,
> please notify the sender and delete the entire message from any
> computer.
> ************************************************************ **********
>
>
>
>
wiggins [ Mo, 14 Oktober 2002 02:55 ] [ ID #238089 ]

Re: module installation

----- Original Message -----
From: "Jyoti" <jyoti.bansode [at] gmail.com>
To: <beginners [at] perl.org>
Sent: Wednesday, March 10, 2010 3:46 PM
Subject: module installation


>i want to install libwin32-0.191 on my windows XP...

That's a fairly old version (July 2002). Is there a reason that you wish to
install that particular version ?
Source for the latest version (0.29) is available from CPAN:

http://search.cpan.org/CPAN/authors/id/J/JD/JDB/libwin32-0.2 9.tar.gz

In order to help you with any test failures we really need to see a
copy'n'paste of the 'nmake' and 'nmake test' output.
(Incidentally, you don't need to run 'nmake' and 'nmake test' separately -
you can just run 'nmake test' straight after 'perl Makefile.PL'.)

Cheers,
Rob


--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
sisyphus1 [ Mi, 10 März 2010 06:27 ] [ ID #2034581 ]

Re: module installation

--00163630e9f581af0f04816be1be
Content-Type: text/plain; charset=ISO-8859-1

Thanks for reply. I followed ur suggested steps but still getting same
error. I copied the error below.

C:\strawberry\perl\libwin32-0.29>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for libwin32

C:\strawberry\perl\libwin32-0.29>nmake test

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

syntax error at -e line 1, next char )
Missing right curly or square bracket at -e line 1, at end of line
Execution of -e aborted due to compilation errors.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code
'0xff'
Stop.

On Wed, Mar 10, 2010 at 10:57 AM, Sisyphus <sisyphus1 [at] optusnet.com.au>wrote:

>
> ----- Original Message ----- From: "Jyoti" <jyoti.bansode [at] gmail.com>
> To: <beginners [at] perl.org>
> Sent: Wednesday, March 10, 2010 3:46 PM
> Subject: module installation
>
>
>
> i want to install libwin32-0.191 on my windows XP...
>>
>
> That's a fairly old version (July 2002). Is there a reason that you wish to
> install that particular version ?
> Source for the latest version (0.29) is available from CPAN:
>
> http://search.cpan.org/CPAN/authors/id/J/JD/JDB/libwin32-0.2 9.tar.gz
>
> In order to help you with any test failures we really need to see a
> copy'n'paste of the 'nmake' and 'nmake test' output.
> (Incidentally, you don't need to run 'nmake' and 'nmake test' separately -
> you can just run 'nmake test' straight after 'perl Makefile.PL'.)
>
> Cheers,
> Rob
>

--00163630e9f581af0f04816be1be--
jyoti [ Mi, 10 März 2010 06:50 ] [ ID #2034582 ]

Re: module installation

----- Original Message -----
From: "Jyoti" <jyoti.bansode [at] gmail.com>
To: "Sisyphus" <sisyphus1 [at] optusnet.com.au>
Cc: <beginners [at] perl.org>
Sent: Wednesday, March 10, 2010 4:50 PM
Subject: Re: module installation


> Thanks for reply. I followed ur suggested steps but still getting same
> error. I copied the error below.
>
> C:\strawberry\perl\libwin32-0.29>perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> Writing Makefile for libwin32
>
> C:\strawberry\perl\libwin32-0.29>nmake test

If you're using Strawberry Perl you should use 'dmake' (which comes as part
of Strawberry Perl) instead of 'nmake'.

So, instead of running 'nmake test', run 'dmake test' (and then 'dmake
install') and see how that goes.

In general, you should use the make utility that is reported by running
'perl -V:make' (which will be 'dmake', for Strawberry Perl).

Cheers,
Rob


--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
sisyphus1 [ Mi, 10 März 2010 08:01 ] [ ID #2034584 ]
Perl » gmane.comp.lang.perl.beginners » module installation

Vorheriges Thema: Reading BInary file.
Nächstes Thema: module installation