Re: [perl-win32-gui-users] Win32-GUI 0.0.558 Installation

2001-01-30 Thread paul . barker

Hi

Might be a silly question but did you do perl Makefile.PL first ?

I have built and installed 0.0.558  today with Visual C++ version 6 with no
problems.

perl Makefile.PL
nmake
nmake install

If someone knows where there is documentation on how to build a PPD file for PPM
I would be happy to help ?
(Although I know Aldo perhaps didn't want a PPM yet ?)


Cheers

Paul



***
Important. This E-mail is intended for the above named person and may be
confidential and/or legally privileged. If this has come to you in error you
must take no action based on it, nor must you copy or show it to anyone; please
inform the sender immediately.
***



Re: [perl-win32-gui-users] Win32-GUI 0.0.558 Installation

2001-01-30 Thread Aldo Calpini
[EMAIL PROTECTED] wrote:
 Hello,

 I installed Win32-GUI 0.0.502 via PPM successfully but would like
 to use 0.0.558. Running make failed with both Borland's and
 Dev-C++'s make:

 C:\Perl\Win32-GUI-0.0.558\borland\bcc55\bin\make
 MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
 Fatal makefile 799: No terminator specified for in-line file
 operator

 C:\Perl\Win32-GUI-0.0.558\dev-c++\bin\make
 Makefile:303: *** missing separator.  Stop.

to correctly build a module, most of the times (if not always)
you should have built the Perl executable with the same compiler
you want to use to build the module.

this is because ExtUtils::MakeMaker uses a lot of information
from the Config module, which is built together with Perl.
your Perl binary is probably instructed to build a Makefile
which is not suitable for either Borland's or Dev-C++'s needs.

you can try to manually patch Config.pm and specify your
compiler, libraries, include paths, and so on, but it's
probably simpler if recompile Perl instead :-)


cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;





Re: [perl-win32-gui-users] Win32-GUI 0.0.558 Installation

2001-01-30 Thread felice . vittoria
Hello all,

I was also able to build ( and install ) 0.0.558 with Visual C++ version 6.0 and
using ActiveState Perl 5.6 build 623. I used a few of my scripts to test
this version and it appears that it's working fine.I'm going to test some
more but, to me, everything looks good.

Felice




[EMAIL PROTECTED] on 01/30/2001 09:16:02 AM

Please respond to perl-win32-gui-users@lists.sourceforge.net

To:   perl-win32-gui-users@lists.sourceforge.net
cc:(bcc: Felice Vittoria/Aut/Schneider)
Subject:  Re: [perl-win32-gui-users] Win32-GUI 0.0.558 Installation






Hi

Might be a silly question but did you do perl Makefile.PL first ?

I have built and installed 0.0.558  today with Visual C++ version 6 with no
problems.

perl Makefile.PL
nmake
nmake install

If someone knows where there is documentation on how to build a PPD file for PPM
I would be happy to help ?
(Although I know Aldo perhaps didn't want a PPM yet ?)


Cheers

Paul



***
Important. This E-mail is intended for the above named person and may be
confidential and/or legally privileged. If this has come to you in error you
must take no action based on it, nor must you copy or show it to anyone; please
inform the sender immediately.
***

___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users