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
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
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
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
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
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.
>
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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
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
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
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
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
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
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
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
> 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
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
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
>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:
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
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
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
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
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
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
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
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
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
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!
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
+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.
>
&
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
49 matches
Mail list logo