[OpenAFS-devel] compilation error when build Wix MSI Install package
giuseppe sala
papavero64@yahoo.it
Tue, 16 Nov 2004 03:40:41 -0800 (PST)
Hi,
i have this error when compile Wix with this command:
nmake /f NTMakefile wix
echo ***** Making Loopback Adapter Utility DLL
***** Making Loopback Adapter Utility DLL
C:\OpenAFS\openafs-1.3.74\src\DOLASTCMP.BAT
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\loopback
C:\OpenAFS\openafs-1.3.74>IF EXIST
C:\OpenAFS\openafs-1.3.74\golast.bat DEL
C:\OpenAFS\openafs-1.3.74\golast.bat
C:\OpenAFS\openafs-1.3.74>ECHO @CD
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\loopback
1>C:\OpenAFS\openafs-1.3.74\golast.bat
C:\OpenAFS\openafs-1.3.74>echo echo Directory -
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\loopback
1>>C:\OpenAFS\openafs-1.3.74\golast.bat
cd
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\loopback
nmake /nologo /f ntmakefile install
Directory assignments:
OJT=[C:\OpenAFS\openafs-1.3.74\obj\free]
OUT=[C:\OpenAFS\openafs-1.3.74\obj\free\WINNT\install\loopback]
DESTDIR=[C:\OpenAFS\openafs-1.3.74\dest\free]
cd ..\..\..\..
echo ***** Making Wix MSI Installer
***** Making Wix MSI Installer
C:\OpenAFS\openafs-1.3.74\src\DOLASTCMP.BAT
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix
C:\OpenAFS\openafs-1.3.74>IF EXIST
C:\OpenAFS\openafs-1.3.74\golast.bat DEL
C:\OpenAFS\openafs-1.3.74\golast.bat
C:\OpenAFS\openafs-1.3.74>ECHO @CD
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix
1>C:\OpenAFS\openafs-1.3.74\golast.bat
C:\OpenAFS\openafs-1.3.74>echo echo Directory -
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix
1>>C:\OpenAFS\openafs-1.3.74\golast.bat
cd C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix
nmake /nologo /f ntmakefile install
Directory assignments:
OJT=[C:\OpenAFS\openafs-1.3.74\obj\free]
OUT=[C:\OpenAFS\openafs-1.3.74\obj\free\WINNT\install\wix]
DESTDIR=[C:\OpenAFS\openafs-1.3.74\dest\free]
cd custom
NMAKE /f NTMakefile /nologo install
Directory assignments:
OJT=[C:\OpenAFS\openafs-1.3.74\obj\free]
OUT=[C:\OpenAFS\openafs-1.3.74\obj\free\WINNT\install\wix\custom]
DESTDIR=[C:\OpenAFS\openafs-1.3.74\dest\free]
cd ..
NMAKE /f NTMakefile /nologo LANG=en_US lang
Directory assignments:
OJT=[C:\OpenAFS\openafs-1.3.74\obj\free]
OUT=[C:\OpenAFS\openafs-1.3.74\obj\free\WINNT\install\wix]
DESTDIR=[C:\OpenAFS\openafs-1.3.74\dest\free]
del
C:\OpenAFS\openafs-1.3.74\obj\free\WINNT\install\wix\openafs-en_US.wixobj
del
C:\OpenAFS\openafs-1.3.74\dest\free\WinInstall\openafs-en_US.msi
candle -nologo -out
C:\OpenAFS\openafs-1.3.74\obj\free\WINNT\install\wix\openafs-en_US.wixobj
"-dCellName=openafs.org" -dLanguage=en_US
-dNumericVersion=1.3.7400 -dVersionMajor=1
-dVersionMinor=3 -dVersionPatch=7400
-dProductCode=CCAF9E14-976E-46C0-8A1B-A218EAB7ADC5
"-dDestDir=C:\OpenAFS\openafs-1.3.74\dest\free\\"
-dCellDbFile=CellServDB -v0 -w0 openafs.wxs
openafs.wxs
light -nologo -out
C:\OpenAFS\openafs-1.3.74\dest\free\WinInstall\openafs-en_US.msi
-loc lang\en_US\strings.wxl
C:\OpenAFS\openafs-1.3.74\obj\free\WINNT\install\wix\openafs-en_US.wixobj
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix\files.wxi(110)
: binder warning LGHT0021 : The file
'fileafscreds_1033_DLL' could not be found with source
path:
'C:\OpenAFS\openafs-1.3.74\dest\free\root.client\usr\vice\etc\\afscreds_1033.dll'.
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix\files.wxi(119)
: binder warning LGHT0021 : The file
'fileafs_shl_ext_1033_DLL' could not be found with
source path:
'C:\OpenAFS\openafs-1.3.74\dest\free\root.client\usr\vice\etc\\afs_shl_ext_1033.dll'.
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix\files.wxi(162)
: binder warning LGHT0021 : The file 'filemfc71_DLL'
could not be found with source path:
'C:\WINDOWS\System32\mfc71.dll'.
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix\files.wxi(165)
: binder warning LGHT0021 : The file 'filemfc71u_DLL'
could not be found with source path:
'C:\WINDOWS\System32\mfc71u.dll'.
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix\files.wxi(172)
: binder warning LGHT0021 : The file 'filemsvcp71_PDB'
could not be found with source path:
'C:\WINDOWS\System32\msvcp71.pdb'.
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix\files.wxi(175)
: binder warning LGHT0021 : The file 'filemfc71_PDB'
could not be found with source path:
'C:\WINDOWS\System32\mfc71.pdb'.
C:\OpenAFS\openafs-1.3.74\src\WINNT\install\wix\files.wxi(178)
: binder warning LGHT0021 : The file 'filemfc71u_PDB'
could not be found with source path:
'C:\WINDOWS\System32\mfc71u.pdb'.
light.exe : binder fatal error LGHT0017 : Failed to
create cab
'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\wrhq5_h2\disk1.cab'.
Why the compilation of openAFS don't create this files
afscreds_1033.dll
afs_shl_ext_1033.dll ?
Can somebody please send me the following files:
mfc71.dll
mfc71u.dll
msvcp71.pdb
mfc71.pdb
mfc71u.pdb
msvcp71d.pdb
mfc71d.pdb
Thanks
Paolo
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com