Home > Archive > PERL Beginners > August 2005 > Perl framework for windows-prob in makefile
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Perl framework for windows-prob in makefile
|
|
| Dhanashri Bhate 2005-07-30, 3:59 am |
| Hi!
I'm trying to get Perl framework installed on windows.
But the problem is in one of the makefiles...
don't know if this is the right place to ask this question, but could =
not find any info anywhere else! :(
in a makefile the char "\" means line continuation,=20
but if i have a macro in the Makefile and i want to assign a value of =
"\" how do i do it?
i tried these :
DIRSEP =3D \
DIRSEP =3D \\
DIRSEP =3D "\"
DIRSEP =3D '\'
but all these don't seem to work!
is there any way to let know that the "\"that follows is NOT for line =
continuation?
Thanks
Dhanashri
| |
| Anthony.leung 2005-07-31, 10:00 pm |
| No expert but from general unix exp have you tried "\" ?
On Sat, 30 Jul 2005 11:06:32 +0530, Dhanashri Bhate wrote:
Hi!
I'm trying to get Perl framework installed on windows.
But the problem is in one of the makefiles...
don't know if this is the right place to ask this question, but could
not find any info anywhere else! :(
in a makefile the char "" means line continuation,
but if i have a macro in the Makefile and i want to assign a value of
"" how do i do it?
i tried these :
DIRSEP =3D
DIRSEP =3D \
DIRSEP =3D ""
DIRSEP =3D ''
but all these don't seem to work!
is there any way to let know that the ""that follows is NOT for line
continuation?
Thanks
Dhanashri
--=20
XS2Mail: Check your mail anywhere http://www.xs2mail.c=
om/
| |
| Tim Johnson 2005-08-01, 4:00 am |
|
I know this doesn't answer your question, but I have to ask. If you're
on Windows, then why aren't you just installing ActivePerl from
ActiveState? You're guaranteed to save yourself a lot of headache.
http://www.activestate.com.
-----Original Message-----
From: Anthony.leung [mailto:anthony.leung@virgin.net]=20
Sent: Sunday, July 31, 2005 5:00 AM
To: Dhanashri Bhate
Cc: Perl-Beginners (E-mail); Perl-Tips (E-mail)
Subject: Re: Perl framework for windows-prob in makefile
[Tim Johnson] <snip>
On Sat, 30 Jul 2005 11:06:32 +0530, Dhanashri Bhate wrote:
Hi!
I'm trying to get Perl framework installed on windows.
=20
[Tim Johnson] <snip>
| |
| Dhanashri Bhate 2005-08-02, 5:00 pm |
| Hi,
Well, i do have Active State Perl installed on my machine.
I am trying to install Apache's http perl framework test suite!=20
-> -----Original Message-----
-> From: Tim Johnson [mailto:tjohnson@sandisk.com]
-> Sent: Monday, August 01, 2005 11:01 AM
-> To: Anthony.leung; Dhanashri Bhate
-> Cc: Perl-Beginners (E-mail); Perl-Tips (E-mail)
-> Subject: RE: Perl framework for windows-prob in makefile
->=20
->=20
->=20
-> I know this doesn't answer your question, but I have to ask.=20
-> If you're
-> on Windows, then why aren't you just installing ActivePerl from
-> ActiveState? You're guaranteed to save yourself a lot of headache.
-> http://www.activestate.com.
->=20
->=20
->=20
-> -----Original Message-----
-> From: Anthony.leung [mailto:anthony.leung@virgin.net]=20
-> Sent: Sunday, July 31, 2005 5:00 AM
-> To: Dhanashri Bhate
-> Cc: Perl-Beginners (E-mail); Perl-Tips (E-mail)
-> Subject: Re: Perl framework for windows-prob in makefile
->=20
-> [Tim Johnson] <snip>
->=20
-> On Sat, 30 Jul 2005 11:06:32 +0530, Dhanashri Bhate wrote:
-> Hi!
-> I'm trying to get Perl framework installed on windows.
-> =20
-> [Tim Johnson] <snip>
->=20
->=20
| |
| Dhanashri Bhate 2005-08-02, 5:00 pm |
| Yes! din't work though!
-> -----Original Message-----
-> From: Anthony.leung [mailto:anthony.leung@virgin.net]
-> Sent: Sunday, July 31, 2005 5:30 PM
-> To: Dhanashri Bhate
-> Cc: Perl-Beginners (E-mail); Perl-Tips (E-mail)
-> Subject: Re: Perl framework for windows-prob in makefile
->=20
->=20
-> No expert but from general unix exp have you tried "\" ?
->=20
->=20
-> On Sat, 30 Jul 2005 11:06:32 +0530, Dhanashri Bhate wrote:
-> Hi!
-> I'm trying to get Perl framework installed on windows.
-> =20
-> But the problem is in one of the makefiles...
-> don't know if this is the right place to ask this question,=20
-> but could
-> not find any info anywhere else! :(
-> =20
-> in a makefile the char "" means line continuation,=20
-> but if i have a macro in the Makefile and i want to assign=20
-> a value of
-> "" how do i do it?
-> =20
-> i tried these :
-> =20
-> DIRSEP =3D=20
-> DIRSEP =3D \
-> DIRSEP =3D ""
-> DIRSEP =3D ''
-> =20
-> but all these don't seem to work!
-> =20
-> is there any way to let know that the ""that follows is NOT for line
-> continuation?
-> =20
-> Thanks
-> Dhanashri
-> =20
-> =20
-> =20
-> =20
->=20
->=20
-> --=20
-> XS2Mail: Check your mail anywhere =20
http://www.xs2mail.com/
--=20
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
<http://learn.perl.org/> <http://learn.perl.org/first-response>
|
|
|
|
|