Hi Derek,
> From: Derek Price
>
> [EMAIL PROTECTED] wrote:
>
> >NMAKE : fatal error U1073: don't know how to make '"c:\program
> >files\microsoft visual studio\vc98\include\basetsd.h"'
> >Stop.
> >NMAKE : fatal error U1077: '"C:\Program Files\DevStudio\VC\BIN\NMAKE.EXE"' :
> >return code '0x2'
> >Stop.
>
> Conrad, weren't you doing something before to remove the absolute paths
> to system headers from the generated project files?
Yes: perl windows-NT/fix-msvc-mak.pl
and it was done before the last commit.
I repeated the generation process and only found a difference in "cvsnt.dep"
because I used a different "windows-NT/config.h" which I haven't committed.
Attachment "diff0.txt" has the differences before the perl script is run.
Attachment "diff1.txt" has the differences after the perl script is run.
I seldom use the command line compile. I ran it now and got the expected
link error but I don't consider that a meaningful full test because my
machine generated the make files and all VC6 files are in the expected
locations. I can't explain the above error.
The current errors for what is committed are at the end of this message.
> Regards,
Ditto,
> Derek
Conrad
--------------------Configuration: cvsnt - Win32 Debug--------------------
Linking...
libdiff.lib(strcasecmp.obj) : error LNK2001: unresolved external symbol _mbsinit
.\WinDebug\cvs.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
cvs.exe - 2 error(s), 0 warning(s)
Index: cvsnt.dep
===================================================================
RCS file: /cvsroot/cvs/ccvs/cvsnt.dep,v
retrieving revision 1.39
diff -u -p -r1.39 cvsnt.dep
--- cvsnt.dep 20 Sep 2005 17:05:41 -0000 1.39
+++ cvsnt.dep 21 Sep 2005 16:00:44 -0000
@@ -158,6 +158,7 @@
".\windows-NT\stdint.h"\
".\windows-NT\unistd.h"\
".\windows-NT\woe32.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\checkin.c : \
@@ -324,6 +325,7 @@
".\windows-NT\stdint.h"\
".\windows-NT\unistd.h"\
".\windows-NT\woe32.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\commit.c : \
@@ -768,6 +770,7 @@
".\windows-NT\stdint.h"\
".\windows-NT\unistd.h"\
".\windows-NT\woe32.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\find_names.c : \
@@ -976,6 +979,7 @@
".\windows-NT\JmgStat.c" : \
".\windows-NT\JmgStat.h"\
".\windows-NT\stdbool.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\lock.c : \
@@ -1226,6 +1230,7 @@
".\lib\gettext.h"\
".\lib\pathmax.h"\
".\lib\regex.h"\
+ ".\lib\setenv.h"\
".\lib\stat-macros.h"\
".\lib\strcase.h"\
".\lib\strftime.h"\
@@ -1384,6 +1389,7 @@
".\lib\exit.h"\
".\lib\fnmatch.h"\
".\lib\getdate.h"\
+ ".\lib\getdelim.h"\
".\lib\getline.h"\
".\lib\getopt.h"\
".\lib\gettext.h"\
@@ -1590,6 +1596,7 @@
".\windows-NT\stdint.h"\
".\windows-NT\unistd.h"\
".\windows-NT\woe32.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\rcs.c : \
@@ -1955,6 +1962,7 @@
".\windows-NT\stdint.h"\
".\windows-NT\unistd.h"\
".\windows-NT\woe32.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\scramble.c : \
@@ -2044,6 +2052,7 @@
".\windows-NT\sockerror.c" : \
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
".\src\socket-client.c" : \
@@ -2085,6 +2094,7 @@
".\windows-NT\stdint.h"\
".\windows-NT\unistd.h"\
".\windows-NT\woe32.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\stack.c : \
@@ -2164,6 +2174,7 @@
".\windows-NT\stdint.h"\
".\windows-NT\unistd.h"\
".\windows-NT\woe32.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\status.c : \
@@ -2291,6 +2302,7 @@
".\windows-NT\unistd.c" : \
".\windows-NT\unistd.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\update.c : \
@@ -2472,6 +2484,7 @@
".\windows-NT\config.h"\
".\windows-NT\unistd.h"\
".\windows-NT\woe32.h"\
+ "c:\program files\microsoft visual studio\vc98\include\basetsd.h"\
.\src\wrapper.c : \
Index: cvsnt.mak
===================================================================
RCS file: /cvsroot/cvs/ccvs/cvsnt.mak,v
retrieving revision 1.82
diff -u -p -r1.82 cvsnt.mak
--- cvsnt.mak 31 May 2005 04:13:18 -0000 1.82
+++ cvsnt.mak 21 Sep 2005 16:00:44 -0000
@@ -1,7 +1,4 @@
# Microsoft Developer Studio Generated NMAKE File, Based on cvsnt.dsp
-!IF "$(RECURSE)" == ""
-RECURSE=1
-!ENDIF
!IF "$(CFG)" == ""
CFG=cvsnt - Win32 Debug
!MESSAGE No configuration specified. Defaulting to cvsnt - Win32 Debug.
Index: diff/libdiff.mak
===================================================================
RCS file: /cvsroot/cvs/ccvs/diff/libdiff.mak,v
retrieving revision 1.20
diff -u -p -r1.20 libdiff.mak
--- diff/libdiff.mak 30 Nov 2004 17:45:47 -0000 1.20
+++ diff/libdiff.mak 21 Sep 2005 16:00:44 -0000
@@ -312,24 +312,24 @@ SOURCE=.\version.c
!IF "$(CFG)" == "libdiff - Win32 Release"
"libcvs - Win32 Release" :
- cd "..\lib"
+ cd "\Conrad\Projects\cvs-1.12\lib"
$(MAKE) /$(MAKEFLAGS) /F ".\libcvs.mak" CFG="libcvs - Win32 Release"
cd "..\diff"
"libcvs - Win32 ReleaseCLEAN" :
- cd "..\lib"
+ cd "\Conrad\Projects\cvs-1.12\lib"
$(MAKE) /$(MAKEFLAGS) /F ".\libcvs.mak" CFG="libcvs - Win32 Release"
RECURSE=1 CLEAN
cd "..\diff"
!ELSEIF "$(CFG)" == "libdiff - Win32 Debug"
"libcvs - Win32 Debug" :
- cd "..\lib"
+ cd "\Conrad\Projects\cvs-1.12\lib"
$(MAKE) /$(MAKEFLAGS) /F ".\libcvs.mak" CFG="libcvs - Win32 Debug"
cd "..\diff"
"libcvs - Win32 DebugCLEAN" :
- cd "..\lib"
+ cd "\Conrad\Projects\cvs-1.12\lib"
$(MAKE) /$(MAKEFLAGS) /F ".\libcvs.mak" CFG="libcvs - Win32 Debug"
RECURSE=1 CLEAN
cd "..\diff"
Index: cvsnt.dep
===================================================================
RCS file: /cvsroot/cvs/ccvs/cvsnt.dep,v
retrieving revision 1.39
diff -u -p -r1.39 cvsnt.dep
--- cvsnt.dep 20 Sep 2005 17:05:41 -0000 1.39
+++ cvsnt.dep 21 Sep 2005 16:02:08 -0000
@@ -1226,6 +1226,7 @@
".\lib\gettext.h"\
".\lib\pathmax.h"\
".\lib\regex.h"\
+ ".\lib\setenv.h"\
".\lib\stat-macros.h"\
".\lib\strcase.h"\
".\lib\strftime.h"\
@@ -1384,6 +1385,7 @@
".\lib\exit.h"\
".\lib\fnmatch.h"\
".\lib\getdate.h"\
+ ".\lib\getdelim.h"\
".\lib\getline.h"\
".\lib\getopt.h"\
".\lib\gettext.h"\
_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs