[cvsnt] Re: Error during compile of cvsnt...

Paul St. John pstjohn at visible-bytes.com
Tue Jan 7 22:00:38 GMT 2003


Hey Bo,

cl.exe is the M$ C/C++ compiler.

If it's trying to compile info.c it must be specified
as part of the project.  I'm not familiar with building
cvsnt or wincvs but whatever you're using for a makefile
probably has (read 'has') a reference to it.  Likely, 
one of 2 things have occurred.  Someone has removed the 
necessity for file but didn't remove the dependency on it 
(easy for you to fix locally) or some has added the need 
for the file but forgot to check it in (not so easy for 
you to fix locally).

-Paul.

-----Original Message-----
From: cvsnt-admin at cvsnt.org [mailto:cvsnt-admin at cvsnt.org]On Behalf Of
Bo Berglund
Sent: Tuesday, January 07, 2003 3:30 PM
To: cvsnt at cvsnt.org
Subject: [cvsnt] Re: Error during compile of cvsnt...


On Tue, 07 Jan 2003 20:49:23 +0100, Bo Berglund
<bo.berglund at telia.com> wrote:

>Hi,
>I just updated my CVS sandbox (and had to set the flag to create
>dirs).
>Then I went to VC6 and tried to build cvs.exe , but it failed on:
>...
>cvsgui.c
>cvsgui_process.cpp
>Error executing cl.exe.
>
>cvs.exe - 1 error(s), 3 warning(s)
>
>What is cl.exe that it tries to execute?
>

Additional info:
When I do a build all I get this in the output window a bit above the
final error:
...
inflate.c
info.c
fatal error C1083: Cannot open source file:
'F:\Engineering\Projects\cvsnt\src\info.c': No such file or directory

I have tried to check out the file info.c from src, but when using the
browser in WinCvs it appears that this file is not in the repository,
yet somehow it is referenced in the project. How can I proceed?
Should I try to grep this file name and delete it from whatever file
it appears in?
Note: I am not a big VC6 user, in fact I use it solely to compile
cvsnt and wincvs, so I am not at all familiar with the configuration
or project files or wherever the list of source files are kept.
Grateful for any help here.


/Bo
(Bo Berglund, developer in Sweden)
_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt





More information about the cvsnt mailing list