bug-cvs
[Top][All Lists]
Advanced

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

Re: Build CVS (TRUNK) failed.


From: Derek R. Price
Subject: Re: Build CVS (TRUNK) failed.
Date: Fri, 27 Feb 2004 11:36:27 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

djones@oregon.com wrote:

        link.exe @C:\DOCUME~1\djones\LOCALS~1\Temp\nma00232.
edit.obj : error LNK2001: unresolved external symbol _format_cmdline
commit.obj : error LNK2001: unresolved external symbol _format_cmdline
logmsg.obj : error LNK2001: unresolved external symbol _format_cmdline
tag.obj : error LNK2001: unresolved external symbol _format_cmdline
commit.obj : error LNK2001: unresolved external symbol _cmdlinequote
logmsg.obj : error LNK2001: unresolved external symbol _cmdlinequote
tag.obj : error LNK2001: unresolved external symbol _cmdlinequote
commit.obj : error LNK2001: unresolved external symbol _cmdlineescape
logmsg.obj : error LNK2001: unresolved external symbol _cmdlineescape
tag.obj : error LNK2001: unresolved external symbol _cmdlineescape
.\WinRel/cvs.exe : fatal error LNK1120: 3 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x19'
Stop.

Anyone with Windows experience want to take a look at this? format_cmdline() (from src/run.c) can probably be used almost as is. I'm not so sure about cmdlinequote() & cmdlineescape() from the same file. If format_cmdline() can be used as is, it could be moved to the shared src/subr.c file. If it can't be used, likely the only differences have to do with cmdlinequote() & cmdlineescape(), so maybe the differences can be moved there.

Come to think of it, I've never really checked into whether the *info hook files work on Windows, so that might be worth looking into as well.

It'd be nice to see these fixed soon. I'd really like to release 1.12.6 with working Windows support.

Derek
--
Get CVS support at <http://ximbiot.com>!





reply via email to

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