[p4perl] installation problem
Tony Smith
tony at smee.org
Wed Aug 17 08:41:59 PDT 2005
Hi Erin,
> the I got same error message with the new setup exe. How does the exe find
> out where perl is installed? I have perl installed at C:\cygwin\bin as part
> of cygwin, I don't have a environment variable to tell where the perl is
> installed. Could this configuration be a problem for p4perl?
That explains it: the installer is for the native Windows build of Perl, not
the Cygwin version. For Cygwin, you'll need to build P4Perl using the Cygwin
g++ compiler, and the Perforce API (for Cygwin). To do this, download the
Perforce API for Cygwin from ftp://ftp.perforce.com and the P4Perl source
code. Then follow the standard Perl build/install process:
perl Makefile.PL
make
make test
make install
Alternatively, download a native Win32 build of P4Perl from
http://www.activestate.com/Products/ActivePerl/
and you can use the installer with that.
Tony
More information about the p4perl
mailing list