Hello, Randy and All, I still can't compile mod_perl from source. I can compile other Perl modules without problems, whether they are completely built on Perl or contain C/C# modules (.xs). However, I still can't compile mod_perl with the same error (see below), whatever I tried. I can install it with ppm, but now I have a problem since I want to install it on the local network, which doesn't have any connection to the Internet and apparently never will. >D:\Modules\mod_perl-1.26>nmake install > >Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 >Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > >makefile(531) : fatal error U1035: syntax error : expected ':' or '=' separator >Stop. >
-----Original Message----- From: Randy Kobes [mailto:[EMAIL PROTECTED]] Sent: Friday, October 12, 2001 6:12 PM To: Alexei Danchenkov Cc: mod_perl Users List Subject: Re: Compilation On Fri, 12 Oct 2001, Alexei Danchenkov wrote: > Hello, All, > > This might be a newbie question, but I get this error when trying to link > mod_perl for Win32: > > >D:\Modules\mod_perl-1.26>nmake install > > > >Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 > >Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > > > >makefile(531) : fatal error U1035: syntax error : expected ':' or '=' > separator > >Stop. This can be a sign that 'perl Makefile.PL' is creating a Makefile that nmake doesn't like. Does perl -V:make report make='nmake'? If not, edit the "make=..." line in Perl's Config.pm. If this line is OK, can you build other extensions? best regards, randy kobes _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users