Re: make and Makefile.PL

2013-05-28 Thread Lawrence Statton
On 05/28/2013 12:09 PM, Rahim Fakir wrote: My system does not have Makefile.PL so what do i do??? Regards Ray Makefile.PL is a file that is included with every package from CPAN. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h

Re: make and Makefile.PL

2013-05-28 Thread Rahim Fakir
My system does not have Makefile.PL so what do i do??? Regards Ray On Tue, May 28, 2013 at 2:58 PM, Brandon McCaig wrote: > On Mon, May 27, 2013 at 09:21:41PM +0100, Rahim Fakir wrote: > > I have download Make for windows 7, but I have problems, with > > make nmake, and

Re: make and Makefile.PL

2013-05-28 Thread Brandon McCaig
On Mon, May 27, 2013 at 09:21:41PM +0100, Rahim Fakir wrote: > I have download Make for windows 7, but I have problems, with > make nmake, and Makefile.PL, i don't know how to install them. Strawberry Perl ships with a dmake.exe. Try that. E.g., perl Makefile.PL dmake dmake test dm

Fw: make and Makefile.PL

2013-05-28 Thread Shlomi Fish
Hi Ray, please reply to all recipients. Regards, Shlomi Fish Begin forwarded message: Date: Tue, 28 May 2013 09:49:48 +0100 From: Rahim Fakir To: Shlomi Fish Subject: Re: make and Makefile.PL Hy I have dwimperl and strawberryperl, but some programs ask for make that does not exits

Re: make and Makefile.PL

2013-05-27 Thread Shlomi Fish
Hi Rahim, On Mon, 27 May 2013 21:21:41 +0100 Rahim Fakir wrote: > I have download Make for windows 7, but I have problems, with make nmake, > and Makefile.PL, i don't know how to install them. Are you using ActivePerl? Which version and build? Did you try with http://strawberryp

Re: make and Makefile.PL

2013-05-27 Thread shawn wilson
Makefile.PL creates a Makefile - have you gotten that far? What's the problem? On May 27, 2013 4:23 PM, "Rahim Fakir" wrote: > I have download Make for windows 7, but I have problems, with make nmake, > and Makefile.PL, i don't know how to install them. >

make and Makefile.PL

2013-05-27 Thread Rahim Fakir
I have download Make for windows 7, but I have problems, with make nmake, and Makefile.PL, i don't know how to install them.

How do I arrange for Makefile.PL to create a modulino instance script?

2012-08-29 Thread David Christensen
beginners: I am working on a modulino [1] and would like to use ExtUtils::MakeMaker to generate a Makefile such that "make" (or "make all") copies the module file (lib/MyModulino.pm) to a script file (perl-bin/mymodulino.pl) and sets the execute bit. Any suggestions? TIA, David Refer

Re: how to resolve this Unparsable version '' for prerequisite Test::Strict at Makefile.PL line 563

2012-07-20 Thread Shlomi Fish
Hi Amit, On Fri, 20 Jul 2012 17:50:47 +0530 amit bondwal wrote: > Dear All, > > I am new to perl, I am facing a problem > while installing koha LMS software. When O run the Makefile.pl it shows > the below error: > Unparsable version '' for prerequisite Test::St

how to resolve this Unparsable version '' for prerequisite Test::Strict at Makefile.PL line 563

2012-07-20 Thread amit bondwal
Dear All, I am new to perl, I am facing a problem while installing koha LMS software. When O run the Makefile.pl it shows the below error: Unparsable version '' for prerequisite Test::Strict at Makefile.PL line 563 What is Unparsable version of Test::Strict? is it mean that I am u

cpan, (Makefile.PL modification time in future)

2010-05-10 Thread David Schmidt
Hello list I just attempted to upgrade my Catalyst modules and from 3 modules to upgrade only Catalyst::Runtime failed with this error msg. >Your installer Makefile.PL has a modification time in the future (1273266119 > >1273142317). > >This is known to create infinite loops in

Re: Custom install target in Makefile.PL

2009-12-08 Thread Steve Bertrand
Steve Bertrand wrote: > Hi all, > > I'm trying to customize a Makefile.PL with a custom install target. > > What I'd like is to have a 'make install', but have it ONLY install the > .pm files. It's becoming a pain to have to install everything with

Custom install target in Makefile.PL

2009-12-08 Thread Steve Bertrand
Hi all, I'm trying to customize a Makefile.PL with a custom install target. What I'd like is to have a 'make install', but have it ONLY install the .pm files. It's becoming a pain to have to install everything with every small change ;) I don't quite understand

Makefile.PL

2009-09-05 Thread Patrick Dupre
Hello, In my Makefile.PL, how can I have 2 MYEXTLIB ? I have 2 directories, on is OK, it is mylib I also would like to make a cd mylib2, and run the Makefile (make install). I tried to change the sub MY::postamble { ' $(MYEXTLIB): mylib/Makefile cd mylib && $(MAK

Re: Makefile.PL

2008-08-23 Thread Patrick Dupre
d that publishing my code is helpfull without tons of explanations. In addition, it includes c code and plenty of perl packages. The only think that I can do is to publish an example. I am not expecting debugging, it is my job. My main is to write a Makefile.PL which let me generate the right Make

Re: Makefile.PL

2008-08-23 Thread Rob Dixon
Patrick Dupre wrote: > > It is a bit more complex. > > I am a perl routine calling a Cpp routine, > I wrote the xs to interface the call. > I wrote the methods (in Cpp) for the Cpp class. > In fact I need to use a Minuit2 class. > One needs to call a function with is written in perl (I had no dou

Re: Makefile.PL

2008-08-23 Thread Patrick Dupre
How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank Makefile.PL is a program written using ExtUtils::MakeMaker to generate a makefile for building a Perl /extension/ module. ExtUtils::Embed is a module that will

Re: Makefile.PL

2008-08-22 Thread Rob Dixon
Patrick Dupre wrote: >> Patrick Dupre wrote: >>> On Fri, 22 Aug 2008, Rob Dixon wrote: >>>> Patrick Dupre wrote: >>>>> >>>>> How can I modify my Makefile.PL to have a Makefile which can make >>>>> cc -o test.o -c test.c `perl

Re: Makefile.PL

2008-08-22 Thread Patrick Dupre
Hello Bob, So, you do not have any solution for me ? Regards. Patrick Dupre wrote: On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank Makefile.PL is

Re: Makefile.PL

2008-08-22 Thread Patrick Dupre
On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank Makefile.PL is a program written using

Re: Makefile.PL

2008-08-22 Thread Rob Dixon
Patrick Dupre wrote: > On Fri, 22 Aug 2008, Rob Dixon wrote: > >> Patrick Dupre wrote: >>> How can I modify my Makefile.PL to have a Makefile which can make >>> cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` >>> >>> Thank >> Makefil

Re: Makefile.PL

2008-08-22 Thread Patrick Dupre
On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank Makefile.PL is a program written using ExtUtils::MakeMaker to generate a makefile for building a Perl

Re: Makefile.PL

2008-08-22 Thread Rob Dixon
Patrick Dupre wrote: > > How can I modify my Makefile.PL to have a Makefile which can make > cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` > > Thank Makefile.PL is a program written using ExtUtils::MakeMaker to generate a makefile for building a Perl /extension/ mo

Makefile.PL

2008-08-22 Thread Patrick Dupre
Hello, How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank -- --- == Patrick DUPRÉ | | Department of Chemistry

Re: How to set PREFIX when perl Makefile.PL

2006-06-05 Thread reader
[EMAIL PROTECTED] writes: > I knew this sometime in the past but now not finding the answer in > perldoc. > > How does one set a PREFIX when running ` perl Makefile.PL' so that > that the resulting Makefile has the proper PREFIX? Never mind somehow when I tried to

How to set PREFIX when perl Makefile.PL

2006-06-05 Thread reader
I knew this sometime in the past but now not finding the answer in perldoc. How does one set a PREFIX when running ` perl Makefile.PL' so that that the resulting Makefile has the proper PREFIX? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

RE: Is there any Makefile.pl example?

2005-08-09 Thread Bob Showalter
Yu Wang wrote: > Hi, > > I have written a program using Gtk2 in Perl. It's the first time I > write program in Perl, so I need some help in writting the Makefile.pl > > I have 1 file for main program, and 5 files for modules. Besides > that, I also have document files

Re: Is there any Makefile.pl example?

2005-08-09 Thread Offer Kaye
On 8/9/05, Yu Wang wrote: > Hi, > > I have written a program using Gtk2 in Perl. It's the first time I write > program > in Perl, so I need some help in writting the Makefile.pl > > I have 1 file for main program, and 5 files for modules. Besides that, I also > have

Is there any Makefile.pl example?

2005-08-09 Thread Yu Wang
Hi, I have written a program using Gtk2 in Perl. It's the first time I write program in Perl, so I need some help in writting the Makefile.pl I have 1 file for main program, and 5 files for modules. Besides that, I also have document files and some data files to be accessed by the code. I

Re: how/where to install xyz.pm from CPAN (no perl Makefile.PL; make; make test; make install)??

2004-10-11 Thread Ken Wolcott
don't remember seeing this topic addressed. In general, you should never manually drop in modules. Is there no Makefile.PL or Build.PL file with the module? If not and it is on CPAN, the author should have his or her @$$ kicked. =) What module(s) are you looking at? Randy. Hi Randy; That was

Re: how/where to install xyz.pm from CPAN (no perl Makefile.PL; make; make test; make install)??

2004-10-11 Thread Randy W. Sims
g this topic addressed. In general, you should never manually drop in modules. Is there no Makefile.PL or Build.PL file with the module? If not and it is on CPAN, the author should have his or her @$$ kicked. =) What module(s) are you looking at? Randy. -- To unsubscribe, e-mail: [EMAIL PROTECTE

how/where to install xyz.pm from CPAN (no perl Makefile.PL; make; make test; make install)??

2004-10-11 Thread Ken Wolcott
Hi; I see several very interesting CPAN modules regarding Rational/IBM ClearCase. These are just *.pm files. How/where do I install these? I have root privs. I want the modules to be available in the standard place(s). I guess I should just look at the %INC hash and place it in a "good" l

Re: how to set up Makefile.pl

2003-02-06 Thread Paul Tremblay
> Subject: RE: how to set up Makefile.pl > Date: Wed, 5 Feb 2003 17:13:24 -0500 > > Paul Tremblay wrote: > > Thanks, but this won't work. I need to open the data file and read > > some data. Later in the script, I need to open the data file again > > and read m

RE: how to set up Makefile.pl

2003-02-05 Thread Bob Showalter
Paul Tremblay wrote: > Thanks, but this won't work. I need to open the data file and read > some data. Later in the script, I need to open the data file again > and read more data. When I use , perl apparently reads one > line at a time until it finds what I want. It then starts at the line > I le

Re: how to set up Makefile.pl

2003-02-05 Thread Paul Tremblay
of a hack--and it would take a bit more time, though only a second or two. Paul On Wed, Feb 05, 2003 at 09:13:13AM -0500, RF wrote: > > >However, I have several files that need aren't modules but are needed > >for my script. One of these is a data file. How do I set up Makef

Re: how to set up Makefile.pl

2003-02-05 Thread RF
>However, I have several files that need aren't modules but are needed >for my script. One of these is a data file. How do I set up Makefile.pl >to make sure this data file gets put in a place where the script can >read it? The answer verbatim from The Perl Cookbook (http:

how to set up Makefile.pl

2003-02-04 Thread Paul Tremblay
I'm trying to write a Makefile.pl to distribute module. By just playing around, I believe I've kind of got the hang of how to make sure my module gets put in the right place. However, I have several files that need aren't modules but are needed for my script. One of these is a data

Re: Makefile.pl, now what?

2002-05-20 Thread Eric Beaudoin
tp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe>. > >EB> Then, all you have to do is: > >EB> perl Makefile.pl >EB> nmake >EB> nmake test >EB> nmake install > >EB> and you should be OK. > >thanks! That did most of it... Am I correct in assuming the

Re: Makefile.pl, now what?

2002-05-19 Thread Tim Musson
you have to do is: EB> perl Makefile.pl EB> nmake EB> nmake test EB> nmake install EB> and you should be OK. thanks! That did most of it... Am I correct in assuming the html documentation in the ActiveState distro is not updated by the above? Is there a document that describ

Re: Makefile.pl, now what?

2002-05-19 Thread Eric Beaudoin
At 19:53 2002.05.19, Tim Musson wrote: >I just grabbed a a module from CPAN (Pod-PalmDoc-0.0.2.tar.gz) and ran >the 'Makefile.pl' code. It generated 'Makefile' now what? > >I am running ActiveState on Win32. No C complier, but I don't see why >I woul

Makefile.pl, now what?

2002-05-19 Thread Tim Musson
I just grabbed a a module from CPAN (Pod-PalmDoc-0.0.2.tar.gz) and ran the 'Makefile.pl' code. It generated 'Makefile' now what? I am running ActiveState on Win32. No C complier, but I don't see why I would need one (it is only one .pm file, and belongs in the /lib/pod

Re: c compiler for Makefile.PL

2001-12-13 Thread Jenda Krynicky
From: "Lanceo" <[EMAIL PROTECTED]> > What C compiler does a Makefile.PL file expect? The one with which your perl was compiled. I think you can force Make::Maker to create makefiles for gcc, but I don't remember what exactly has to be changed in Conf

c compiler for Makefile.PL

2001-12-13 Thread Lanceo
What C compiler does a Makefile.PL file expect? I am having problems installing the MD5 module into a Perl installation on NT4, and I get a 'can't compile test program' error. When I look at the Makefile.PL sourcecode, it seems to want to issue the commands to the compiler in

Makefile.pl on AIX

2001-11-28 Thread Rajib Mukherjee
i need to edit the Makefile.pl on AIX anybody knows how to i have install_p perl from the .bff of aix i need to edit to set the LD_RUN_PATH i am getting error cant load Oracle.so; without being able to do this any help ?? rajib __ Do You Yahoo

Re: Where does Makefile.PL pick up include paths from?

2001-09-20 Thread Pete Sergeant
h our firewall, so I downloaded Tk800.023.tar.gz, and > unpacked it. > > Then I ran "perl Makefile.pl", which created a makefile as expected. To > make it, I have MSVC 6.0 professional edition installed so used nmake > next. However, when I run "nmake" it gets so

Re: Where does Makefile.PL pick up include paths from?

2001-09-19 Thread reg . smith
Hi Jim That worked just fine, thanks a lot. I guess I'll stick to pre-compiled packages till I sort out my compiler installation. Thanks also to Joel about suggesting settings for HTTP_PROXY et al, I had these set apart from the proxy name not being numerical, but even that doesn't seem to work!

RE: Where does Makefile.PL pick up include paths from?

2001-09-19 Thread Kipp, James
Reg I have the same FW problem and here is how i install the modules: 1. make sure you get the mods from: http://www.activestate.com/PPMPackages/zips/6xx-builds-only/ 2. Download the zip file and unpack it into a temp dir, say c:\temp 3. At the cmd prompt Cd to the temp dir where the files are (C

Re: Where does Makefile.PL pick up include paths from?

2001-09-19 Thread Joel Divekar
+0100, you wrote: >Hello > >I'm tying to install the tk module on my NT4/perl 5.6.1 installation, as >a pre-requesite to using ptkdb as a visual debugger. I can't use PPM as >it can't get through our firewall, so I downloaded Tk800.023.tar.gz, and >unpacked it. > &

Where does Makefile.PL pick up include paths from?

2001-09-19 Thread reg . smith
Hello I'm tying to install the tk module on my NT4/perl 5.6.1 installation, as a pre-requesite to using ptkdb as a visual debugger. I can't use PPM as it can't get through our firewall, so I downloaded Tk800.023.tar.gz, and unpacked it. Then I ran "perl Makefile.pl", wh