> 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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
