info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: report on building CVS 1.11.2 on NT


From: Mike Pumford
Subject: Re: report on building CVS 1.11.2 on NT
Date: Wed, 09 Oct 2002 15:03:48 +0100

> Hi,
> 
> just to let you know:
> 
> I've successfully built CVS 1.11.2 on my NT 4.0 sp6a machine  using the
> cygwin tools (which includes gcc 2.95.2). Just following the Unix
> installation description worked fine. This CVS version also seems to run
> fine on my NT machine.
> 
> 
> 
> I've also tried to use VC 6.0, but get stuck there during compilation:
> nmake /f cvsnt.mak CFG="cvsnt - Win32 Debug"
> <snip>
> .\lib\valloc.c(10) : fatal error C1083: Cannot open include file:
> 'getpagesize.h':
> No such file or directory
> 
> Indeed, that file contains lines
> #ifndef HAVE_GETPAGESIZE
> # include "getpagesize.h"
> #endif
> 
Create a windows-NT/getpagesize.h containing:

#define getpagesize() 4096

IIRC this will get things to build. 

Mike







reply via email to

[Prev in Thread] Current Thread [Next in Thread]