Build HDF5 1.8.5 for windows

I am building HDF5 version 1.8.5 for windows xp and I stuck with Linking
error

LINK : fatal error LNK1181: cannot open input file
'..\..\..\proj\hdf5dll\release\hdf5dll.lib'

Here is the log for the build in Release..........

Build Log Build started: Project: hdf5_hldll, Configuration:
Release>Win32
Command Lines Creating temporary file
"c:\MyHDFstuff\hdf5-1.8.5-patch1\proj\hdf5_hldll\Release\RSP0004CD46404116.rsp"
with contents
[
/O2 /Ob1 /I "..\..\..\src" /D "BIND_TO_CURRENT_VCLIBS_VERSION=1" /D "WIN32"
/D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_HDF5_HLDLL_EXPORTS_" /D
"_HDF5USEDLL_" /D "_CRT_SECURE_NO_WARNINGS" /D "_VC80_UPGRADE=0x0710" /D
"_WINDLL" /D "_MBCS" /GF /FD /EHsc /MD /Gy
/Fp".\..\..\..\proj\hdf5_hldll\Release/hdf5_hldll.pch"
/Fo".\..\..\..\proj\hdf5_hldll\Release/"
/Fd".\..\..\..\proj\hdf5_hldll\Release/" /W3 /c "..\..\..\hl\src\H5TB.c"

"..\..\..\hl\src\H5PT.c"

"..\..\..\hl\src\H5LTparse.c"

"..\..\..\hl\src\H5LTanalyze.c"

"..\..\..\hl\src\H5LT.c"

"..\..\..\hl\src\H5IM.c"

"..\..\..\hl\src\H5DS.c"
]
Creating command line "cl.exe
@"c:\MyHDFstuff\hdf5-1.8.5-patch1\proj\hdf5_hldll\Release\RSP0004CD46404116.rsp"
/nologo /errorReport:prompt"
Creating temporary file
"c:\MyHDFstuff\hdf5-1.8.5-patch1\proj\hdf5_hldll\Release\RSP0004CE46404116.rsp"
with contents
[
/OUT:"..\..\..\proj\hdf5_hldll\Release\hdf5_hldll.dll" /INCREMENTAL:NO /DLL
/MANIFEST
/MANIFESTFILE:"c:\MyHDFstuff\hdf5-1.8.5-patch1\proj\hdf5_hldll\Release\hdf5_hldll.dll.intermediate.manifest"
/MANIFESTUAC:"level='asInvoker' uiAccess='false'"
/PDB:"c:\MyHDFstuff\hdf5-1.8.5-patch1\proj\hdf5_hldll\Release\hdf5_hldll.pdb"
/DYNAMICBASE:NO
/IMPLIB:"c:\MyHDFstuff\hdf5-1.8.5-patch1\proj\hdf5_hldll\Release\hdf5_hldll.lib"
/MACHINE:X86 odbc32.lib odbccp32.lib zlib1.lib szip.lib kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
"..\..\..\proj\hdf5dll\release\hdf5dll.lib"

"..\..\..\proj\hdf5_hldll\Release\H5DS.obj"

"..\..\..\proj\hdf5_hldll\Release\H5IM.obj"

"..\..\..\proj\hdf5_hldll\Release\H5LT.obj"

"..\..\..\proj\hdf5_hldll\Release\H5LTanalyze.obj"

"..\..\..\proj\hdf5_hldll\Release\H5LTparse.obj"

"..\..\..\proj\hdf5_hldll\Release\H5PT.obj"

"..\..\..\proj\hdf5_hldll\Release\H5TB.obj"
]
Creating command line "link.exe
@"c:\MyHDFstuff\hdf5-1.8.5-patch1\proj\hdf5_hldll\Release\RSP0004CE46404116.rsp"
/NOLOGO /ERRORREPORT:PROMPT"
Output Window Compiling...
H5TB.c
H5PT.c
H5LTparse.c
H5LTparse.y(332) : warning C4996: 'strdup': The POSIX name for this item is
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online
help for details.
        c:\Program Files\Microsoft Visual Studio
9.0\VC\include\string.h(207) : see declaration of 'strdup'
H5LTparse.c(594) : warning C4102: 'yyerrlab' : unreferenced label
H5LTparse.c(589) : warning C4102: 'yynewerror' : unreferenced label
H5LTanalyze.c
H5LTanalyze.l(160) : warning C4996: 'strdup': The POSIX name for this item
is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online
help for details.
        c:\Program Files\Microsoft Visual Studio
9.0\VC\include\string.h(207) : see declaration of 'strdup'
H5LTanalyze.c(2004) : warning C4013: 'isatty' undefined; assuming extern
returning int
H5LTanalyze.c(2004) : warning C4996: 'fileno': The POSIX name for this item
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online
help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(722)
: see declaration of 'fileno'
H5LT.c
..\..\..\hl\src\H5LT.c(1609) : warning C4996: 'strdup': The POSIX name for
this item is deprecated. Instead, use the ISO C++ conformant name: _strdup.
See online help for details.
        c:\Program Files\Microsoft Visual Studio
9.0\VC\include\string.h(207) : see declaration of 'strdup'
H5IM.c
H5DS.c
..\..\..\hl\src\H5DS.c(1571) : warning C4090: 'function' : different 'const'
qualifiers
..\..\..\hl\src\H5DS.c(1627) : warning C4090: 'function' : different 'const'
qualifiers
..\..\..\hl\src\H5DS.c(1646) : warning C4090: 'function' : different 'const'
qualifiers
Generating Code...
c:\myhdfstuff\hdf5-1.8.5-patch1\windows\proj\hdf5_hldll\h5ltanalyze.l(187) :
warning C4716: 'H5LTyyerror' : must return a value
Linking...
LINK : fatal error LNK1181: cannot open input file
'..\..\..\proj\hdf5dll\release\hdf5dll.lib' Results Build log was saved
at
"file://c:\MyHDFstuff\hdf5-1.8.5-patch1\proj\hdf5_hldll\Release\BuildLog.htm"
hdf5_hldll - 1 error(s), 11 warning(s)

Any help will be greatly appreciated.........

···

-----
Best Regards,
Santosh
--
View this message in context: http://hdf-forum.184993.n3.nabble.com/Build-HDF5-1-8-5-for-windows-tp1881815p1881815.html
Sent from the hdf-forum mailing list archive at Nabble.com.