Why don't you use the Windows version? http://www.cvsnt.org/
Dave -----Original Message----- From: Jari Heikkinen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 8:52 AM To: [EMAIL PROTECTED] Subject: Compiling CVS on Windows 2000 Hi, I have used several hours today trying to compile CVS under Windows 2000. (That's what I have at work...) Well, I've been having some problems with that. Yesterday I also tried using the version of CVS that comes with DJGPP, but it kept crashing so I couldn't get anything done. Anyway, I am already getting quite desperate. :( Here's the story in short... I'm using Win2000 and Microsoft Visual Studio 6.0 with Patch Service Pack 5, and I'm tying to build the sources in "cvs-1.11.1p1.tar.gz". I had plenty of trouble trying to build through the MS Visual C++ IDE, but once I had successfully compiled projects "zlibvc.dsp" and "libdiff.dsp", I ran into trouble with linkage when I was (finally) trying to build the CVS project: "cvsnt.dsp". This is the error message: --------------------Configuration: cvsnt - Win32 Debug-------------------- Linking... main.obj : error LNK2001: unresolved external symbol _annotate zlib.obj : error LNK2001: unresolved external symbol _deflateInit_ zlib.obj : error LNK2001: unresolved external symbol _inflateInit_ zlib.obj : error LNK2001: unresolved external symbol _inflate zlib.obj : error LNK2001: unresolved external symbol _deflate zlib.obj : error LNK2001: unresolved external symbol _inflateEnd zlib.obj : error LNK2001: unresolved external symbol _deflateEnd zlib.obj : error LNK2001: unresolved external symbol _crc32 zlib.obj : error LNK2001: unresolved external symbol _inflateInit2_ zlib.obj : error LNK2001: unresolved external symbol _deflateInit2_ .\Debug\cvs.exe : fatal error LNK1120: 10 unresolved externals Error executing link.exe. cvs.exe - 11 error(s), 0 warning(s) I also tried using nmake from the top level directory, but I got the same kind of linkage related error message: D:\Projects\CVS\cvs-source\cvs-1.11.1p1>vcvars32 Setting environment for using Microsoft Visual C++ tools. D:\Projects\CVS\cvs-source\cvs-1.11.1p1>nmake /f cvsnt.mak CFG="cvsnt - Win32 Debug" Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. NMAKE : warning U4004: too many rules for target '".\WinDebug/1"' NMAKE : warning U4004: too many rules for target '".\WinDebug/2"' link.exe @c:\temp\nma01760. main.obj : error LNK2001: unresolved external symbol _annotate .\WinDebug/cvs.exe : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link.exe' : return code '0x460' Stop. D:\Projects\CVS\cvs-source\cvs-1.11.1p1> I'm open to suggestions... Has anyone managed to compile CVS with VC++ 6.0 on Win2000 ??? Regards, -Jari "Cause I'm a million miles away and at the same time I'm right here in your picture frame." _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
