From: "Trevor Joerges" <[EMAIL PROTECTED]>
To: "alex p" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: Re: PAR-.79 help
Date: Tue, 3 Feb 2004 12:05:54 -0500
Alex,
Is your compiler (nmake or GNU make) located in your system path somewhere?
It looks like the MakeFile is not finding it. What I would recommend is downloading the Microsoft nmake and placing it in your CL\WinNT directory but rename it to make.exe. Also, I'm not sure why your command "perl Makefile.PL" is trying to fetch the .par file - mine didn't do that. My results look like this:
E:\Perl Modules\PAR-0.79>perl Makefile.PL *** ExtUtils::AutoInstall version 0.56 *** Checking for dependencies... [Core Features] - File::Temp ...loaded. (0.13) - Compress::Zlib ...loaded. (1.16 >= 1.16) - Archive::Zip ...loaded. (1.06 >= 1) - Module::ScanDeps ...loaded. (0.38 >= 0.37) - PAR::Dist ...loaded. (0.06 >= 0.06) *** ExtUtils::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for the par.exe program Writing Makefile for PAR
Your 2nd question regarding PerlApp, it is very easy to use but it is not free. It comes with the Perl Development Kit (PDK).
Trevor.
----- Original Message ----- From: "alex p" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 03, 2004 11:05 AM Subject: Re: PAR-.79 help
> My output
>
> < >
> C:\Documents and Settings\win32 tools\par\PAR-0.79>perl Makefile.PL
> *** ExtUtils::AutoInstall version 0.56
> *** Checking for dependencies...
> [Core Features]
> - File::Temp ...loaded. (0.13)
> - Compress::Zlib ...loaded. (1.16 >= 1.16)
> - Archive::Zip ...loaded. (1.06 >= 1)
> - Module::ScanDeps ...loaded. (0.38 >= 0.37)
> - PAR::Dist ...loaded. (0.06 >= 0.06)
> *** ExtUtils::AutoInstall configuration finished.
> Fetching 'PAR-0.79-MSWin32-x86-multi-thread-5.8.0.par' from
www.cpan.org...
> Fetching failed:
> No compiler found, won't generate 'script/parl.exe'!
> Writing Makefile for PAR
> <\>
>
> I have manually tried to download the
> "'PAR-0.79-MSWin32-x86-multi-thread-5.8.0.par" from CPAN using PPM but
cant
> find it???
>
> How well and/or easy is PerlApp??
>
>
>
> >From: "Trevor Joerges" <[EMAIL PROTECTED]>
> >To: "alex p" <[EMAIL PROTECTED]>
> >Subject: Re: PAR-.79 help
> >Date: Tue, 3 Feb 2004 10:53:44 -0500
> >
> >It all worked fine for me. I just downloaded the PAR archive from CPAN
and
> >expanded it into a separate directory. I changed to that directory and
ran:
> >
> >perl Makefile.PL
> >nmake
> >nmake test
> >nmake install
> >
> >And it all built fine. I just haven't tried using it yet. Personally I
use
> >PerlApp.
> >
> >HTH,
> >Trevor.
> >
> >
> >----- Original Message -----
> >From: "alex p" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Tuesday, February 03, 2004 10:35 AM
> >Subject: Re: PAR-.79 help
> >
> >
> > > I do have nmake installed. It is my understanding that a PAR needs to
> >be
> > > created..<<<--- I dont know how to do that?? or whre do i find:
> > >
> > > "vcvars32.bat" or equivalent
> > >
> > >
> > >
> > > >From: "Trevor Joerges" <[EMAIL PROTECTED]>
> > > >To: "alex p" <[EMAIL PROTECTED]>
> > > >Subject: Re: PAR-.79 help
> > > >Date: Tue, 3 Feb 2004 09:31:16 -0500
> > > >
> > > >Try it using either nmake from Microsoft or GNU make for Windows.
> > > >
> > > >GNU http://unxutils.sourceforge.net/
> > > >Microsoft
> > >
> >
>http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.ex
> >e
> > > >
> > > >HTH,
> > > >Trevor Joerges
> > > >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > >$_=q;USFWPSZK.ZKPFSHFT,kvtuZbopuifsZQZibdl,qpxfsfeZcyZQ,,iuuq://;.
> > >
>q;xxx.;.q;~,[EMAIL PROTECTED],;;s;~;tfoenjnf.dpn;g;y;B-x;A-w;;s;P;perl;g;s;,;\n;g;
> > > >s;Y; ;g;print;
> > > >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > >
> > > >
> > > >----- Original Message -----
> > > >From: "alex p" <[EMAIL PROTECTED]>
> > > >To: <[EMAIL PROTECTED]>
> > > >Sent: Monday, February 02, 2004 11:27 AM
> > > >Subject: PAR-.79 help
> > > >
> > > >
> > > > > Hello all,
> > > > >
> > > > > I am attempting to install PAR 0.79 to be able to turn my .pl
> >scripts
> > > >into
> > > > > .exe's but am having the following troulbes:
> > > > >
> > > > > <error when MAKEfilePL.pl is executed>
> > > > >
> > > > > Fetching 'PAR-0.79-MSWin32-x86-multi-thread-5.8.0.par' from
> > > >www.cpan.org...
> > > > > Fetching failed:
> > > > > No compiler found, won't generate 'script/parl.exe'!
> > > > > Writing Makefile for PAR
> > > > >
> > > > > <\Error>
> > > > > Per the documentation (see below)
> > > > >
> > > > > Also, if you do not have the compiler (<< which i do not!) used to
> > > >compile
> > > > > your version or
> > > > > Perl (e.g. Microsoft Visual C++ for ActivePerl -- do not forget to
> >run
> > > > > "vcvars32.bat" or equivalent (<<< what is equivalent???) before
> >"perl
> > > > > Makefile.PL"!), and nobody
> > > > > has generated a Windows-specific PAR yet, you will not be able to
> > > > > generate binary executables using 'pp'
> > > > >
> > > > > How do I create a WINDOWS-SPECIFIC PAR??
> > > > >
> > > > > Please help.
> > > > >
> > > > > TYIA
> > > > >
> > > > > _________________________________________________________________
> > > > > There are now three new levels of MSN Hotmail Extra Storage!
Learn
> > > >more.
> > > > > http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1
> > > > >
> > > > > _______________________________________________
> > > > > Perl-Win32-Users mailing list
> > > > > [EMAIL PROTECTED]
> > > > > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> > > > >
> > > >
> > > >
> > >
> > > _________________________________________________________________
> > > What are the 5 hot job markets for 2004? Click here to find out.
> > >
>
>http://msn.careerbuilder.com/Custom/MSN/CareerAdvice/WPI_WhereWillWeFindJob
sIn2004.htm?siteid=CBMSN3006&sc_extcmp=JS_wi08_dec03_hotmail1
> > >
> > >
> >
> >
>
> _________________________________________________________________
> What are the 5 hot job markets for 2004? Click here to find out.
>
http://msn.careerbuilder.com/Custom/MSN/CareerAdvice/WPI_WhereWillWeFindJobsIn2004.htm?siteid=CBMSN3006&sc_extcmp=JS_wi08_dec03_hotmail1
>
> _______________________________________________
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_________________________________________________________________
Find high-speed �net deals � comparison-shop your local providers here. https://broadband.msn.com
_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
