Re: problem building on win32

Chris Seawood <[email protected]> Sun, 12 May 2002 20:42:23 -0700
Newsgroups gmane.comp.mozilla.builds
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Niv Twig wrote:

>
> mozilla/build/autoconf/mozconfig2client-mk: not found
> Can't locate File/Spec/Unix.pm in @INC (@INC contains: 
> /usr/lib/perl5/5.6.1/cygw
> in /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/cygwin 
> /usr/lib/perl5/sit
> e_perl/5.6.1 /usr/lib/perl5/site_perl .) at 
> c:/mozilla/build/unix/abs2rel.pl lin
> e 13. 

It  looks like the perl installation is incomplete.  File::Spec::Unix is 
a standard perl module (even on win32).  

> I think this is WRONG, because the PATH should contain c:\cygwin\bin
> to find the executables.(otherwise typing "make" without full path 
> will not find it).

Good catch.  

- cls