bug-cvs
[Top][All Lists]
Advanced

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

Windows Build Broken - Feature Branch


From: Conrad T. Pino
Subject: Windows Build Broken - Feature Branch
Date: Mon, 10 May 2004 16:24:54 -0700

Hi Gang,

The Windows build on feature branch seems to be broken.
I've tried the following build cases which all fail:

        IDE Debug
        IDE Release

        Batch Debug
        Batch Release

The IDE builds fail during link cvs.exe step:

   Linking...
   filesubr.obj : error LNK2001: unresolved external symbol _ISDIRSEP
   lock.obj : error LNK2001: unresolved external symbol _nanosleep
   subr.obj : error LNK2001: unresolved external symbol _nanosleep
   stripslash.obj : error LNK2001: unresolved external symbol _base_len
   stripslash.obj : error LNK2001: unresolved external symbol _base_name
   libdiff.lib(getdate.obj) : error LNK2001: unresolved external symbol _gettime
   cvs.exe : fatal error LNK1120: 5 unresolved externals
   Error executing link.exe.

   cvs.exe - 7 error(s), 74 warning(s)

The Batch builds fail for an entirely different reason which is very odd:

   Microsoft (R) Program Maintenance Utility   Version 6.00.9782.0
   Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cd ".\lib"
        NMAKE /                   /F ".\libcvs.mak" CFG="libcvs - Win32 Debug"

   Microsoft (R) Program Maintenance Utility   Version 6.00.9782.0
   Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        if not exist ".\WinDebug/" mkdir ".\WinDebug"
        tempfile.bat 
        1 file(s) copied.
        tempfile.bat 
        1 file(s) copied.
   NMAKE : fatal error U1073: don't know how to make '".\xtime.h"'
   Stop.
   NMAKE : fatal error U1077: '"NMAKE.EXE"' : return code '0x2'
   Stop.

since the Batch build is expected to be based on IDE build.

I've attached the log files from all 4 build cases for reference.

I'm willing to investigate the problem and propose a resolution but before
doing so it seems wise to consult the list first.

Best regards,

Conrad Pino

Attachment: log-IDE-Debug.txt
Description: Text document

Attachment: log-IDE-Release.txt
Description: Text document

Attachment: log-Batch-Debug.txt
Description: Text document

Attachment: log-Batch-Release.txt
Description: Text document


reply via email to

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