hdf5 installation issue

Hi,

I downloaded recent version of hdf5 and tried to install on Win XP Pro 64
bit OS and Visual C++ 2008 system. I followed the instructions given in
/hdf5/release_docs/Install_Windows:

First I created a folder on C:\ and named it as MyHDFStuff without any
spaces in between. Then I extracted the hdf5 source code downloaded from
hdf5 website using 7zip software. I renamed the hdf5-1.8.0 as hdf5, cut the
folder and pasted in MyHDFStuff folder. I ran the copy_hdf.bat from command
prompt.

I started the Visual C++ 2008 and opened the all.sln which is located in
/hdf5/windows/proj/all. The VS2008 opened a wizard to convert the old VS
file format to new format. After successfull migration to new VS2008 format,
I ran the 'debug' and 'release' versions using Build command. After I build
using debug version, the installation instruction says a folder will be
created in /hdf5/proj/hdf5/debug, however no such file was created.
Moreover, after building the debug version, I recieved an error message
which says

*========== Build: 8 succeeded, 143 failed, 1 up-to-date, 1 skipped

···

==========*

I think the 'debug' and 'release' versions are not built properly. Is there
any problem in the hdf5 file that I downloaded from the internet? Please
help me with the installation of hdf5 library.

Thank you,
Jam, India.

--
The time will come when diligent research over long periods will bring to
light things which now lie hidden. A single lifetime, even though entirely
devoted to the sky, would not be enough for the investigation of so vast a
subject...And so this knowledge will be unfolded only through long
successive ages. There will come a time when our descendants will be amazed
that we did not know things that are so plain to them...Many discoveries are
reserved for ages still to come, when memory of us will have been effaced.
Our universe is a sorry little affair unless it has in it something for
every age to investigate...Nature does not reveal her mysteries once and for
all.

Hi Srinivasa,

Could you please provide some more details about the errors you receive? Visual Studio 2008 has an "Output" pane which collects build output that will be useful in pinpointing your problem.

Also, there are a few other steps for setting up your build environment that you didn't mention. For example, paths and environment variables need to be set up for zlib and szip support (or they should be explicitly disabled). Please be sure to read the "Preconditions and Notes" in the INSTALL_Windows.txt document, as well as Section II, which gives detailed instructions for the build process.

Scott

Srinivasa Ramanujam wrote:

···

Hi,

I downloaded recent version of hdf5 and tried to install on Win XP Pro 64 bit OS and Visual C++ 2008 system. I followed the instructions given in /hdf5/release_docs/Install
_Windows:

First I created a folder on C:\ and named it as MyHDFStuff without any spaces in between. Then I extracted the hdf5 source code downloaded from hdf5 website using 7zip software. I renamed the hdf5-1.8.0 as hdf5, cut the folder and pasted in MyHDFStuff folder. I ran the copy_hdf.bat from command prompt.

I started the Visual C++ 2008 and opened the all.sln which is located in /hdf5/windows/proj/all. The VS2008 opened a wizard to convert the old VS file format to new format. After successfull migration to new VS2008 format, I ran the 'debug' and 'release' versions using Build command. After I build using debug version, the installation instruction says a folder will be created in /hdf5/proj/hdf5/debug, however no such file was created. Moreover, after building the debug version, I recieved an error message which says

*========== Build: 8 succeeded, 143 failed, 1 up-to-date, 1 skipped ==========*

I think the 'debug' and 'release' versions are not built properly. Is there any problem in the hdf5 file that I downloaded from the internet? Please help me with the installation of hdf5 library.

Thank you,
Jam, India.

--
The time will come when diligent research over long periods will bring to light things which now lie hidden. A single lifetime, even though entirely devoted to the sky, would not be enough for the investigation of so vast a subject...And so this knowledge will be unfolded only through long successive ages. There will come a time when our descendants will be amazed that we did not know things that are so plain to them...Many discoveries are reserved for ages still to come, when memory of us will have been effaced. Our universe is a sorry little affair unless it has in it something for every age to investigate...Nature does not reveal her mysteries once and for all.

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

Hi Srinivasa,

Srinivasa Ramanujam wrote:

Hi Scott,
Visual C++ does has an output pane, however the status messages are so huge that I copied only the last line from it. BTW, I thought hdf5 contains an inbuilt compression algorithm and hence zlib and slib installation are not required. Should I install it anyway?

Szip and zlib compression are optional features in the HDF5 library, although they are enabled by default. If you would like to disable them when building, please read the section in the INSTALL_Windows.txt document: "How to disable Gzip(Zlib)/Szip compression". If you decide you would like to use szip and zlib, Windows binaries are available for download on the FTP:

ftp://ftp.hdfgroup.org/lib-external/szip/2.1/bin/windows/
ftp://ftp.hdfgroup.org/lib-external/zlib/1.2/bin/windows/

Scott

···

The status messages from the 'output' pane at the time of building 'debug' version is pasted (in quotes) below:

    1>------ Build started: Project: hdf5dll, Configuration: Debug Win32
    ------
    2>------ Build started: Project: hdf5, Configuration: Debug Win32 ------
    2>Compiling...
    1>Compiling...
    2>H5Zszip.c
    1>H5Zszip.c
    1>c:\myhdfstuff\hdf5\src\h5zszip.c(33) : fatal error C1083: Cannot
    open include file: 'szlib.h': No such file or directory
    1>H5Zdeflate.c
    2>..\..\..\src\H5Zszip.c(33) : fatal error C1083: Cannot open
    include file: 'szlib.h': No such file or directory
    2>H5Zdeflate.c
    1>c:\myhdfstuff\hdf5\src\h5zdeflate.c(32) : fatal error C1083:
    Cannot open include file: 'zlib.h': No such file or directory
    1>H5Z.c
    2>..\..\..\src\H5Zdeflate.c(32) : fatal error C1083: Cannot open
    include file: 'zlib.h': No such file or directory
    2>H5Z.c
    1>c:\myhdfstuff\hdf5\src\h5z.c(33) : fatal error C1083: Cannot open
    include file: 'szlib.h': No such file or directory
    1>H5Tinit.c
    2>..\..\..\src\H5Z.c(33) : fatal error C1083: Cannot open include
    file: 'szlib.h': No such file or directory
    2>H5Tinit.c
    1>Generating Code...
    1>Project : warning PRJ0018 : The following environment variables
    were not found:
    1>$(HDF5_EXT_ZLIB)
    1>$(HDF5_EXT_SZIP)
    1>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\proj\hdf5dll\Debug\BuildLog.htm"
    1>hdf5dll - 3 error(s), 0 warning(s)
    2>Generating Code...
    2>Creating browse information file...
    2>Microsoft Browse Information Maintenance Utility Version 9.00.21022
    2>Copyright (C) Microsoft Corporation. All rights reserved.
    2>BSCMAKE: error BK1506 : cannot open file
    '..\..\..\proj\hdf5\Debug\H5Z.sbr': No such file or directory
    2>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\proj\hdf5\Debug\BuildLog.htm"
    2>hdf5 - 4 error(s), 0 warning(s)
    3>------ Build started: Project: hdf5_hldll, Configuration: Debug
    Win32 ------
    3>Linking...
    3>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    3>Project : warning PRJ0018 : The following environment variables
    were not found:
    3>$(HDF5_EXT_ZLIB)
    3>$(HDF5_EXT_SZIP)
    3>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\proj\hdf5_hldll\Debug\BuildLog.htm"
    3>hdf5_hldll - 1 error(s), 0 warning(s)
    4>------ Build started: Project: hdf5_hl_cppdll, Configuration:
    Debug Win32 ------
    4>Linking...
    4>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5_hldll\debug\hdf5_hlddll.lib'
    4>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\proj\hdf5_hl_cppdll\Debug\BuildLog.htm"
    4>hdf5_hl_cppdll - 1 error(s), 0 warning(s)
    5>------ Build started: Project: libtestdll, Configuration: Debug
    Win32 ------
    6>------ Build started: Project: hdf5_cppdll, Configuration: Debug
    Win32 ------
    5>Linking...
    6>Linking...
    5>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    6>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    5>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\libtestdll\Debug\BuildLog.htm"
    5>libtestdll - 1 error(s), 0 warning(s)
    6>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\proj\hdf5_cppdll\Debug\BuildLog.htm"
    6>hdf5_cppdll - 1 error(s), 0 warning(s)
    7>------ Build started: Project: testh5repack_detect_szip,
    Configuration: Debug Win32 ------
    7>Linking...
    7>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    7>Project : warning PRJ0018 : The following environment variables
    were not found:
    7>$(HDF5_EXT_ZLIB)
    7>$(HDF5_EXT_SZIP)
    7>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\testh5repack_detect_szip\Debug\BuildLog.htm"
    7>testh5repack_detect_szip - 1 error(s), 0 warning(s)
    8>------ Build started: Project: tellub, Configuration: Debug Win32
    ------
    8>Linking...
    8>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    8>Project : warning PRJ0018 : The following environment variables
    were not found:
    8>$(HDF5_EXT_ZLIB)
    8>$(HDF5_EXT_SZIP)
    8>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\tellub\Debug\BuildLog.htm"
    8>tellub - 1 error(s), 0 warning(s)
    9>------ Build started: Project: taligndll, Configuration: Debug
    Win32 ------
    9>Linking...
    9>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    9>Project : warning PRJ0018 : The following environment variables
    were not found:
    9>$(HDF5_EXT_ZLIB)
    9>$(HDF5_EXT_SZIP)
    9>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\taligndll\Debug\BuildLog.htm"
    9>taligndll - 1 error(s), 0 warning(s)
    10>------ Build started: Project: talign, Configuration: Debug Win32
    ------
    10>Linking...
    10>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    10>Project : warning PRJ0018 : The following environment variables
    were not found:
    10>$(HDF5_EXT_ZLIB)
    10>$(HDF5_EXT_SZIP)
    10>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\talign\Debug\BuildLog.htm"
    10>talign - 1 error(s), 0 warning(s)
    11>------ Build started: Project: stabdll, Configuration: Debug
    Win32 ------
    11>Linking...
    11>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    11>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\stabdll\Debug\BuildLog.htm"
    11>stabdll - 1 error(s), 0 warning(s)
    12>------ Build started: Project: stab, Configuration: Debug Win32
    ------
    12>Linking...
    12>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    12>Project : warning PRJ0018 : The following environment variables
    were not found:
    12>$(HDF5_EXT_ZLIB)
    12>$(HDF5_EXT_SZIP)
    12>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\stab\Debug\BuildLog.htm"
    12>stab - 1 error(s), 0 warning(s)
    13>------ Build started: Project: set_extentdll, Configuration:
    Debug Win32 ------
    13>Linking...
    13>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    13>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\set_extentdll\Debug\BuildLog.htm"
    13>set_extentdll - 1 error(s), 0 warning(s)
    14>------ Build started: Project: set_extent, Configuration: Debug
    Win32 ------
    14>Linking...
    14>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    14>Project : warning PRJ0018 : The following environment variables
    were not found:
    14>$(HDF5_EXT_ZLIB)
    14>$(HDF5_EXT_SZIP)
    14>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\set_extent\Debug\BuildLog.htm"
    14>set_extent - 1 error(s), 0 warning(s)
    15>------ Build started: Project: reserveddll, Configuration: Debug
    Win32 ------
    15>Linking...
    15>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    16>------ Build started: Project: reserved, Configuration: Debug
    Win32 ------
    15>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\reserveddll\Debug\BuildLog.htm"
    15>reserveddll - 1 error(s), 0 warning(s)
    16>Linking...
    16>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    16>Project : warning PRJ0018 : The following environment variables
    were not found:
    16>$(HDF5_EXT_ZLIB)
    16>$(HDF5_EXT_SZIP)
    16>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\reserved\Debug\BuildLog.htm"
    16>reserved - 1 error(s), 0 warning(s)
    17>------ Build started: Project: pooldll, Configuration: Debug
    Win32 ------
    17>Linking...
    17>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    17>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\pooldll\Debug\BuildLog.htm"
    17>pooldll - 1 error(s), 0 warning(s)
    18>------ Build started: Project: pool, Configuration: Debug Win32
    ------
    18>Linking...
    18>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    18>Project : warning PRJ0018 : The following environment variables
    were not found:
    18>$(HDF5_EXT_ZLIB)
    18>$(HDF5_EXT_SZIP)
    18>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\pool\Debug\BuildLog.htm"
    18>pool - 1 error(s), 0 warning(s)
    19>------ Build started: Project: overheaddll, Configuration: Debug
    Win32 ------
    19>Linking...
    19>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    19>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\overheaddll\Debug\BuildLog.htm"
    19>overheaddll - 1 error(s), 0 warning(s)
    20>------ Build started: Project: overhead, Configuration: Debug
    Win32 ------
    20>Linking...
    20>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    21>------ Build started: Project: ohdrdll, Configuration: Debug
    Win32 ------
    20>Project : warning PRJ0018 : The following environment variables
    were not found:
    20>$(HDF5_EXT_ZLIB)
    20>$(HDF5_EXT_SZIP)
    20>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\overhead\Debug\BuildLog.htm"
    20>overhead - 1 error(s), 0 warning(s)
    21>Linking...
    21>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    22>------ Build started: Project: ohdr, Configuration: Debug Win32
    ------
    21>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\ohdrdll\Debug\BuildLog.htm"
    21>ohdrdll - 1 error(s), 0 warning(s)
    22>Linking...
    22>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    22>Project : warning PRJ0018 : The following environment variables
    were not found:
    22>$(HDF5_EXT_ZLIB)
    22>$(HDF5_EXT_SZIP)
    22>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\ohdr\Debug\BuildLog.htm"
    22>ohdr - 1 error(s), 0 warning(s)
    23>------ Build started: Project: objcopydll, Configuration: Debug
    Win32 ------
    23>Linking...
    23>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    23>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\objcopydll\Debug\BuildLog.htm"
    23>objcopydll - 1 error(s), 0 warning(s)
    24>------ Build started: Project: objcopy, Configuration: Debug
    Win32 ------
    24>Linking...
    24>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    24>Project : warning PRJ0018 : The following environment variables
    were not found:
    24>$(HDF5_EXT_ZLIB)
    24>$(HDF5_EXT_SZIP)
    24>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\objcopy\Debug\BuildLog.htm"
    24>objcopy - 1 error(s), 0 warning(s)
    25>------ Build started: Project: ntypesdll, Configuration: Debug
    Win32 ------
    25>Linking...
    25>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    25>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\ntypesdll\Debug\BuildLog.htm"
    25>ntypesdll - 1 error(s), 0 warning(s)
    26>------ Build started: Project: ntypes, Configuration: Debug Win32
    ------
    26>Linking...
    26>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    26>Project : warning PRJ0018 : The following environment variables
    were not found:
    26>$(HDF5_EXT_ZLIB)
    26>$(HDF5_EXT_SZIP)
    26>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\ntypes\Debug\BuildLog.htm"
    26>ntypes - 1 error(s), 0 warning(s)
    27>------ Build started: Project: mtimedll, Configuration: Debug
    Win32 ------
    27>Linking...
    27>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    27>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\mtimedll\Debug\BuildLog.htm"
    27>mtimedll - 1 error(s), 0 warning(s)
    28>------ Build started: Project: vfd, Configuration: Debug Win32 ------
    28>Linking...
    28>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    28>Project : warning PRJ0018 : The following environment variables
    were not found:
    28>$(HDF5_EXT_ZLIB)
    28>$(HDF5_EXT_SZIP)
    28>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\vfd\Debug\BuildLog.htm"
    28>vfd - 1 error(s), 0 warning(s)
    29>------ Build started: Project: testh5repack_detect_szipdll,
    Configuration: Debug Win32 ------
    29>Linking...
    29>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    29>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\testh5repack_detect_szipdll\Debug\BuildLog.htm"
    29>testh5repack_detect_szipdll - 1 error(s), 0 warning(s)
    30>------ Build started: Project: mount, Configuration: Debug Win32
    ------
    30>Linking...
    30>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    30>Project : warning PRJ0018 : The following environment variables
    were not found:
    30>$(HDF5_EXT_ZLIB)
    30>$(HDF5_EXT_SZIP)
    30>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\mount\Debug\BuildLog.htm"
    30>mount - 1 error(s), 0 warning(s)
    31>------ Build started: Project: linksdll, Configuration: Debug
    Win32 ------
    32>------ Build started: Project: links, Configuration: Debug Win32
    ------
    32>Linking...
    31>Linking...
    32>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    31>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    31>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\linksdll\Debug\BuildLog.htm"
    31>linksdll - 1 error(s), 0 warning(s)
    32>Project : warning PRJ0018 : The following environment variables
    were not found:
    32>$(HDF5_EXT_ZLIB)
    32>$(HDF5_EXT_SZIP)
    32>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\links\Debug\BuildLog.htm"
    32>links - 1 error(s), 0 warning(s)
    33>------ Build started: Project: testhdf5, Configuration: Debug
    Win32 ------
    33>Linking...
    33>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    33>Project : warning PRJ0018 : The following environment variables
    were not found:
    33>$(HDF5_EXT_ZLIB)
    33>$(HDF5_EXT_SZIP)
    33>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\testhdf5\Debug\BuildLog.htm"
    33>testhdf5 - 1 error(s), 0 warning(s)
    34>------ Build started: Project: testhdf5_cpp, Configuration: Debug
    Win32 ------
    34>Linking...
    34>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    34>Project : warning PRJ0018 : The following environment variables
    were not found:
    34>$(HDF5_EXT_ZLIB)
    34>$(HDF5_EXT_SZIP)
    34>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\c++\test\testhdf5_cpp\Debug\BuildLog.htm"
    34>testhdf5_cpp - 1 error(s), 0 warning(s)
    35>------ Build started: Project: lheapdll, Configuration: Debug
    Win32 ------
    35>Linking...
    35>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    35>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\lheapdll\Debug\BuildLog.htm"
    35>lheapdll - 1 error(s), 0 warning(s)
    36>------ Build started: Project: lheap, Configuration: Debug Win32
    ------
    36>Linking...
    37>------ Build started: Project: istoredll, Configuration: Debug
    Win32 ------
    36>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    37>Linking...
    36>Project : warning PRJ0018 : The following environment variables
    were not found:
    36>$(HDF5_EXT_ZLIB)
    36>$(HDF5_EXT_SZIP)
    36>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\lheap\Debug\BuildLog.htm"
    37>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    36>lheap - 1 error(s), 0 warning(s)
    37>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\istoredll\Debug\BuildLog.htm"
    37>istoredll - 1 error(s), 0 warning(s)
    38>------ Build started: Project: istore, Configuration: Debug Win32
    ------
    38>Linking...
    39>------ Build started: Project: iopipedll, Configuration: Debug
    Win32 ------
    39>Linking...
    38>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    39>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    38>Project : warning PRJ0018 : The following environment variables
    were not found:
    38>$(HDF5_EXT_ZLIB)
    38>$(HDF5_EXT_SZIP)
    38>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\istore\Debug\BuildLog.htm"
    38>istore - 1 error(s), 0 warning(s)
    39>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\iopipedll\Debug\BuildLog.htm"
    39>iopipedll - 1 error(s), 0 warning(s)
    40>------ Build started: Project: iopipe, Configuration: Debug Win32
    ------
    40>Linking...
    40>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    40>Project : warning PRJ0018 : The following environment variables
    were not found:
    40>$(HDF5_EXT_ZLIB)
    40>$(HDF5_EXT_SZIP)
    40>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\iopipe\Debug\BuildLog.htm"
    40>iopipe - 1 error(s), 0 warning(s)
    41>------ Build started: Project: hyperslabdll, Configuration: Debug
    Win32 ------
    41>Linking...
    41>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    41>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\hyperslabdll\Debug\BuildLog.htm"
    41>hyperslabdll - 1 error(s), 0 warning(s)
    42>------ Build started: Project: hyperslab, Configuration: Debug
    Win32 ------
    43>------ Build started: Project: hl_test_tabledll, Configuration:
    Debug Win32 ------
    42>Linking...
    42>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    43>Linking...
    42>Project : warning PRJ0018 : The following environment variables
    were not found:
    42>$(HDF5_EXT_ZLIB)
    42>$(HDF5_EXT_SZIP)
    42>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\hyperslab\Debug\BuildLog.htm"
    42>hyperslab - 1 error(s), 0 warning(s)
    43>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
    43>Project : warning PRJ0018 : The following environment variables
    were not found:
    43>$(HDF5_EXT_ZLIB)
    43>$(HDF5_EXT_SZIP)
    43>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_tabledll\Debug\BuildLog.htm"
    43>hl_test_tabledll - 1 error(s), 0 warning(s)
    44>------ Build started: Project: hl_test_table_cppdll,
    Configuration: Debug Win32 ------
    44>Linking...
    44>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\..\proj\hdf5_cppdll\debug\hdf5_cppddll.lib'
    44>Project : warning PRJ0018 : The following environment variables
    were not found:
    44>$(HDF5_EXT_ZLIB)
    44>$(HDF5_EXT_SZIP)
    44>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\c++\test\hl_test_table_cppdll\Debug\BuildLog.htm"
    44>hl_test_table_cppdll - 1 error(s), 0 warning(s)
    45>------ Build started: Project: hl_test_table_cpp, Configuration:
    Debug Win32 ------
    45>Linking...
    45>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    45>Project : warning PRJ0018 : The following environment variables
    were not found:
    45>$(HDF5_EXT_ZLIB)
    45>$(HDF5_EXT_SZIP)
    45>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\c++\test\hl_test_table_cpp\Debug\BuildLog.htm"
    45>hl_test_table_cpp - 1 error(s), 0 warning(s)
    46>------ Build started: Project: hl_test_table, Configuration:
    Debug Win32 ------
    46>Linking...
    46>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    46>Project : warning PRJ0018 : The following environment variables
    were not found:
    46>$(HDF5_EXT_ZLIB)
    46>$(HDF5_EXT_SZIP)
    46>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_table\Debug\BuildLog.htm"
    46>hl_test_table - 1 error(s), 0 warning(s)
    47>------ Build started: Project: hl_test_packetdll, Configuration:
    Debug Win32 ------
    48>------ Build started: Project: hl_test_packet, Configuration:
    Debug Win32 ------
    47>Linking...
    47>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
    47>Project : warning PRJ0018 : The following environment variables
    were not found:
    47>$(HDF5_EXT_ZLIB)
    47>$(HDF5_EXT_SZIP)
    47>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_packetdll\Debug\BuildLog.htm"
    47>hl_test_packetdll - 1 error(s), 0 warning(s)
    48>Linking...
    48>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    48>Project : warning PRJ0018 : The following environment variables
    were not found:
    48>$(HDF5_EXT_ZLIB)
    48>$(HDF5_EXT_SZIP)
    48>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_packet\Debug\BuildLog.htm"
    48>hl_test_packet - 1 error(s), 0 warning(s)
    49>------ Build started: Project: hl_test_litedll, Configuration:
    Debug Win32 ------
    49>Linking...
    49>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
    49>Project : warning PRJ0018 : The following environment variables
    were not found:
    49>$(HDF5_EXT_ZLIB)
    49>$(HDF5_EXT_SZIP)
    49>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_litedll\Debug\BuildLog.htm"
    49>hl_test_litedll - 1 error(s), 0 warning(s)
    50>------ Build started: Project: hl_test_lite, Configuration: Debug
    Win32 ------
    50>Linking...
    50>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    50>Project : warning PRJ0018 : The following environment variables
    were not found:
    50>$(HDF5_EXT_ZLIB)
    50>$(HDF5_EXT_SZIP)
    50>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_lite\Debug\BuildLog.htm"
    50>hl_test_lite - 1 error(s), 0 warning(s)
    51>------ Build started: Project: hl_test_imagedll, Configuration:
    Debug Win32 ------
    51>Linking...
    51>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
    51>Project : warning PRJ0018 : The following environment variables
    were not found:
    51>$(HDF5_EXT_ZLIB)
    51>$(HDF5_EXT_SZIP)
    51>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_imagedll\Debug\BuildLog.htm"
    51>hl_test_imagedll - 1 error(s), 0 warning(s)
    52>------ Build started: Project: hl_test_image, Configuration:
    Debug Win32 ------
    53>------ Build started: Project: hl_test_dsdll, Configuration:
    Debug Win32 ------
    52>Linking...
    52>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    53>Linking...
    52>Project : warning PRJ0018 : The following environment variables
    were not found:
    52>$(HDF5_EXT_ZLIB)
    52>$(HDF5_EXT_SZIP)
    52>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_image\Debug\BuildLog.htm"
    53>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
    52>hl_test_image - 1 error(s), 0 warning(s)
    53>Project : warning PRJ0018 : The following environment variables
    were not found:
    53>$(HDF5_EXT_ZLIB)
    53>$(HDF5_EXT_SZIP)
    53>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_dsdll\Debug\BuildLog.htm"
    53>hl_test_dsdll - 1 error(s), 0 warning(s)
    54>------ Build started: Project: hl_test_ds, Configuration: Debug
    Win32 ------
    54>Linking...
    54>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    54>Project : warning PRJ0018 : The following environment variables
    were not found:
    54>$(HDF5_EXT_ZLIB)
    54>$(HDF5_EXT_SZIP)
    54>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_ds\Debug\BuildLog.htm"
    54>hl_test_ds - 1 error(s), 0 warning(s)
    55>------ Build started: Project: vfddll, Configuration: Debug Win32
    ------
    55>Linking...
    55>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    55>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\vfddll\Debug\BuildLog.htm"
    55>vfddll - 1 error(s), 0 warning(s)
    56>------ Build started: Project: testhdf5_cppdll, Configuration:
    Debug Win32 ------
    56>Linking...
    56>LINK : fatal error LNK1181: cannot open input file 'hdf5ddll.lib'
    56>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\c++\test\testhdf5_cppdll\Debug\BuildLog.htm"
    56>testhdf5_cppdll - 1 error(s), 0 warning(s)
    57>------ Build started: Project: testhdf5dll, Configuration: Debug
    Win32 ------
    58>------ Build started: Project: big, Configuration: Debug Win32 ------
    57>Linking...
    57>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    58>Linking...
    57>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\testhdf5dll\Debug\BuildLog.htm"
    57>testhdf5dll - 1 error(s), 0 warning(s)
    58>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    58>Project : warning PRJ0018 : The following environment variables
    were not found:
    58>$(HDF5_EXT_ZLIB)
    58>$(HDF5_EXT_SZIP)
    58>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\big\Debug\BuildLog.htm"
    58>big - 1 error(s), 0 warning(s)
    59>------ Build started: Project: unlink, Configuration: Debug Win32
    ------
    59>Linking...
    59>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    59>Project : warning PRJ0018 : The following environment variables
    were not found:
    59>$(HDF5_EXT_ZLIB)
    59>$(HDF5_EXT_SZIP)
    59>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\unlink\Debug\BuildLog.htm"
    59>unlink - 1 error(s), 0 warning(s)
    60>------ Build started: Project: mountdll, Configuration: Debug
    Win32 ------
    60>Linking...
    60>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    60>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\mountdll\Debug\BuildLog.htm"
    60>mountdll - 1 error(s), 0 warning(s)
    61>------ Build started: Project: unlinkdll, Configuration: Debug
    Win32 ------
    61>Linking...
    61>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    61>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\unlinkdll\Debug\BuildLog.htm"
    61>unlinkdll - 1 error(s), 0 warning(s)
    62>------ Build started: Project: mtime, Configuration: Debug Win32
    ------
    62>Linking...
    62>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    62>Project : warning PRJ0018 : The following environment variables
    were not found:
    62>$(HDF5_EXT_ZLIB)
    62>$(HDF5_EXT_SZIP)
    62>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\mtime\Debug\BuildLog.htm"
    62>mtime - 1 error(s), 0 warning(s)
    63>------ Build started: Project: h5unjam, Configuration: Debug
    Win32 ------
    63>Linking...
    63>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    64>------ Build started: Project: h5statdll, Configuration: Debug
    Win32 ------
    63>Project : warning PRJ0018 : The following environment variables
    were not found:
    63>$(HDF5_EXT_ZLIB)
    63>$(HDF5_EXT_SZIP)
    63>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5unjam\Debug\BuildLog.htm"
    63>h5unjam - 1 error(s), 0 warning(s)
    64>Linking...
    64>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    64>Project : warning PRJ0018 : The following environment variables
    were not found:
    64>$(HDF5_EXT_ZLIB)
    64>$(HDF5_EXT_SZIP)
    64>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5statdll\Debug\BuildLog.htm"
    64>h5statdll - 1 error(s), 0 warning(s)
    65>------ Build started: Project: h5stat, Configuration: Debug Win32
    ------
    65>Linking...
    65>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    65>Project : warning PRJ0018 : The following environment variables
    were not found:
    65>$(HDF5_EXT_ZLIB)
    65>$(HDF5_EXT_SZIP)
    65>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5stat\Debug\BuildLog.htm"
    65>h5stat - 1 error(s), 0 warning(s)
    66>------ Build started: Project: h5reparttst, Configuration: Debug
    Win32 ------
    66>Linking...
    66>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    66>Project : warning PRJ0018 : The following environment variables
    were not found:
    66>$(HDF5_EXT_ZLIB)
    66>$(HDF5_EXT_SZIP)
    66>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5reparttst\Debug\BuildLog.htm"
    66>h5reparttst - 1 error(s), 0 warning(s)
    67>------ Build started: Project: h5repartdll, Configuration: Debug
    Win32 ------
    67>Linking...
    67>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    67>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5repartdll\Debug\BuildLog.htm"
    67>h5repartdll - 1 error(s), 0 warning(s)
    68>------ Build started: Project: h5repart_gentest, Configuration:
    Debug Win32 ------
    68>Linking...
    68>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    68>Project : warning PRJ0018 : The following environment variables
    were not found:
    68>$(HDF5_EXT_ZLIB)
    68>$(HDF5_EXT_SZIP)
    68>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5repart_gentest\Debug\BuildLog.htm"
    68>h5repart_gentest - 1 error(s), 0 warning(s)
    69>------ Build started: Project: h5repart, Configuration: Debug
    Win32 ------
    69>Linking...
    69>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    69>Project : warning PRJ0018 : The following environment variables
    were not found:
    69>$(HDF5_EXT_ZLIB)
    69>$(HDF5_EXT_SZIP)
    69>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5repart\Debug\BuildLog.htm"
    69>h5repart - 1 error(s), 0 warning(s)
    70>------ Build started: Project: h5repacktst, Configuration: Debug
    Win32 ------
    71>------ Build started: Project: h5repackdll, Configuration: Debug
    Win32 ------
    70>Linking...
    71>Linking...
    71>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    70>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    71>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5repackdll\Debug\BuildLog.htm"
    71>h5repackdll - 1 error(s), 0 warning(s)
    70>Project : warning PRJ0018 : The following environment variables
    were not found:
    70>$(HDF5_EXT_ZLIB)
    70>$(HDF5_EXT_SZIP)
    70>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5repacktst\Debug\BuildLog.htm"
    70>h5repacktst - 1 error(s), 0 warning(s)
    72>------ Build started: Project: h5repack, Configuration: Debug
    Win32 ------
    72>Linking...
    72>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    72>Project : warning PRJ0018 : The following environment variables
    were not found:
    72>$(HDF5_EXT_ZLIB)
    72>$(HDF5_EXT_SZIP)
    72>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5repack\Debug\BuildLog.htm"
    72>h5repack - 1 error(s), 0 warning(s)
    73>------ Build started: Project: h5mkgrp, Configuration: Debug
    Win32 ------
    73>Linking...
    73>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    73>Project : warning PRJ0018 : The following environment variables
    were not found:
    73>$(HDF5_EXT_ZLIB)
    73>$(HDF5_EXT_SZIP)
    73>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5mkgrp\Debug\BuildLog.htm"
    73>h5mkgrp - 1 error(s), 0 warning(s)
    74>------ Build started: Project: h5lsdll, Configuration: Debug
    Win32 ------
    74>Linking...
    74>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    74>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5lsdll\Debug\BuildLog.htm"
    74>h5lsdll - 1 error(s), 0 warning(s)
    75>------ Build started: Project: h5ls, Configuration: Debug Win32
    ------
    75>Linking...
    75>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    75>Project : warning PRJ0018 : The following environment variables
    were not found:
    75>$(HDF5_EXT_ZLIB)
    75>$(HDF5_EXT_SZIP)
    75>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5ls\Debug\BuildLog.htm"
    75>h5ls - 1 error(s), 0 warning(s)
    76>------ Build started: Project: h5jamtst, Configuration: Debug
    Win32 ------
    77>------ Build started: Project: h5jam, Configuration: Debug Win32
    ------
    76>Linking...
    77>Linking...
    76>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    77>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    76>Project : warning PRJ0018 : The following environment variables
    were not found:
    76>$(HDF5_EXT_ZLIB)
    76>$(HDF5_EXT_SZIP)
    76>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5jamtst\Debug\BuildLog.htm"
    76>h5jamtst - 1 error(s), 0 warning(s)
    77>Project : warning PRJ0018 : The following environment variables
    were not found:
    77>$(HDF5_EXT_ZLIB)
    77>$(HDF5_EXT_SZIP)
    77>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5jam\Debug\BuildLog.htm"
    77>h5jam - 1 error(s), 0 warning(s)
    78>------ Build started: Project: h5importtst, Configuration: Debug
    Win32 ------
    78>Linking...
    78>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    78>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5importtst\Debug\BuildLog.htm"
    78>h5importtst - 1 error(s), 0 warning(s)
    79>------ Build started: Project: h5importdll, Configuration: Debug
    Win32 ------
    79>Linking...
    79>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    79>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5importdll\Debug\BuildLog.htm"
    79>h5importdll - 1 error(s), 0 warning(s)
    80>------ Build started: Project: h5import, Configuration: Debug
    Win32 ------
    80>Linking...
    80>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    80>Project : warning PRJ0018 : The following environment variables
    were not found:
    80>$(HDF5_EXT_ZLIB)
    80>$(HDF5_EXT_SZIP)
    80>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5import\Debug\BuildLog.htm"
    80>h5import - 1 error(s), 0 warning(s)
    81>------ Build started: Project: h5dumptst, Configuration: Debug
    Win32 ------
    81>Linking...
    81>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    81>Project : warning PRJ0018 : The following environment variables
    were not found:
    81>$(HDF5_EXT_ZLIB)
    81>$(HDF5_EXT_SZIP)
    81>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5dumptst\Debug\BuildLog.htm"
    81>h5dumptst - 1 error(s), 0 warning(s)
    82>------ Build started: Project: h5dumpdll, Configuration: Debug
    Win32 ------
    82>Linking...
    82>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    82>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5dumpdll\Debug\BuildLog.htm"
    82>h5dumpdll - 1 error(s), 0 warning(s)
    83>------ Build started: Project: h5dump, Configuration: Debug Win32
    ------
    84>------ Build started: Project: h5difftst, Configuration: Debug
    Win32 ------
    83>Linking...
    84>Linking...
    84>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    83>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    84>Project : warning PRJ0018 : The following environment variables
    were not found:
    84>$(HDF5_EXT_ZLIB)
    84>$(HDF5_EXT_SZIP)
    84>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5difftst\Debug\BuildLog.htm"
    84>h5difftst - 1 error(s), 0 warning(s)
    83>Project : warning PRJ0018 : The following environment variables
    were not found:
    83>$(HDF5_EXT_ZLIB)
    83>$(HDF5_EXT_SZIP)
    83>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5dump\Debug\BuildLog.htm"
    83>h5dump - 1 error(s), 0 warning(s)
    85>------ Build started: Project: h5diffdll, Configuration: Debug
    Win32 ------
    85>Linking...
    85>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    85>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5diffdll\Debug\BuildLog.htm"
    85>h5diffdll - 1 error(s), 0 warning(s)
    86>------ Build started: Project: h5diff, Configuration: Debug Win32
    ------
    86>Linking...
    86>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    86>Project : warning PRJ0018 : The following environment variables
    were not found:
    86>$(HDF5_EXT_ZLIB)
    86>$(HDF5_EXT_SZIP)
    86>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5diff\Debug\BuildLog.htm"
    86>h5diff - 1 error(s), 0 warning(s)
    87>------ Build started: Project: h5debugdll, Configuration: Debug
    Win32 ------
    87>Linking...
    87>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    87>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5debugdll\Debug\BuildLog.htm"
    87>h5debugdll - 1 error(s), 0 warning(s)
    88>------ Build started: Project: h5debug, Configuration: Debug
    Win32 ------
    88>Linking...
    88>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    88>Project : warning PRJ0018 : The following environment variables
    were not found:
    88>$(HDF5_EXT_ZLIB)
    88>$(HDF5_EXT_SZIP)
    88>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5debug\Debug\BuildLog.htm"
    88>h5debug - 1 error(s), 0 warning(s)
    89>------ Build started: Project: h5copy, Configuration: Debug Win32
    ------
    89>Linking...
    89>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    89>Project : warning PRJ0018 : The following environment variables
    were not found:
    89>$(HDF5_EXT_ZLIB)
    89>$(HDF5_EXT_SZIP)
    89>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\tools\h5copy\Debug\BuildLog.htm"
    89>h5copy - 1 error(s), 0 warning(s)
    90>------ Build started: Project: h52gifdll, Configuration: Debug
    Win32 ------
    90>Linking...
    90>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5_hldll\debug\hdf5_hlddll.lib'
    90>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\tools\gifconvdll\h52gifdll\Debug\BuildLog.htm"
    90>h52gifdll - 1 error(s), 0 warning(s)
    91>------ Build started: Project: h52gif, Configuration: Debug Win32
    ------
    91>Linking...
    91>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    91>Project : warning PRJ0018 : The following environment variables
    were not found:
    91>$(HDF5_EXT_ZLIB)
    91>$(HDF5_EXT_SZIP)
    91>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\tools\gifconv\h52gif\Debug\BuildLog.htm"
    91>h52gif - 1 error(s), 0 warning(s)
    92>------ Build started: Project: gif2h5dll, Configuration: Debug
    Win32 ------
    92>Linking...
    92>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5_hldll\debug\hdf5_hlddll.lib'
    92>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\tools\gifconvdll\gif2h5dll\Debug\BuildLog.htm"
    92>gif2h5dll - 1 error(s), 0 warning(s)
    93>------ Build started: Project: gif2h5, Configuration: Debug Win32
    ------
    93>Linking...
    93>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    93>Project : warning PRJ0018 : The following environment variables
    were not found:
    93>$(HDF5_EXT_ZLIB)
    93>$(HDF5_EXT_SZIP)
    93>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\hl\tools\gifconv\gif2h5\Debug\BuildLog.htm"
    93>gif2h5 - 1 error(s), 0 warning(s)
    94>------ Build started: Project: gheapdll, Configuration: Debug
    Win32 ------
    94>Linking...
    95>------ Build started: Project: gheap, Configuration: Debug Win32
    ------
    94>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    94>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\gheapdll\Debug\BuildLog.htm"
    94>gheapdll - 1 error(s), 0 warning(s)
    95>Linking...
    95>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    95>Project : warning PRJ0018 : The following environment variables
    were not found:
    95>$(HDF5_EXT_ZLIB)
    95>$(HDF5_EXT_SZIP)
    95>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\gheap\Debug\BuildLog.htm"
    95>gheap - 1 error(s), 0 warning(s)
    96>------ Build started: Project: getub, Configuration: Debug Win32
    ------
    96>Linking...
    96>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    96>Project : warning PRJ0018 : The following environment variables
    were not found:
    96>$(HDF5_EXT_ZLIB)
    96>$(HDF5_EXT_SZIP)
    96>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\getub\Debug\BuildLog.htm"
    96>getub - 1 error(s), 0 warning(s)
    97>------ Build started: Project: getnamedll, Configuration: Debug
    Win32 ------
    97>Linking...
    97>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    97>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\getnamedll\Debug\BuildLog.htm"
    97>getnamedll - 1 error(s), 0 warning(s)
    98>------ Build started: Project: getname, Configuration: Debug
    Win32 ------
    98>Linking...
    98>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    98>Project : warning PRJ0018 : The following environment variables
    were not found:
    98>$(HDF5_EXT_ZLIB)
    98>$(HDF5_EXT_SZIP)
    98>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\getname\Debug\BuildLog.htm"
    98>getname - 1 error(s), 0 warning(s)
    99>------ Build started: Project: flush2dll, Configuration: Debug
    Win32 ------
    99>Linking...
    99>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    99>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\flush2dll\Debug\BuildLog.htm"
    99>flush2dll - 1 error(s), 0 warning(s)
    100>------ Build started: Project: flush2, Configuration: Debug
    Win32 ------
    101>------ Build started: Project: flush1dll, Configuration: Debug
    Win32 ------
    100>Linking...
    100>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    101>Linking...
    100>Project : warning PRJ0018 : The following environment variables
    were not found:
    100>$(HDF5_EXT_ZLIB)
    100>$(HDF5_EXT_SZIP)
    100>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\flush2\Debug\BuildLog.htm"
    100>flush2 - 1 error(s), 0 warning(s)
    101>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    101>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\flush1dll\Debug\BuildLog.htm"
    101>flush1dll - 1 error(s), 0 warning(s)
    102>------ Build started: Project: flush1, Configuration: Debug
    Win32 ------
    102>Linking...
    102>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    102>Project : warning PRJ0018 : The following environment variables
    were not found:
    102>$(HDF5_EXT_ZLIB)
    102>$(HDF5_EXT_SZIP)
    102>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\flush1\Debug\BuildLog.htm"
    102>flush1 - 1 error(s), 0 warning(s)
    103>------ Build started: Project: fillvaldll, Configuration: Debug
    Win32 ------
    103>Linking...
    103>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    103>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\fillvaldll\Debug\BuildLog.htm"
    103>fillvaldll - 1 error(s), 0 warning(s)
    104>------ Build started: Project: fillval, Configuration: Debug
    Win32 ------
    104>Linking...
    104>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    104>Project : warning PRJ0018 : The following environment variables
    were not found:
    104>$(HDF5_EXT_ZLIB)
    104>$(HDF5_EXT_SZIP)
    104>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\fillval\Debug\BuildLog.htm"
    104>fillval - 1 error(s), 0 warning(s)
    105>------ Build started: Project: fheapdll, Configuration: Debug
    Win32 ------
    105>Linking...
    105>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    105>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\fheapdll\Debug\BuildLog.htm"
    105>fheapdll - 1 error(s), 0 warning(s)
    106>------ Build started: Project: fheap, Configuration: Debug Win32
    ------
    106>Linking...
    106>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    106>Project : warning PRJ0018 : The following environment variables
    were not found:
    106>$(HDF5_EXT_ZLIB)
    106>$(HDF5_EXT_SZIP)
    106>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\fheap\Debug\BuildLog.htm"
    106>fheap - 1 error(s), 0 warning(s)
    107>------ Build started: Project: externaldll, Configuration: Debug
    Win32 ------
    107>Linking...
    107>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    107>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\externaldll\Debug\BuildLog.htm"
    107>externaldll - 1 error(s), 0 warning(s)
    108>------ Build started: Project: external, Configuration: Debug
    Win32 ------
    108>Linking...
    108>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    108>Project : warning PRJ0018 : The following environment variables
    were not found:
    108>$(HDF5_EXT_ZLIB)
    108>$(HDF5_EXT_SZIP)
    108>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\external\Debug\BuildLog.htm"
    108>external - 1 error(s), 0 warning(s)
    109>------ Build started: Project: extenddll, Configuration: Debug
    Win32 ------
    110>------ Build started: Project: extend, Configuration: Debug
    Win32 ------
    109>Linking...
    110>Linking...
    109>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    110>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    109>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\extenddll\Debug\BuildLog.htm"
    109>extenddll - 1 error(s), 0 warning(s)
    110>Project : warning PRJ0018 : The following environment variables
    were not found:
    110>$(HDF5_EXT_ZLIB)
    110>$(HDF5_EXT_SZIP)
    110>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\extend\Debug\BuildLog.htm"
    110>extend - 1 error(s), 0 warning(s)
    111>------ Build started: Project: err_compatdll, Configuration:
    Debug Win32 ------
    111>Linking...
    112>------ Build started: Project: err_compat, Configuration: Debug
    Win32 ------
    111>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    111>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\err_compatdll\Debug\BuildLog.htm"
    111>err_compatdll - 1 error(s), 0 warning(s)
    113>------ Build started: Project: error_testdll, Configuration:
    Debug Win32 ------
    112>Linking...
    113>Linking...
    112>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    113>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    112>Project : warning PRJ0018 : The following environment variables
    were not found:
    112>$(HDF5_EXT_ZLIB)
    112>$(HDF5_EXT_SZIP)
    112>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\err_compat\Debug\BuildLog.htm"
    112>err_compat - 1 error(s), 0 warning(s)
    113>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\error_testdll\Debug\BuildLog.htm"
    113>error_testdll - 1 error(s), 0 warning(s)
    114>------ Build started: Project: error_test, Configuration: Debug
    Win32 ------
    114>Linking...
    114>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    114>Project : warning PRJ0018 : The following environment variables
    were not found:
    114>$(HDF5_EXT_ZLIB)
    114>$(HDF5_EXT_SZIP)
    114>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\error_test\Debug\BuildLog.htm"
    114>error_test - 1 error(s), 0 warning(s)
    115>------ Build started: Project: enumdll, Configuration: Debug
    Win32 ------
    115>Linking...
    115>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    115>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\enumdll\Debug\BuildLog.htm"
    115>enumdll - 1 error(s), 0 warning(s)
    116>------ Build started: Project: enum, Configuration: Debug Win32
    ------
    116>Linking...
    116>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    116>Project : warning PRJ0018 : The following environment variables
    were not found:
    116>$(HDF5_EXT_ZLIB)
    116>$(HDF5_EXT_SZIP)
    116>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\enum\Debug\BuildLog.htm"
    116>enum - 1 error(s), 0 warning(s)
    117>------ Build started: Project: dtypesdll, Configuration: Debug
    Win32 ------
    117>Linking...
    117>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    118>------ Build started: Project: dtypes, Configuration: Debug
    Win32 ------
    117>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dtypesdll\Debug\BuildLog.htm"
    117>dtypesdll - 1 error(s), 0 warning(s)
    118>Linking...
    118>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    118>Project : warning PRJ0018 : The following environment variables
    were not found:
    118>$(HDF5_EXT_ZLIB)
    118>$(HDF5_EXT_SZIP)
    118>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dtypes\Debug\BuildLog.htm"
    118>dtypes - 1 error(s), 0 warning(s)
    119>------ Build started: Project: dtransformdll, Configuration:
    Debug Win32 ------
    119>Linking...
    119>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    119>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dtransformdll\Debug\BuildLog.htm"
    119>dtransformdll - 1 error(s), 0 warning(s)
    120>------ Build started: Project: dtransform, Configuration: Debug
    Win32 ------
    120>Linking...
    120>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    120>Project : warning PRJ0018 : The following environment variables
    were not found:
    120>$(HDF5_EXT_ZLIB)
    120>$(HDF5_EXT_SZIP)
    120>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dtransform\Debug\BuildLog.htm"
    120>dtransform - 1 error(s), 0 warning(s)
    121>------ Build started: Project: dt_arithdll, Configuration: Debug
    Win32 ------
    121>Linking...
    121>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    121>Project : warning PRJ0018 : The following environment variables
    were not found:
    121>$(HDF5_EXT_ZLIB)
    121>$(HDF5_EXT_SZIP)
    121>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dt_arithdll\Debug\BuildLog.htm"
    121>dt_arithdll - 1 error(s), 0 warning(s)
    122>------ Build started: Project: dt_arith, Configuration: Debug
    Win32 ------
    122>Linking...
    122>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    122>Project : warning PRJ0018 : The following environment variables
    were not found:
    122>$(HDF5_EXT_ZLIB)
    122>$(HDF5_EXT_SZIP)
    122>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dt_arith\Debug\BuildLog.htm"
    122>dt_arith - 1 error(s), 0 warning(s)
    123>------ Build started: Project: dsetsdll, Configuration: Debug
    Win32 ------
    124>------ Build started: Project: dsets_cppdll, Configuration:
    Debug Win32 ------
    123>Compiling...
    123>dsets.c
    124>Linking...
    124>LINK : fatal error LNK1181: cannot open input file 'hdf5ddll.lib'
    124>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\c++\test\dsets_cppdll\Debug\BuildLog.htm"
    124>dsets_cppdll - 1 error(s), 0 warning(s)
    123>c:\myhdfstuff\hdf5\test\dsets.c(28) : fatal error C1083: Cannot
    open include file: 'szlib.h': No such file or directory
    123>Project : warning PRJ0018 : The following environment variables
    were not found:
    123>$(HDF5_EXT_ZLIB)
    123>$(HDF5_EXT_SZIP)
    123>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dsetsdll\Debug\BuildLog.htm"
    123>dsetsdll - 1 error(s), 0 warning(s)
    125>------ Build started: Project: dsets_cpp, Configuration: Debug
    Win32 ------
    125>Linking...
    125>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
    125>Project : warning PRJ0018 : The following environment variables
    were not found:
    125>$(HDF5_EXT_ZLIB)
    125>$(HDF5_EXT_SZIP)
    125>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\c++\test\dsets_cpp\Debug\BuildLog.htm"
    125>dsets_cpp - 1 error(s), 0 warning(s)
    126>------ Build started: Project: dsets, Configuration: Debug Win32
    ------
    126>Compiling...
    126>dsets.c
    127>------ Build started: Project: dangledll, Configuration: Debug
    Win32 ------
    127>Linking...
    127>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    127>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dangledll\Debug\BuildLog.htm"
    127>dangledll - 1 error(s), 0 warning(s)
    126>c:\myhdfstuff\hdf5\test\dsets.c(28) : fatal error C1083: Cannot
    open include file: 'szlib.h': No such file or directory
    126>Project : warning PRJ0018 : The following environment variables
    were not found:
    126>$(HDF5_EXT_ZLIB)
    126>$(HDF5_EXT_SZIP)
    126>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dsets\Debug\BuildLog.htm"
    126>dsets - 1 error(s), 0 warning(s)
    128>------ Build started: Project: dangle, Configuration: Debug
    Win32 ------
    128>Linking...
    128>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    128>Project : warning PRJ0018 : The following environment variables
    were not found:
    128>$(HDF5_EXT_ZLIB)
    128>$(HDF5_EXT_SZIP)
    128>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\dangle\Debug\BuildLog.htm"
    128>dangle - 1 error(s), 0 warning(s)
    129>------ Build started: Project: cross_readdll, Configuration:
    Debug Win32 ------
    129>Linking...
    129>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    129>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\cross_readdll\Debug\BuildLog.htm"
    129>cross_readdll - 1 error(s), 0 warning(s)
    130>------ Build started: Project: cross_read, Configuration: Debug
    Win32 ------
    130>Linking...
    131>------ Build started: Project: cmpd_dsetdll, Configuration:
    Debug Win32 ------
    130>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    130>Project : warning PRJ0018 : The following environment variables
    were not found:
    130>$(HDF5_EXT_ZLIB)
    130>$(HDF5_EXT_SZIP)
    130>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\cross_read\Debug\BuildLog.htm"
    130>cross_read - 1 error(s), 0 warning(s)
    131>Linking...
    131>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    131>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\cmpd_dsetdll\Debug\BuildLog.htm"
    131>cmpd_dsetdll - 1 error(s), 0 warning(s)
    132>------ Build started: Project: cmpd_dset, Configuration: Debug
    Win32 ------
    132>Linking...
    132>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    132>Project : warning PRJ0018 : The following environment variables
    were not found:
    132>$(HDF5_EXT_ZLIB)
    132>$(HDF5_EXT_SZIP)
    132>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\cmpd_dset\Debug\BuildLog.htm"
    132>cmpd_dset - 1 error(s), 0 warning(s)
    133>------ Build started: Project: chunkdll, Configuration: Debug
    Win32 ------
    133>Linking...
    133>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    133>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\chunkdll\Debug\BuildLog.htm"
    133>chunkdll - 1 error(s), 0 warning(s)
    134>------ Build started: Project: chunk, Configuration: Debug Win32
    ------
    134>Linking...
    134>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    134>Project : warning PRJ0018 : The following environment variables
    were not found:
    134>$(HDF5_EXT_ZLIB)
    134>$(HDF5_EXT_SZIP)
    134>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\chunk\Debug\BuildLog.htm"
    134>chunk - 1 error(s), 0 warning(s)
    135>------ Build started: Project: cachedll, Configuration: Debug
    Win32 ------
    135>Linking...
    135>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    135>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\cachedll\Debug\BuildLog.htm"
    135>cachedll - 1 error(s), 0 warning(s)
    136>------ Build started: Project: cache_apidll, Configuration:
    Debug Win32 ------
    136>Linking...
    136>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    136>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\cache_apidll\Debug\BuildLog.htm"
    136>cache_apidll - 1 error(s), 0 warning(s)
    137>------ Build started: Project: cache_api, Configuration: Debug
    Win32 ------
    138>------ Build started: Project: cache, Configuration: Debug Win32
    ------
    137>Linking...
    138>Linking...
    137>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    138>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    137>Project : warning PRJ0018 : The following environment variables
    were not found:
    137>$(HDF5_EXT_ZLIB)
    137>$(HDF5_EXT_SZIP)
    137>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\cache_api\Debug\BuildLog.htm"
    137>cache_api - 1 error(s), 0 warning(s)
    138>Project : warning PRJ0018 : The following environment variables
    were not found:
    138>$(HDF5_EXT_ZLIB)
    138>$(HDF5_EXT_SZIP)
    138>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\cache\Debug\BuildLog.htm"
    138>cache - 1 error(s), 0 warning(s)
    139>------ Build started: Project: btree2dll, Configuration: Debug
    Win32 ------
    139>Linking...
    139>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    139>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\btree2dll\Debug\BuildLog.htm"
    139>btree2dll - 1 error(s), 0 warning(s)
    140>------ Build started: Project: btree2, Configuration: Debug
    Win32 ------
    140>Linking...
    140>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    140>Project : warning PRJ0018 : The following environment variables
    were not found:
    140>$(HDF5_EXT_ZLIB)
    140>$(HDF5_EXT_SZIP)
    140>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\btree2\Debug\BuildLog.htm"
    140>btree2 - 1 error(s), 0 warning(s)
    141>------ Build started: Project: bittestsdll, Configuration: Debug
    Win32 ------
    141>Linking...
    141>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
    141>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\bittestsdll\Debug\BuildLog.htm"
    141>bittestsdll - 1 error(s), 0 warning(s)
    142>------ Build started: Project: bittests, Configuration: Debug
    Win32 ------
    142>Linking...
    142>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\proj\hdf5\debug\hdf5d.lib'
    142>Project : warning PRJ0018 : The following environment variables
    were not found:
    142>$(HDF5_EXT_ZLIB)
    142>$(HDF5_EXT_SZIP)
    142>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\bittests\Debug\BuildLog.htm"
    142>bittests - 1 error(s), 0 warning(s)
    143>------ Skipped Build: Project: ttsafedll, Configuration: Debug
    Win32 ------
    143>Project not selected to build for this solution configuration
    144>------ Build started: Project: bigdll, Configuration: Debug
    Win32 ------
    144>Linking...
    144>LINK : fatal error LNK1181: cannot open input file
    '..\..\..\test\libtestdll\debug\libtestddll.lib'
    144>Build log was saved at
    "file://c:\MyHDFStuff\hdf5\test\bigdll\Debug\BuildLog.htm"
    144>bigdll - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 143 failed, 9 up-to-date, 1 skipped
    ==========

Jam, India

--
The time will come when diligent research over long periods will bring to light things which now lie hidden. A single lifetime, even though entirely devoted to the sky, would not be enough for the investigation of so vast a subject...And so this knowledge will be unfolded only through long successive ages. There will come a time when our descendants will be amazed that we did not know things that are so plain to them...Many discoveries are reserved for ages still to come, when memory of us will have been effaced. Our universe is a sorry little affair unless it has in it something for every age to investigate...Nature does not reveal her mysteries once and for all.

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

Hi Srinivasa,

It looks like we are making progress-- at least the szip errors are gone!

Aside from the HDF5 library, it looks like the other projects haven't been built. In Visual Studio, you will need to build all projects by selecting Build > Build Solution. Did you try this?

Also, rather than using checktests.BAT for testing, you should use the "hdf5check.BAT" script that is copied to the root directory (in this case, C:\MyHDFstuff\hdf5\hdf5check.BAT).

Once the library has been built and tested, you can use the "installhdf5lib.BAT" script, which will move all HDF5 libraries and tools to a new folder, hdf5lib. You can check this folder to verify that all libraries and tools were built.

Scott

Srinivasa Ramanujam wrote:

···

Hi Scott,

I have downloaded both zlib and slib, and have extracted them at C:\zlib123, and C:\slib respectively, as recommended. Also, I have made a copy of zlib1.dll and slibdll.dll in C:\Windows\System folder. I have updated the environment variables from system properties window and have declared slib and zlib variables newly. Further, I have included the path for slib and zlib include and library folder location in Visual C++ 2008 from using Tools-Options-Projects and Solutions-VC++ Directories.

Now, after performing all these steps I compiled all.sln again on Visual C++ 2008. This time, it has created the debug and release folder in corresponding location as mentioned in Install_windows.txt file. However, some of the files that were mentioned to be present are missing. Infact, the only files that were available in these folders were
*
c:\MyHDFstuff\hdf5\proj\hdf5\debug -
hdf5d.lib- the hdf5 static library
c:\MyHDFstuff\hdf5\proj\hdf5\release -
hdf5.lib- the hdf5 static library
*
All other files in respective folder are absent, however the folders were created! I have attached the text files containing the test results which is obtained by running
checktests release >"Your output filename"

Can you please tell me where it is all going wrong?
Thank you for spending your time for me.

Jam, India.

On Mon, Jun 30, 2008 at 11:46 PM, Scott Wegner <swegner@hdfgroup.org > <mailto:swegner@hdfgroup.org>> wrote:

    Hi Srinivasa,

    Srinivasa Ramanujam wrote:

        Hi Scott,
        Visual C++ does has an output pane, however the status messages
        are so huge that I copied only the last line from it. BTW, I
        thought hdf5 contains an inbuilt compression algorithm and hence
        zlib and slib installation are not required. Should I install it
        anyway?

    Szip and zlib compression are optional features in the HDF5 library,
    although they are enabled by default. If you would like to disable
    them when building, please read the section in the
    INSTALL_Windows.txt document: "How to disable Gzip(Zlib)/Szip
    compression". If you decide you would like to use szip and zlib,
    Windows binaries are available for download on the FTP:

    ftp://ftp.hdfgroup.org/lib-external/szip/2.1/bin/windows/
    ftp://ftp.hdfgroup.org/lib-external/zlib/1.2/bin/windows/

    Scott

        The status messages from the 'output' pane at the time of
        building 'debug' version is pasted (in quotes) below:

           1>------ Build started: Project: hdf5dll, Configuration:
        Debug Win32
           ------
           2>------ Build started: Project: hdf5, Configuration: Debug
        Win32 ------
           2>Compiling...
           1>Compiling...
           2>H5Zszip.c
           1>H5Zszip.c
           1>c:\myhdfstuff\hdf5\src\h5zszip.c(33) : fatal error C1083:
        Cannot
           open include file: 'szlib.h': No such file or directory
           1>H5Zdeflate.c
           2>..\..\..\src\H5Zszip.c(33) : fatal error C1083: Cannot open
           include file: 'szlib.h': No such file or directory
           2>H5Zdeflate.c
           1>c:\myhdfstuff\hdf5\src\h5zdeflate.c(32) : fatal error C1083:
           Cannot open include file: 'zlib.h': No such file or directory
           1>H5Z.c
           2>..\..\..\src\H5Zdeflate.c(32) : fatal error C1083: Cannot open
           include file: 'zlib.h': No such file or directory
           2>H5Z.c
           1>c:\myhdfstuff\hdf5\src\h5z.c(33) : fatal error C1083:
        Cannot open
           include file: 'szlib.h': No such file or directory
           1>H5Tinit.c
           2>..\..\..\src\H5Z.c(33) : fatal error C1083: Cannot open include
           file: 'szlib.h': No such file or directory
           2>H5Tinit.c
           1>Generating Code...
           1>Project : warning PRJ0018 : The following environment variables
           were not found:
           1>$(HDF5_EXT_ZLIB)
           1>$(HDF5_EXT_SZIP)
           1>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\proj\hdf5dll\Debug\BuildLog.htm"
           1>hdf5dll - 3 error(s), 0 warning(s)
           2>Generating Code...
           2>Creating browse information file...
           2>Microsoft Browse Information Maintenance Utility Version
        9.00.21022
           2>Copyright (C) Microsoft Corporation. All rights reserved.
           2>BSCMAKE: error BK1506 : cannot open file
           '..\..\..\proj\hdf5\Debug\H5Z.sbr': No such file or directory
           2>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\proj\hdf5\Debug\BuildLog.htm"
           2>hdf5 - 4 error(s), 0 warning(s)
           3>------ Build started: Project: hdf5_hldll, Configuration: Debug
           Win32 ------
           3>Linking...
           3>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           3>Project : warning PRJ0018 : The following environment variables
           were not found:
           3>$(HDF5_EXT_ZLIB)
           3>$(HDF5_EXT_SZIP)
           3>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\proj\hdf5_hldll\Debug\BuildLog.htm"
           3>hdf5_hldll - 1 error(s), 0 warning(s)
           4>------ Build started: Project: hdf5_hl_cppdll, Configuration:
           Debug Win32 ------
           4>Linking...
           4>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5_hldll\debug\hdf5_hlddll.lib'
           4>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\proj\hdf5_hl_cppdll\Debug\BuildLog.htm"
           4>hdf5_hl_cppdll - 1 error(s), 0 warning(s)
           5>------ Build started: Project: libtestdll, Configuration: Debug
           Win32 ------
           6>------ Build started: Project: hdf5_cppdll, Configuration:
        Debug
           Win32 ------
           5>Linking...
           6>Linking...
           5>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           6>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           5>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\libtestdll\Debug\BuildLog.htm"
           5>libtestdll - 1 error(s), 0 warning(s)
           6>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\proj\hdf5_cppdll\Debug\BuildLog.htm"
           6>hdf5_cppdll - 1 error(s), 0 warning(s)
           7>------ Build started: Project: testh5repack_detect_szip,
           Configuration: Debug Win32 ------
           7>Linking...
           7>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           7>Project : warning PRJ0018 : The following environment variables
           were not found:
           7>$(HDF5_EXT_ZLIB)
           7>$(HDF5_EXT_SZIP)
           7>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\testh5repack_detect_szip\Debug\BuildLog.htm"
           7>testh5repack_detect_szip - 1 error(s), 0 warning(s)
           8>------ Build started: Project: tellub, Configuration: Debug
        Win32
           ------
           8>Linking...
           8>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           8>Project : warning PRJ0018 : The following environment variables
           were not found:
           8>$(HDF5_EXT_ZLIB)
           8>$(HDF5_EXT_SZIP)
           8>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\tellub\Debug\BuildLog.htm"
           8>tellub - 1 error(s), 0 warning(s)
           9>------ Build started: Project: taligndll, Configuration: Debug
           Win32 ------
           9>Linking...
           9>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           9>Project : warning PRJ0018 : The following environment variables
           were not found:
           9>$(HDF5_EXT_ZLIB)
           9>$(HDF5_EXT_SZIP)
           9>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\taligndll\Debug\BuildLog.htm"
           9>taligndll - 1 error(s), 0 warning(s)
           10>------ Build started: Project: talign, Configuration:
        Debug Win32
           ------
           10>Linking...
           10>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           10>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           10>$(HDF5_EXT_ZLIB)
           10>$(HDF5_EXT_SZIP)
           10>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\talign\Debug\BuildLog.htm"
           10>talign - 1 error(s), 0 warning(s)
           11>------ Build started: Project: stabdll, Configuration: Debug
           Win32 ------
           11>Linking...
           11>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           11>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\stabdll\Debug\BuildLog.htm"
           11>stabdll - 1 error(s), 0 warning(s)
           12>------ Build started: Project: stab, Configuration: Debug
        Win32
           ------
           12>Linking...
           12>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           12>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           12>$(HDF5_EXT_ZLIB)
           12>$(HDF5_EXT_SZIP)
           12>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\stab\Debug\BuildLog.htm"
           12>stab - 1 error(s), 0 warning(s)
           13>------ Build started: Project: set_extentdll, Configuration:
           Debug Win32 ------
           13>Linking...
           13>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           13>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\set_extentdll\Debug\BuildLog.htm"
           13>set_extentdll - 1 error(s), 0 warning(s)
           14>------ Build started: Project: set_extent, Configuration:
        Debug
           Win32 ------
           14>Linking...
           14>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           14>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           14>$(HDF5_EXT_ZLIB)
           14>$(HDF5_EXT_SZIP)
           14>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\set_extent\Debug\BuildLog.htm"
           14>set_extent - 1 error(s), 0 warning(s)
           15>------ Build started: Project: reserveddll, Configuration:
        Debug
           Win32 ------
           15>Linking...
           15>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           16>------ Build started: Project: reserved, Configuration: Debug
           Win32 ------
           15>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\reserveddll\Debug\BuildLog.htm"
           15>reserveddll - 1 error(s), 0 warning(s)
           16>Linking...
           16>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           16>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           16>$(HDF5_EXT_ZLIB)
           16>$(HDF5_EXT_SZIP)
           16>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\reserved\Debug\BuildLog.htm"
           16>reserved - 1 error(s), 0 warning(s)
           17>------ Build started: Project: pooldll, Configuration: Debug
           Win32 ------
           17>Linking...
           17>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           17>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\pooldll\Debug\BuildLog.htm"
           17>pooldll - 1 error(s), 0 warning(s)
           18>------ Build started: Project: pool, Configuration: Debug
        Win32
           ------
           18>Linking...
           18>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           18>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           18>$(HDF5_EXT_ZLIB)
           18>$(HDF5_EXT_SZIP)
           18>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\pool\Debug\BuildLog.htm"
           18>pool - 1 error(s), 0 warning(s)
           19>------ Build started: Project: overheaddll, Configuration:
        Debug
           Win32 ------
           19>Linking...
           19>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           19>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\overheaddll\Debug\BuildLog.htm"
           19>overheaddll - 1 error(s), 0 warning(s)
           20>------ Build started: Project: overhead, Configuration: Debug
           Win32 ------
           20>Linking...
           20>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           21>------ Build started: Project: ohdrdll, Configuration: Debug
           Win32 ------
           20>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           20>$(HDF5_EXT_ZLIB)
           20>$(HDF5_EXT_SZIP)
           20>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\overhead\Debug\BuildLog.htm"
           20>overhead - 1 error(s), 0 warning(s)
           21>Linking...
           21>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           22>------ Build started: Project: ohdr, Configuration: Debug
        Win32
           ------
           21>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\ohdrdll\Debug\BuildLog.htm"
           21>ohdrdll - 1 error(s), 0 warning(s)
           22>Linking...
           22>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           22>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           22>$(HDF5_EXT_ZLIB)
           22>$(HDF5_EXT_SZIP)
           22>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\ohdr\Debug\BuildLog.htm"
           22>ohdr - 1 error(s), 0 warning(s)
           23>------ Build started: Project: objcopydll, Configuration:
        Debug
           Win32 ------
           23>Linking...
           23>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           23>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\objcopydll\Debug\BuildLog.htm"
           23>objcopydll - 1 error(s), 0 warning(s)
           24>------ Build started: Project: objcopy, Configuration: Debug
           Win32 ------
           24>Linking...
           24>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           24>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           24>$(HDF5_EXT_ZLIB)
           24>$(HDF5_EXT_SZIP)
           24>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\objcopy\Debug\BuildLog.htm"
           24>objcopy - 1 error(s), 0 warning(s)
           25>------ Build started: Project: ntypesdll, Configuration: Debug
           Win32 ------
           25>Linking...
           25>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           25>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\ntypesdll\Debug\BuildLog.htm"
           25>ntypesdll - 1 error(s), 0 warning(s)
           26>------ Build started: Project: ntypes, Configuration:
        Debug Win32
           ------
           26>Linking...
           26>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           26>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           26>$(HDF5_EXT_ZLIB)
           26>$(HDF5_EXT_SZIP)
           26>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\ntypes\Debug\BuildLog.htm"
           26>ntypes - 1 error(s), 0 warning(s)
           27>------ Build started: Project: mtimedll, Configuration: Debug
           Win32 ------
           27>Linking...
           27>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           27>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\mtimedll\Debug\BuildLog.htm"
           27>mtimedll - 1 error(s), 0 warning(s)
           28>------ Build started: Project: vfd, Configuration: Debug
        Win32 ------
           28>Linking...
           28>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           28>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           28>$(HDF5_EXT_ZLIB)
           28>$(HDF5_EXT_SZIP)
           28>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\vfd\Debug\BuildLog.htm"
           28>vfd - 1 error(s), 0 warning(s)
           29>------ Build started: Project: testh5repack_detect_szipdll,
           Configuration: Debug Win32 ------
           29>Linking...
           29>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           29>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\testh5repack_detect_szipdll\Debug\BuildLog.htm"
           29>testh5repack_detect_szipdll - 1 error(s), 0 warning(s)
           30>------ Build started: Project: mount, Configuration: Debug
        Win32
           ------
           30>Linking...
           30>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           30>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           30>$(HDF5_EXT_ZLIB)
           30>$(HDF5_EXT_SZIP)
           30>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\mount\Debug\BuildLog.htm"
           30>mount - 1 error(s), 0 warning(s)
           31>------ Build started: Project: linksdll, Configuration: Debug
           Win32 ------
           32>------ Build started: Project: links, Configuration: Debug
        Win32
           ------
           32>Linking...
           31>Linking...
           32>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           31>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           31>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\linksdll\Debug\BuildLog.htm"
           31>linksdll - 1 error(s), 0 warning(s)
           32>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           32>$(HDF5_EXT_ZLIB)
           32>$(HDF5_EXT_SZIP)
           32>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\links\Debug\BuildLog.htm"
           32>links - 1 error(s), 0 warning(s)
           33>------ Build started: Project: testhdf5, Configuration: Debug
           Win32 ------
           33>Linking...
           33>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           33>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           33>$(HDF5_EXT_ZLIB)
           33>$(HDF5_EXT_SZIP)
           33>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\testhdf5\Debug\BuildLog.htm"
           33>testhdf5 - 1 error(s), 0 warning(s)
           34>------ Build started: Project: testhdf5_cpp,
        Configuration: Debug
           Win32 ------
           34>Linking...
           34>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           34>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           34>$(HDF5_EXT_ZLIB)
           34>$(HDF5_EXT_SZIP)
           34>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\c++\test\testhdf5_cpp\Debug\BuildLog.htm"
           34>testhdf5_cpp - 1 error(s), 0 warning(s)
           35>------ Build started: Project: lheapdll, Configuration: Debug
           Win32 ------
           35>Linking...
           35>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           35>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\lheapdll\Debug\BuildLog.htm"
           35>lheapdll - 1 error(s), 0 warning(s)
           36>------ Build started: Project: lheap, Configuration: Debug
        Win32
           ------
           36>Linking...
           37>------ Build started: Project: istoredll, Configuration: Debug
           Win32 ------
           36>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           37>Linking...
           36>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           36>$(HDF5_EXT_ZLIB)
           36>$(HDF5_EXT_SZIP)
           36>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\lheap\Debug\BuildLog.htm"
           37>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           36>lheap - 1 error(s), 0 warning(s)
           37>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\istoredll\Debug\BuildLog.htm"
           37>istoredll - 1 error(s), 0 warning(s)
           38>------ Build started: Project: istore, Configuration:
        Debug Win32
           ------
           38>Linking...
           39>------ Build started: Project: iopipedll, Configuration: Debug
           Win32 ------
           39>Linking...
           38>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           39>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           38>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           38>$(HDF5_EXT_ZLIB)
           38>$(HDF5_EXT_SZIP)
           38>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\istore\Debug\BuildLog.htm"
           38>istore - 1 error(s), 0 warning(s)
           39>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\iopipedll\Debug\BuildLog.htm"
           39>iopipedll - 1 error(s), 0 warning(s)
           40>------ Build started: Project: iopipe, Configuration:
        Debug Win32
           ------
           40>Linking...
           40>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           40>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           40>$(HDF5_EXT_ZLIB)
           40>$(HDF5_EXT_SZIP)
           40>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\iopipe\Debug\BuildLog.htm"
           40>iopipe - 1 error(s), 0 warning(s)
           41>------ Build started: Project: hyperslabdll,
        Configuration: Debug
           Win32 ------
           41>Linking...
           41>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           41>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\hyperslabdll\Debug\BuildLog.htm"
           41>hyperslabdll - 1 error(s), 0 warning(s)
           42>------ Build started: Project: hyperslab, Configuration: Debug
           Win32 ------
           43>------ Build started: Project: hl_test_tabledll,
        Configuration:
           Debug Win32 ------
           42>Linking...
           42>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           43>Linking...
           42>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           42>$(HDF5_EXT_ZLIB)
           42>$(HDF5_EXT_SZIP)
           42>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\hyperslab\Debug\BuildLog.htm"
           42>hyperslab - 1 error(s), 0 warning(s)
           43>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
           43>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           43>$(HDF5_EXT_ZLIB)
           43>$(HDF5_EXT_SZIP)
           43>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_tabledll\Debug\BuildLog.htm"
           43>hl_test_tabledll - 1 error(s), 0 warning(s)
           44>------ Build started: Project: hl_test_table_cppdll,
           Configuration: Debug Win32 ------
           44>Linking...
           44>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\..\proj\hdf5_cppdll\debug\hdf5_cppddll.lib'
           44>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           44>$(HDF5_EXT_ZLIB)
           44>$(HDF5_EXT_SZIP)
           44>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\c++\test\hl_test_table_cppdll\Debug\BuildLog.htm"
           44>hl_test_table_cppdll - 1 error(s), 0 warning(s)
           45>------ Build started: Project: hl_test_table_cpp,
        Configuration:
           Debug Win32 ------
           45>Linking...
           45>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           45>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           45>$(HDF5_EXT_ZLIB)
           45>$(HDF5_EXT_SZIP)
           45>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\c++\test\hl_test_table_cpp\Debug\BuildLog.htm"
           45>hl_test_table_cpp - 1 error(s), 0 warning(s)
           46>------ Build started: Project: hl_test_table, Configuration:
           Debug Win32 ------
           46>Linking...
           46>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           46>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           46>$(HDF5_EXT_ZLIB)
           46>$(HDF5_EXT_SZIP)
           46>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_table\Debug\BuildLog.htm"
           46>hl_test_table - 1 error(s), 0 warning(s)
           47>------ Build started: Project: hl_test_packetdll,
        Configuration:
           Debug Win32 ------
           48>------ Build started: Project: hl_test_packet, Configuration:
           Debug Win32 ------
           47>Linking...
           47>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
           47>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           47>$(HDF5_EXT_ZLIB)
           47>$(HDF5_EXT_SZIP)
           47>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_packetdll\Debug\BuildLog.htm"
           47>hl_test_packetdll - 1 error(s), 0 warning(s)
           48>Linking...
           48>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           48>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           48>$(HDF5_EXT_ZLIB)
           48>$(HDF5_EXT_SZIP)
           48>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_packet\Debug\BuildLog.htm"
           48>hl_test_packet - 1 error(s), 0 warning(s)
           49>------ Build started: Project: hl_test_litedll, Configuration:
           Debug Win32 ------
           49>Linking...
           49>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
           49>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           49>$(HDF5_EXT_ZLIB)
           49>$(HDF5_EXT_SZIP)
           49>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_litedll\Debug\BuildLog.htm"
           49>hl_test_litedll - 1 error(s), 0 warning(s)
           50>------ Build started: Project: hl_test_lite,
        Configuration: Debug
           Win32 ------
           50>Linking...
           50>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           50>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           50>$(HDF5_EXT_ZLIB)
           50>$(HDF5_EXT_SZIP)
           50>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_lite\Debug\BuildLog.htm"
           50>hl_test_lite - 1 error(s), 0 warning(s)
           51>------ Build started: Project: hl_test_imagedll,
        Configuration:
           Debug Win32 ------
           51>Linking...
           51>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
           51>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           51>$(HDF5_EXT_ZLIB)
           51>$(HDF5_EXT_SZIP)
           51>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_imagedll\Debug\BuildLog.htm"
           51>hl_test_imagedll - 1 error(s), 0 warning(s)
           52>------ Build started: Project: hl_test_image, Configuration:
           Debug Win32 ------
           53>------ Build started: Project: hl_test_dsdll, Configuration:
           Debug Win32 ------
           52>Linking...
           52>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           53>Linking...
           52>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           52>$(HDF5_EXT_ZLIB)
           52>$(HDF5_EXT_SZIP)
           52>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_image\Debug\BuildLog.htm"
           53>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\test\libtestdll\debug\libtestddll.lib'
           52>hl_test_image - 1 error(s), 0 warning(s)
           53>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           53>$(HDF5_EXT_ZLIB)
           53>$(HDF5_EXT_SZIP)
           53>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_dsdll\Debug\BuildLog.htm"
           53>hl_test_dsdll - 1 error(s), 0 warning(s)
           54>------ Build started: Project: hl_test_ds, Configuration:
        Debug
           Win32 ------
           54>Linking...
           54>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           54>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           54>$(HDF5_EXT_ZLIB)
           54>$(HDF5_EXT_SZIP)
           54>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\hl\test\hl_test_ds\Debug\BuildLog.htm"
           54>hl_test_ds - 1 error(s), 0 warning(s)
           55>------ Build started: Project: vfddll, Configuration:
        Debug Win32
           ------
           55>Linking...
           55>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           55>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\vfddll\Debug\BuildLog.htm"
           55>vfddll - 1 error(s), 0 warning(s)
           56>------ Build started: Project: testhdf5_cppdll, Configuration:
           Debug Win32 ------
           56>Linking...
           56>LINK : fatal error LNK1181: cannot open input file
        'hdf5ddll.lib'
           56>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\c++\test\testhdf5_cppdll\Debug\BuildLog.htm"
           56>testhdf5_cppdll - 1 error(s), 0 warning(s)
           57>------ Build started: Project: testhdf5dll, Configuration:
        Debug
           Win32 ------
           58>------ Build started: Project: big, Configuration: Debug
        Win32 ------
           57>Linking...
           57>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           58>Linking...
           57>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\testhdf5dll\Debug\BuildLog.htm"
           57>testhdf5dll - 1 error(s), 0 warning(s)
           58>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           58>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           58>$(HDF5_EXT_ZLIB)
           58>$(HDF5_EXT_SZIP)
           58>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\big\Debug\BuildLog.htm"
           58>big - 1 error(s), 0 warning(s)
           59>------ Build started: Project: unlink, Configuration:
        Debug Win32
           ------
           59>Linking...
           59>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           59>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           59>$(HDF5_EXT_ZLIB)
           59>$(HDF5_EXT_SZIP)
           59>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\unlink\Debug\BuildLog.htm"
           59>unlink - 1 error(s), 0 warning(s)
           60>------ Build started: Project: mountdll, Configuration: Debug
           Win32 ------
           60>Linking...
           60>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           60>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\mountdll\Debug\BuildLog.htm"
           60>mountdll - 1 error(s), 0 warning(s)
           61>------ Build started: Project: unlinkdll, Configuration: Debug
           Win32 ------
           61>Linking...
           61>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           61>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\unlinkdll\Debug\BuildLog.htm"
           61>unlinkdll - 1 error(s), 0 warning(s)
           62>------ Build started: Project: mtime, Configuration: Debug
        Win32
           ------
           62>Linking...
           62>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           62>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           62>$(HDF5_EXT_ZLIB)
           62>$(HDF5_EXT_SZIP)
           62>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\mtime\Debug\BuildLog.htm"
           62>mtime - 1 error(s), 0 warning(s)
           63>------ Build started: Project: h5unjam, Configuration: Debug
           Win32 ------
           63>Linking...
           63>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           64>------ Build started: Project: h5statdll, Configuration: Debug
           Win32 ------
           63>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           63>$(HDF5_EXT_ZLIB)
           63>$(HDF5_EXT_SZIP)
           63>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5unjam\Debug\BuildLog.htm"
           63>h5unjam - 1 error(s), 0 warning(s)
           64>Linking...
           64>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           64>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           64>$(HDF5_EXT_ZLIB)
           64>$(HDF5_EXT_SZIP)
           64>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5statdll\Debug\BuildLog.htm"
           64>h5statdll - 1 error(s), 0 warning(s)
           65>------ Build started: Project: h5stat, Configuration:
        Debug Win32
           ------
           65>Linking...
           65>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           65>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           65>$(HDF5_EXT_ZLIB)
           65>$(HDF5_EXT_SZIP)
           65>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5stat\Debug\BuildLog.htm"
           65>h5stat - 1 error(s), 0 warning(s)
           66>------ Build started: Project: h5reparttst, Configuration:
        Debug
           Win32 ------
           66>Linking...
           66>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           66>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           66>$(HDF5_EXT_ZLIB)
           66>$(HDF5_EXT_SZIP)
           66>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5reparttst\Debug\BuildLog.htm"
           66>h5reparttst - 1 error(s), 0 warning(s)
           67>------ Build started: Project: h5repartdll, Configuration:
        Debug
           Win32 ------
           67>Linking...
           67>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           67>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5repartdll\Debug\BuildLog.htm"
           67>h5repartdll - 1 error(s), 0 warning(s)
           68>------ Build started: Project: h5repart_gentest,
        Configuration:
           Debug Win32 ------
           68>Linking...
           68>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           68>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           68>$(HDF5_EXT_ZLIB)
           68>$(HDF5_EXT_SZIP)
           68>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5repart_gentest\Debug\BuildLog.htm"
           68>h5repart_gentest - 1 error(s), 0 warning(s)
           69>------ Build started: Project: h5repart, Configuration: Debug
           Win32 ------
           69>Linking...
           69>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           69>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           69>$(HDF5_EXT_ZLIB)
           69>$(HDF5_EXT_SZIP)
           69>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5repart\Debug\BuildLog.htm"
           69>h5repart - 1 error(s), 0 warning(s)
           70>------ Build started: Project: h5repacktst, Configuration:
        Debug
           Win32 ------
           71>------ Build started: Project: h5repackdll, Configuration:
        Debug
           Win32 ------
           70>Linking...
           71>Linking...
           71>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           70>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           71>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5repackdll\Debug\BuildLog.htm"
           71>h5repackdll - 1 error(s), 0 warning(s)
           70>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           70>$(HDF5_EXT_ZLIB)
           70>$(HDF5_EXT_SZIP)
           70>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5repacktst\Debug\BuildLog.htm"
           70>h5repacktst - 1 error(s), 0 warning(s)
           72>------ Build started: Project: h5repack, Configuration: Debug
           Win32 ------
           72>Linking...
           72>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           72>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           72>$(HDF5_EXT_ZLIB)
           72>$(HDF5_EXT_SZIP)
           72>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5repack\Debug\BuildLog.htm"
           72>h5repack - 1 error(s), 0 warning(s)
           73>------ Build started: Project: h5mkgrp, Configuration: Debug
           Win32 ------
           73>Linking...
           73>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           73>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           73>$(HDF5_EXT_ZLIB)
           73>$(HDF5_EXT_SZIP)
           73>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5mkgrp\Debug\BuildLog.htm"
           73>h5mkgrp - 1 error(s), 0 warning(s)
           74>------ Build started: Project: h5lsdll, Configuration: Debug
           Win32 ------
           74>Linking...
           74>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           74>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5lsdll\Debug\BuildLog.htm"
           74>h5lsdll - 1 error(s), 0 warning(s)
           75>------ Build started: Project: h5ls, Configuration: Debug
        Win32
           ------
           75>Linking...
           75>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           75>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           75>$(HDF5_EXT_ZLIB)
           75>$(HDF5_EXT_SZIP)
           75>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5ls\Debug\BuildLog.htm"
           75>h5ls - 1 error(s), 0 warning(s)
           76>------ Build started: Project: h5jamtst, Configuration: Debug
           Win32 ------
           77>------ Build started: Project: h5jam, Configuration: Debug
        Win32
           ------
           76>Linking...
           77>Linking...
           76>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           77>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           76>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           76>$(HDF5_EXT_ZLIB)
           76>$(HDF5_EXT_SZIP)
           76>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5jamtst\Debug\BuildLog.htm"
           76>h5jamtst - 1 error(s), 0 warning(s)
           77>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           77>$(HDF5_EXT_ZLIB)
           77>$(HDF5_EXT_SZIP)
           77>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5jam\Debug\BuildLog.htm"
           77>h5jam - 1 error(s), 0 warning(s)
           78>------ Build started: Project: h5importtst, Configuration:
        Debug
           Win32 ------
           78>Linking...
           78>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           78>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5importtst\Debug\BuildLog.htm"
           78>h5importtst - 1 error(s), 0 warning(s)
           79>------ Build started: Project: h5importdll, Configuration:
        Debug
           Win32 ------
           79>Linking...
           79>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           79>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5importdll\Debug\BuildLog.htm"
           79>h5importdll - 1 error(s), 0 warning(s)
           80>------ Build started: Project: h5import, Configuration: Debug
           Win32 ------
           80>Linking...
           80>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           80>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           80>$(HDF5_EXT_ZLIB)
           80>$(HDF5_EXT_SZIP)
           80>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5import\Debug\BuildLog.htm"
           80>h5import - 1 error(s), 0 warning(s)
           81>------ Build started: Project: h5dumptst, Configuration: Debug
           Win32 ------
           81>Linking...
           81>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           81>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           81>$(HDF5_EXT_ZLIB)
           81>$(HDF5_EXT_SZIP)
           81>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5dumptst\Debug\BuildLog.htm"
           81>h5dumptst - 1 error(s), 0 warning(s)
           82>------ Build started: Project: h5dumpdll, Configuration: Debug
           Win32 ------
           82>Linking...
           82>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           82>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5dumpdll\Debug\BuildLog.htm"
           82>h5dumpdll - 1 error(s), 0 warning(s)
           83>------ Build started: Project: h5dump, Configuration:
        Debug Win32
           ------
           84>------ Build started: Project: h5difftst, Configuration: Debug
           Win32 ------
           83>Linking...
           84>Linking...
           84>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           83>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           84>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           84>$(HDF5_EXT_ZLIB)
           84>$(HDF5_EXT_SZIP)
           84>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\tools\testfiles\h5difftst\Debug\BuildLog.htm"
           84>h5difftst - 1 error(s), 0 warning(s)
           83>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           83>$(HDF5_EXT_ZLIB)
           83>$(HDF5_EXT_SZIP)
           83>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5dump\Debug\BuildLog.htm"
           83>h5dump - 1 error(s), 0 warning(s)
           85>------ Build started: Project: h5diffdll, Configuration: Debug
           Win32 ------
           85>Linking...
           85>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           85>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5diffdll\Debug\BuildLog.htm"
           85>h5diffdll - 1 error(s), 0 warning(s)
           86>------ Build started: Project: h5diff, Configuration:
        Debug Win32
           ------
           86>Linking...
           86>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           86>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           86>$(HDF5_EXT_ZLIB)
           86>$(HDF5_EXT_SZIP)
           86>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5diff\Debug\BuildLog.htm"
           86>h5diff - 1 error(s), 0 warning(s)
           87>------ Build started: Project: h5debugdll, Configuration:
        Debug
           Win32 ------
           87>Linking...
           87>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           87>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5debugdll\Debug\BuildLog.htm"
           87>h5debugdll - 1 error(s), 0 warning(s)
           88>------ Build started: Project: h5debug, Configuration: Debug
           Win32 ------
           88>Linking...
           88>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           88>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           88>$(HDF5_EXT_ZLIB)
           88>$(HDF5_EXT_SZIP)
           88>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5debug\Debug\BuildLog.htm"
           88>h5debug - 1 error(s), 0 warning(s)
           89>------ Build started: Project: h5copy, Configuration:
        Debug Win32
           ------
           89>Linking...
           89>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           89>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           89>$(HDF5_EXT_ZLIB)
           89>$(HDF5_EXT_SZIP)
           89>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\tools\h5copy\Debug\BuildLog.htm"
           89>h5copy - 1 error(s), 0 warning(s)
           90>------ Build started: Project: h52gifdll, Configuration: Debug
           Win32 ------
           90>Linking...
           90>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5_hldll\debug\hdf5_hlddll.lib'
           90>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\tools\gifconvdll\h52gifdll\Debug\BuildLog.htm"
           90>h52gifdll - 1 error(s), 0 warning(s)
           91>------ Build started: Project: h52gif, Configuration:
        Debug Win32
           ------
           91>Linking...
           91>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           91>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           91>$(HDF5_EXT_ZLIB)
           91>$(HDF5_EXT_SZIP)
           91>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\tools\gifconv\h52gif\Debug\BuildLog.htm"
           91>h52gif - 1 error(s), 0 warning(s)
           92>------ Build started: Project: gif2h5dll, Configuration: Debug
           Win32 ------
           92>Linking...
           92>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5_hldll\debug\hdf5_hlddll.lib'
           92>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\tools\gifconvdll\gif2h5dll\Debug\BuildLog.htm"
           92>gif2h5dll - 1 error(s), 0 warning(s)
           93>------ Build started: Project: gif2h5, Configuration:
        Debug Win32
           ------
           93>Linking...
           93>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           93>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           93>$(HDF5_EXT_ZLIB)
           93>$(HDF5_EXT_SZIP)
           93>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\hl\tools\gifconv\gif2h5\Debug\BuildLog.htm"
           93>gif2h5 - 1 error(s), 0 warning(s)
           94>------ Build started: Project: gheapdll, Configuration: Debug
           Win32 ------
           94>Linking...
           95>------ Build started: Project: gheap, Configuration: Debug
        Win32
           ------
           94>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           94>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\gheapdll\Debug\BuildLog.htm"
           94>gheapdll - 1 error(s), 0 warning(s)
           95>Linking...
           95>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           95>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           95>$(HDF5_EXT_ZLIB)
           95>$(HDF5_EXT_SZIP)
           95>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\gheap\Debug\BuildLog.htm"
           95>gheap - 1 error(s), 0 warning(s)
           96>------ Build started: Project: getub, Configuration: Debug
        Win32
           ------
           96>Linking...
           96>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           96>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           96>$(HDF5_EXT_ZLIB)
           96>$(HDF5_EXT_SZIP)
           96>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\getub\Debug\BuildLog.htm"
           96>getub - 1 error(s), 0 warning(s)
           97>------ Build started: Project: getnamedll, Configuration:
        Debug
           Win32 ------
           97>Linking...
           97>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           97>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\getnamedll\Debug\BuildLog.htm"
           97>getnamedll - 1 error(s), 0 warning(s)
           98>------ Build started: Project: getname, Configuration: Debug
           Win32 ------
           98>Linking...
           98>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           98>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           98>$(HDF5_EXT_ZLIB)
           98>$(HDF5_EXT_SZIP)
           98>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\getname\Debug\BuildLog.htm"
           98>getname - 1 error(s), 0 warning(s)
           99>------ Build started: Project: flush2dll, Configuration: Debug
           Win32 ------
           99>Linking...
           99>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           99>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\flush2dll\Debug\BuildLog.htm"
           99>flush2dll - 1 error(s), 0 warning(s)
           100>------ Build started: Project: flush2, Configuration: Debug
           Win32 ------
           101>------ Build started: Project: flush1dll, Configuration:
        Debug
           Win32 ------
           100>Linking...
           100>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           101>Linking...
           100>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           100>$(HDF5_EXT_ZLIB)
           100>$(HDF5_EXT_SZIP)
           100>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\flush2\Debug\BuildLog.htm"
           100>flush2 - 1 error(s), 0 warning(s)
           101>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           101>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\flush1dll\Debug\BuildLog.htm"
           101>flush1dll - 1 error(s), 0 warning(s)
           102>------ Build started: Project: flush1, Configuration: Debug
           Win32 ------
           102>Linking...
           102>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           102>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           102>$(HDF5_EXT_ZLIB)
           102>$(HDF5_EXT_SZIP)
           102>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\flush1\Debug\BuildLog.htm"
           102>flush1 - 1 error(s), 0 warning(s)
           103>------ Build started: Project: fillvaldll, Configuration:
        Debug
           Win32 ------
           103>Linking...
           103>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           103>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\fillvaldll\Debug\BuildLog.htm"
           103>fillvaldll - 1 error(s), 0 warning(s)
           104>------ Build started: Project: fillval, Configuration: Debug
           Win32 ------
           104>Linking...
           104>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           104>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           104>$(HDF5_EXT_ZLIB)
           104>$(HDF5_EXT_SZIP)
           104>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\fillval\Debug\BuildLog.htm"
           104>fillval - 1 error(s), 0 warning(s)
           105>------ Build started: Project: fheapdll, Configuration: Debug
           Win32 ------
           105>Linking...
           105>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           105>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\fheapdll\Debug\BuildLog.htm"
           105>fheapdll - 1 error(s), 0 warning(s)
           106>------ Build started: Project: fheap, Configuration:
        Debug Win32
           ------
           106>Linking...
           106>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           106>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           106>$(HDF5_EXT_ZLIB)
           106>$(HDF5_EXT_SZIP)
           106>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\fheap\Debug\BuildLog.htm"
           106>fheap - 1 error(s), 0 warning(s)
           107>------ Build started: Project: externaldll,
        Configuration: Debug
           Win32 ------
           107>Linking...
           107>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           107>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\externaldll\Debug\BuildLog.htm"
           107>externaldll - 1 error(s), 0 warning(s)
           108>------ Build started: Project: external, Configuration: Debug
           Win32 ------
           108>Linking...
           108>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           108>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           108>$(HDF5_EXT_ZLIB)
           108>$(HDF5_EXT_SZIP)
           108>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\external\Debug\BuildLog.htm"
           108>external - 1 error(s), 0 warning(s)
           109>------ Build started: Project: extenddll, Configuration:
        Debug
           Win32 ------
           110>------ Build started: Project: extend, Configuration: Debug
           Win32 ------
           109>Linking...
           110>Linking...
           109>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           110>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           109>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\extenddll\Debug\BuildLog.htm"
           109>extenddll - 1 error(s), 0 warning(s)
           110>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           110>$(HDF5_EXT_ZLIB)
           110>$(HDF5_EXT_SZIP)
           110>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\extend\Debug\BuildLog.htm"
           110>extend - 1 error(s), 0 warning(s)
           111>------ Build started: Project: err_compatdll, Configuration:
           Debug Win32 ------
           111>Linking...
           112>------ Build started: Project: err_compat, Configuration:
        Debug
           Win32 ------
           111>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           111>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\err_compatdll\Debug\BuildLog.htm"
           111>err_compatdll - 1 error(s), 0 warning(s)
           113>------ Build started: Project: error_testdll, Configuration:
           Debug Win32 ------
           112>Linking...
           113>Linking...
           112>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           113>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           112>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           112>$(HDF5_EXT_ZLIB)
           112>$(HDF5_EXT_SZIP)
           112>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\err_compat\Debug\BuildLog.htm"
           112>err_compat - 1 error(s), 0 warning(s)
           113>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\error_testdll\Debug\BuildLog.htm"
           113>error_testdll - 1 error(s), 0 warning(s)
           114>------ Build started: Project: error_test, Configuration:
        Debug
           Win32 ------
           114>Linking...
           114>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           114>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           114>$(HDF5_EXT_ZLIB)
           114>$(HDF5_EXT_SZIP)
           114>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\error_test\Debug\BuildLog.htm"
           114>error_test - 1 error(s), 0 warning(s)
           115>------ Build started: Project: enumdll, Configuration: Debug
           Win32 ------
           115>Linking...
           115>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           115>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\enumdll\Debug\BuildLog.htm"
           115>enumdll - 1 error(s), 0 warning(s)
           116>------ Build started: Project: enum, Configuration: Debug
        Win32
           ------
           116>Linking...
           116>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           116>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           116>$(HDF5_EXT_ZLIB)
           116>$(HDF5_EXT_SZIP)
           116>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\enum\Debug\BuildLog.htm"
           116>enum - 1 error(s), 0 warning(s)
           117>------ Build started: Project: dtypesdll, Configuration:
        Debug
           Win32 ------
           117>Linking...
           117>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           118>------ Build started: Project: dtypes, Configuration: Debug
           Win32 ------
           117>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dtypesdll\Debug\BuildLog.htm"
           117>dtypesdll - 1 error(s), 0 warning(s)
           118>Linking...
           118>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           118>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           118>$(HDF5_EXT_ZLIB)
           118>$(HDF5_EXT_SZIP)
           118>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dtypes\Debug\BuildLog.htm"
           118>dtypes - 1 error(s), 0 warning(s)
           119>------ Build started: Project: dtransformdll, Configuration:
           Debug Win32 ------
           119>Linking...
           119>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           119>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dtransformdll\Debug\BuildLog.htm"
           119>dtransformdll - 1 error(s), 0 warning(s)
           120>------ Build started: Project: dtransform, Configuration:
        Debug
           Win32 ------
           120>Linking...
           120>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           120>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           120>$(HDF5_EXT_ZLIB)
           120>$(HDF5_EXT_SZIP)
           120>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dtransform\Debug\BuildLog.htm"
           120>dtransform - 1 error(s), 0 warning(s)
           121>------ Build started: Project: dt_arithdll,
        Configuration: Debug
           Win32 ------
           121>Linking...
           121>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           121>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           121>$(HDF5_EXT_ZLIB)
           121>$(HDF5_EXT_SZIP)
           121>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dt_arithdll\Debug\BuildLog.htm"
           121>dt_arithdll - 1 error(s), 0 warning(s)
           122>------ Build started: Project: dt_arith, Configuration: Debug
           Win32 ------
           122>Linking...
           122>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           122>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           122>$(HDF5_EXT_ZLIB)
           122>$(HDF5_EXT_SZIP)
           122>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dt_arith\Debug\BuildLog.htm"
           122>dt_arith - 1 error(s), 0 warning(s)
           123>------ Build started: Project: dsetsdll, Configuration: Debug
           Win32 ------
           124>------ Build started: Project: dsets_cppdll, Configuration:
           Debug Win32 ------
           123>Compiling...
           123>dsets.c
           124>Linking...
           124>LINK : fatal error LNK1181: cannot open input file
        'hdf5ddll.lib'
           124>Build log was saved at
                  "file://c:\MyHDFStuff\hdf5\c++\test\dsets_cppdll\Debug\BuildLog.htm"
           124>dsets_cppdll - 1 error(s), 0 warning(s)
           123>c:\myhdfstuff\hdf5\test\dsets.c(28) : fatal error C1083:
        Cannot
           open include file: 'szlib.h': No such file or directory
           123>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           123>$(HDF5_EXT_ZLIB)
           123>$(HDF5_EXT_SZIP)
           123>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dsetsdll\Debug\BuildLog.htm"
           123>dsetsdll - 1 error(s), 0 warning(s)
           125>------ Build started: Project: dsets_cpp, Configuration:
        Debug
           Win32 ------
           125>Linking...
           125>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\..\proj\hdf5\debug\hdf5d.lib'
           125>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           125>$(HDF5_EXT_ZLIB)
           125>$(HDF5_EXT_SZIP)
           125>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\c++\test\dsets_cpp\Debug\BuildLog.htm"
           125>dsets_cpp - 1 error(s), 0 warning(s)
           126>------ Build started: Project: dsets, Configuration:
        Debug Win32
           ------
           126>Compiling...
           126>dsets.c
           127>------ Build started: Project: dangledll, Configuration:
        Debug
           Win32 ------
           127>Linking...
           127>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           127>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dangledll\Debug\BuildLog.htm"
           127>dangledll - 1 error(s), 0 warning(s)
           126>c:\myhdfstuff\hdf5\test\dsets.c(28) : fatal error C1083:
        Cannot
           open include file: 'szlib.h': No such file or directory
           126>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           126>$(HDF5_EXT_ZLIB)
           126>$(HDF5_EXT_SZIP)
           126>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dsets\Debug\BuildLog.htm"
           126>dsets - 1 error(s), 0 warning(s)
           128>------ Build started: Project: dangle, Configuration: Debug
           Win32 ------
           128>Linking...
           128>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           128>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           128>$(HDF5_EXT_ZLIB)
           128>$(HDF5_EXT_SZIP)
           128>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\dangle\Debug\BuildLog.htm"
           128>dangle - 1 error(s), 0 warning(s)
           129>------ Build started: Project: cross_readdll, Configuration:
           Debug Win32 ------
           129>Linking...
           129>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           129>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\cross_readdll\Debug\BuildLog.htm"
           129>cross_readdll - 1 error(s), 0 warning(s)
           130>------ Build started: Project: cross_read, Configuration:
        Debug
           Win32 ------
           130>Linking...
           131>------ Build started: Project: cmpd_dsetdll, Configuration:
           Debug Win32 ------
           130>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           130>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           130>$(HDF5_EXT_ZLIB)
           130>$(HDF5_EXT_SZIP)
           130>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\cross_read\Debug\BuildLog.htm"
           130>cross_read - 1 error(s), 0 warning(s)
           131>Linking...
           131>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           131>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\cmpd_dsetdll\Debug\BuildLog.htm"
           131>cmpd_dsetdll - 1 error(s), 0 warning(s)
           132>------ Build started: Project: cmpd_dset, Configuration:
        Debug
           Win32 ------
           132>Linking...
           132>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           132>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           132>$(HDF5_EXT_ZLIB)
           132>$(HDF5_EXT_SZIP)
           132>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\cmpd_dset\Debug\BuildLog.htm"
           132>cmpd_dset - 1 error(s), 0 warning(s)
           133>------ Build started: Project: chunkdll, Configuration: Debug
           Win32 ------
           133>Linking...
           133>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           133>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\chunkdll\Debug\BuildLog.htm"
           133>chunkdll - 1 error(s), 0 warning(s)
           134>------ Build started: Project: chunk, Configuration:
        Debug Win32
           ------
           134>Linking...
           134>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           134>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           134>$(HDF5_EXT_ZLIB)
           134>$(HDF5_EXT_SZIP)
           134>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\chunk\Debug\BuildLog.htm"
           134>chunk - 1 error(s), 0 warning(s)
           135>------ Build started: Project: cachedll, Configuration: Debug
           Win32 ------
           135>Linking...
           135>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           135>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\cachedll\Debug\BuildLog.htm"
           135>cachedll - 1 error(s), 0 warning(s)
           136>------ Build started: Project: cache_apidll, Configuration:
           Debug Win32 ------
           136>Linking...
           136>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           136>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\cache_apidll\Debug\BuildLog.htm"
           136>cache_apidll - 1 error(s), 0 warning(s)
           137>------ Build started: Project: cache_api, Configuration:
        Debug
           Win32 ------
           138>------ Build started: Project: cache, Configuration:
        Debug Win32
           ------
           137>Linking...
           138>Linking...
           137>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           138>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           137>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           137>$(HDF5_EXT_ZLIB)
           137>$(HDF5_EXT_SZIP)
           137>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\cache_api\Debug\BuildLog.htm"
           137>cache_api - 1 error(s), 0 warning(s)
           138>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           138>$(HDF5_EXT_ZLIB)
           138>$(HDF5_EXT_SZIP)
           138>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\cache\Debug\BuildLog.htm"
           138>cache - 1 error(s), 0 warning(s)
           139>------ Build started: Project: btree2dll, Configuration:
        Debug
           Win32 ------
           139>Linking...
           139>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           139>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\btree2dll\Debug\BuildLog.htm"
           139>btree2dll - 1 error(s), 0 warning(s)
           140>------ Build started: Project: btree2, Configuration: Debug
           Win32 ------
           140>Linking...
           140>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           140>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           140>$(HDF5_EXT_ZLIB)
           140>$(HDF5_EXT_SZIP)
           140>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\btree2\Debug\BuildLog.htm"
           140>btree2 - 1 error(s), 0 warning(s)
           141>------ Build started: Project: bittestsdll,
        Configuration: Debug
           Win32 ------
           141>Linking...
           141>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5dll\debug\hdf5ddll.lib'
           141>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\bittestsdll\Debug\BuildLog.htm"
           141>bittestsdll - 1 error(s), 0 warning(s)
           142>------ Build started: Project: bittests, Configuration: Debug
           Win32 ------
           142>Linking...
           142>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\proj\hdf5\debug\hdf5d.lib'
           142>Project : warning PRJ0018 : The following environment
        variables
           were not found:
           142>$(HDF5_EXT_ZLIB)
           142>$(HDF5_EXT_SZIP)
           142>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\bittests\Debug\BuildLog.htm"
           142>bittests - 1 error(s), 0 warning(s)
           143>------ Skipped Build: Project: ttsafedll, Configuration:
        Debug
           Win32 ------
           143>Project not selected to build for this solution configuration
           144>------ Build started: Project: bigdll, Configuration: Debug
           Win32 ------
           144>Linking...
           144>LINK : fatal error LNK1181: cannot open input file
           '..\..\..\test\libtestdll\debug\libtestddll.lib'
           144>Build log was saved at
           "file://c:\MyHDFStuff\hdf5\test\bigdll\Debug\BuildLog.htm"
           144>bigdll - 1 error(s), 0 warning(s)
           ========== Build: 0 succeeded, 143 failed, 9 up-to-date, 1
        skipped
           ==========

        Jam, India

        -- The time will come when diligent research over long periods will
        bring to light things which now lie hidden. A single lifetime,
        even though entirely devoted to the sky, would not be enough for
        the investigation of so vast a subject...And so this knowledge
        will be unfolded only through long successive ages. There will
        come a time when our descendants will be amazed that we did not
        know things that are so plain to them...Many discoveries are
        reserved for ages still to come, when memory of us will have
        been effaced. Our universe is a sorry little affair unless it
        has in it something for every age to investigate...Nature does
        not reveal her mysteries once and for all.

--
The time will come when diligent research over long periods will bring to light things which now lie hidden. A single lifetime, even though entirely devoted to the sky, would not be enough for the investigation of so vast a subject...And so this knowledge will be unfolded only through long successive ages. There will come a time when our descendants will be amazed that we did not know things that are so plain to them...Many discoveries are reserved for ages still to come, when memory of us will have been effaced. Our universe is a sorry little affair unless it has in it something for every age to investigate...Nature does not reveal her mysteries once and for all.

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

Hi Srinivasa,
Srinivasa Ramanujam wrote:

Hi Scott,

Am glad that we are making progress.

    /In Visual Studio, you will need to build all projects by selecting
    Build > Build Solution. Did you try this?/

I have done this before. The status of "Build->Build solution" from the output pane for 'debug' and 'release' form, in txt format, are attached along with this mail. Sorry for not attaching them along with my previous mail to you.

Your build output seems to indicate that Visual Studio still cannot find the include directory for zlib. Make sure the directory is set correctly in Tools > Options, under Projects and Solutions > VC++ Directories, and "Show directories for:" "Include file". To be sure, include and library directories should be set up here for both szip and zlib.

Scott

···

Thank you,
Jam, India.

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

Hi Srinivasa,
Srinivasa Ramanujam wrote:

Hi Scott,

Thank you for suggesting few steps, but again, this step is already done before! I had already set the directory to C:\zlib123\include, C:\slib\include for include directory, and C:\zlib123\lib, C:\slib\lib for library directory.

However, from the debug.txt file that I have sent as an attachment with my previous mail, I found something strange! I searched for slib and zlib when I came across the following line (which is repeating again in few instances):

    *1>LINK : fatal error LNK1181: cannot open input file 'zlib1.lib'*

Oops, I misspoke in my last message. These errors indicate that the library directory is setup incorrectly. By default, DLL versions of zlib and szip are used in HDF5. Thus, the *dll* folders should be specified in the Link Directory settings. In your case, these should be:

C:\zlib123\dll
C:\slib\dll

(The second one should actually be szip, but you specified slib above. Make sure you use whichever folder you've set up on your computer.)

The file named 'zlib1.lib' is no where present in C:\zlib123\lib location! Nor was it present in C:\slib\lib. The only files that are present in C:\zlib123\zlib location were zlib.def, zdll.exp and zdll.lib. Could this be a bug in zlib? Or have I downloaded the wrong file?

The files in the C:\zlib123\lib folder are the static versions of the library. As stated above, the DLL version is also included, in the C:\zlib123\dll folder.

Scott

···

Jam, India.

On Tue, Jul 1, 2008 at 1:01 AM, Scott Wegner <swegner@hdfgroup.org > <mailto:swegner@hdfgroup.org>> wrote:

    Hi Srinivasa,
    Srinivasa Ramanujam wrote:

        Hi Scott,

        Am glad that we are making progress.

           /In Visual Studio, you will need to build all projects by
        selecting
           Build > Build Solution. Did you try this?/

         I have done this before. The status of "Build->Build solution"
        from the output pane for 'debug' and 'release' form, in txt
        format, are attached along with this mail. Sorry for not
        attaching them along with my previous mail to you.

    Your build output seems to indicate that Visual Studio still cannot
    find the include directory for zlib. Make sure the directory is set
    correctly in Tools > Options, under Projects and Solutions > VC++
    Directories, and "Show directories for:" "Include file". To be
    sure, include and library directories should be set up here for both
    szip and zlib.

    Scott

        Thank you,
        Jam, India.

--
The time will come when diligent research over long periods will bring to light things which now lie hidden. A single lifetime, even though entirely devoted to the sky, would not be enough for the investigation of so vast a subject...And so this knowledge will be unfolded only through long successive ages. There will come a time when our descendants will be amazed that we did not know things that are so plain to them...Many discoveries are reserved for ages still to come, when memory of us will have been effaced. Our universe is a sorry little affair unless it has in it something for every age to investigate...Nature does not reveal her mysteries once and for all.

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.