[Dcmlib] [Gdcm2] Still having difficulty with build...

Mathieu Malaterre mathieu.malaterre at gmail.com
Mon Feb 25 20:16:50 CET 2008


My bad, std::find is defined in algorithm, ref:

http://www.sgi.com/tech/stl/find.html

will fix that ASAP.

Thanks for report
-Mathieu

On Mon, Feb 25, 2008 at 6:53 PM, David M. Witten II <wittend at wwrinc.com> wrote:
> Mathieu:
>
>  I did a completely fresh checkout and build with minimal settings (no
>  wrapping, no wx, noVTK) and got the attached log.
>
>  The primary problem seems to be around this:
>
>  gdcmScanner.cxx
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmScanner.cxx(58)
>  : error C2039: 'find' : is not a member of 'std'
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmScanner.cxx(58)
>  : error C3861: 'find': identifier not found, even with
>  argument-dependent lookup
>
>
>  Thanks,
>
>  -- Dave
>
>  Mathieu Malaterre wrote:
>  ...
>
>
>
>  > Thanks again for your time and patience,
>
> ------ Build started: Project: gdcmuuid, Configuration: Release Win32 ------
>  Compiling...
>  uuidP.h
>  uuid.h
>  uuid_time.c
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\uuid_time.c(64) : warning C4244: '=' : conversion from 'unsigned __int64' to 'long', possible loss of data
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\uuid_time.c(65) : warning C4244: '=' : conversion from 'unsigned __int64' to 'long', possible loss of data
>  unparse.c
>  unpack.c
>  parse.c
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\parse.c(67) : warning C4244: '=' : conversion from 'unsigned long' to 'uint16_t', possible loss of data
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\parse.c(68) : warning C4244: '=' : conversion from 'unsigned long' to 'uint16_t', possible loss of data
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\parse.c(69) : warning C4244: '=' : conversion from 'unsigned long' to 'uint16_t', possible loss of data
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\parse.c(75) : warning C4244: '=' : conversion from 'unsigned long' to 'uint8_t', possible loss of data
>  pack.c
>  gen_uuid.c
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\gen_uuid.c(130) : warning C4047: 'function' : 'int' differs in levels of indirection from 'timezone *'
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\gen_uuid.c(371) : warning C4244: '=' : conversion from 'unsigned __int64' to 'uint32_t', possible loss of data
>  \Work\DICOM\gdcm2.0.0\Utilities\uuid\gen_uuid.c(372) : warning C4244: '=' : conversion from 'unsigned __int64' to 'uint32_t', possible loss of data
>  compare.c
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmuuid.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmuuid.exp
>
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\uuid\gdcmuuid.dir\Release\BuildLog.htm"
>  gdcmuuid - 0 error(s), 9 warning(s)
>
>  ------ Build started: Project: gdcmmd5, Configuration: Release Win32 ------
>  Compiling...
>  md5.c
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmmd5.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmmd5.exp
>
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\md5\gdcmmd5.dir\Release\BuildLog.htm"
>  gdcmmd5 - 0 error(s), 0 warning(s)
>  ------ Build started: Project: gdcmCommon, Configuration: Release Win32 ------
>  Compiling...
>  gdcmByteSwap.cxx
>  gdcmDeflateStream.cxx
>  gdcmException.cxx
>  gdcmTrace.cxx
>  gdcmSystem.cxx
>  gdcmSwapCode.cxx
>  gdcmFilenameGenerator.cxx
>  gdcmFilename.cxx
>  gdcmString.cxx
>  gdcmDirectory.cxx
>  gdcmTesting.cxx
>  gdcmObject.cxx
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmCommon.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmCommon.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Source\Common\gdcmCommon.dir\Release\BuildLog.htm"
>  gdcmCommon - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmzlib, Configuration: Release Win32 ------
>  Compiling...
>  zutil.c
>  uncompr.c
>  trees.c
>  inftrees.c
>  inflate.c
>  inffast.c
>  infback.c
>  gzio.c
>  deflate.c
>  crc32.c
>  compress.c
>  adler32.c
>  Generating Code...
>  Compiling resources...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmzlib.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmzlib.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\zlib\gdcmzlib.dir\Release\BuildLog.htm"
>  gdcmzlib - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmDSED, Configuration: Release Win32 ------
>  Compiling...
>  gdcmExplicitImplicitDataElement.cxx
>  gdcmCP246ExplicitDataElement.cxx
>  gdcmUNExplicitDataElement.cxx
>  gdcmDataElement.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  gdcmParseException.cxx
>  gdcmPreamble.cxx
>  gdcmFile.cxx
>  \Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmFile.cxx(47) : warning C4101: 'ex' : unreferenced local variable
>  gdcmVR.cxx
>  \Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmVR.cxx(273) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>  \Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmVR.cxx(414) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>  gdcmVM.cxx
>  \Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmVM.cxx(306) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>  gdcmMediaStorage.cxx
>  gdcmTransferSyntax.cxx
>  gdcmSequenceOfItems.cxx
>  gdcmSequenceOfFragments.cxx
>  gdcmParser.cxx
>  gdcmItem.cxx
>  gdcmImplicitDataElement.cxx
>  gdcmFragment.cxx
>  gdcmFileMetaInformation.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(81) : warning C4101: 'ex' : unreferenced local variable
>         \Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmFileMetaInformation.cxx(361) : see reference to function template instantiation 'std::istream &gdcm::ExplicitDataElement::Read<gdcm::SwapperNoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(169) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmSequenceOfFragments.h(95) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmValueIO.txx(42) : see reference to function template instantiation 'std::istream &gdcm::SequenceOfFragments::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>         C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xstring(521) : while compiling class-template member function 'std::istream &gdcm::ValueIO<TDE,TSwap>::Read(std::istream &,gdcm::Value &)'
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(164) : see reference to class template instantiation 'gdcm::ValueIO<TDE,TSwap>' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         \Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmFileMetaInformation.cxx(361) : see reference to function template instantiation 'std::istream &gdcm::ExplicitDataElement::Read<gdcm::SwapperNoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmImplicitDataElement.txx(107) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ImplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(27) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmItem.h(148) : see reference to function template instantiation 'std::istream &gdcm::DataSet::ReadNested<TDE,gdcm::SwapperDoOp>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmSequenceOfItems.h(85) : see reference to function template instantiation 'std::istream &gdcm::Item::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmValueIO.txx(38) : see reference to function template instantiation 'std::istream &gdcm::SequenceOfItems::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmImplicitDataElement.txx(107) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ImplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(27) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmItem.h(186) : see reference to function template instantiation 'std::istream &gdcm::DataSet::ReadNested<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(81) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(27) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmItem.h(148) : see reference to function template instantiation 'std::istream &gdcm::DataSet::ReadNested<TDE,gdcm::SwapperDoOp>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmSequenceOfItems.h(85) : see reference to function template instantiation 'std::istream &gdcm::Item::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmValueIO.txx(38) : see reference to function template instantiation 'std::istream &gdcm::SequenceOfItems::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xstring(521) : while compiling class-template member function 'std::istream &gdcm::ValueIO<TDE,TSwap>::Read(std::istream &,gdcm::Value &)'
>         with
>         [
>             TDE=gdcm::Explicit
>  DataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(237) : see reference to class template instantiation 'gdcm::ValueIO<TDE,TSwap>' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(169) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmSequenceOfFragments.h(95) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmValueIO.txx(42) : see reference to function template instantiation 'std::istream &gdcm::SequenceOfFragments::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>         C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\vector(86) : while compiling class-template member function 'std::istream &gdcm::ValueIO<TDE,TSwap>::Read(std::istream &,gdcm::Value &)'
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmImplicitDataElement.txx(102) : see reference to class template instantiation 'gdcm::ValueIO<TDE,TSwap>' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ImplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>  gdcmExplicitDataElement.cxx
>  gdcmByteSwapFilter.cxx
>  Generating Code...
>  Compiling...
>  gdcmDataSet.cxx
>  gdcmFileSet.cxx
>  gdcmTag.cxx
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmDSED.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmDSED.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Source\DataStructureAndEncodingDefinition\gdcmDSED.dir\Release\BuildLog.htm"
>  gdcmDSED - 0 error(s), 14 warning(s)
>
>  ------ Build started: Project: gdcmjpeg8, Configuration: Release Win32 ------
>  Compiling...
>  jdshuff.c
>  jdscale.c
>  jdpred.c
>  jddiffct.c
>  jdlhuff.c
>  jdlossy.c
>  jdlossls.c
>  jcdiffct.c
>  jcpred.c
>  jclhuff.c
>  jcshuff.c
>  jcscale.c
>  jcodec.c
>  jclossls.c
>  jclossy.c
>  jfdctint.c
>  jdatasrc.c
>  jdmerge.c
>  jquant2.c
>  jquant1.c
>  Generating Code...
>  Compiling...
>  jdcolor.c
>  jdsample.c
>  jidctred.c
>  jidctint.c
>  jidctflt.c
>  jidctfst.c
>  jddctmgr.c
>  jdpostct.c
>  jdcoefct.c
>  jdmainct.c
>  jdphuff.c
>  jdhuff.c
>  jdmarker.c
>  jdinput.c
>  jdmaster.c
>  jdtrans.c
>  jdapistd.c
>  jdapimin.c
>  jdatadst.c
>  jfdctflt.c
>  Generating Code...
>  Compiling...
>  jfdctfst.c
>  jcdctmgr.c
>  jcphuff.c
>  jchuff.c
>  jcsample.c
>  jccolor.c
>  jccoefct.c
>  jcprepct.c
>  jcmainct.c
>  jcmarker.c
>  jcmaster.c
>  jcinit.c
>  jcparam.c
>  jctrans.c
>  jcapistd.c
>  jcapimin.c
>  jmemmgr.c
>  jerror.c
>  jutils.c
>  jcomapi.c
>  Generating Code...
>  Compiling...
>  jmemnobs.c
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmjpeg8.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmjpeg8.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\jpeg\8\gdcmjpeg8.dir\Release\BuildLog.htm"
>  gdcmjpeg8 - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmexpat, Configuration: Release Win32 ------
>  Compiling...
>  xmlrole.c
>  xmltok.c
>  xmlparse.c
>  Generating Code...
>  Linking...
>  C:\Work\DICOM\gdcm2.0.0\Utilities\expat\lib\libexpat.def(3) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmexpat.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmexpat.exp
>  gdcmexpat.exp : warning LNK4070: /OUT:LIBEXPAT.dll directive in .EXP differs from output filename 'C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmexpat.dll'; ignoring directive
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\expat\lib\gdcmexpat.dir\Release\BuildLog.htm"
>  gdcmexpat - 0 error(s), 2 warning(s)
>
>  ------ Build started: Project: gdcmjpeg12, Configuration: Release Win32 ------
>  Compiling...
>  jdshuff.c
>  jdscale.c
>  jdpred.c
>  jddiffct.c
>  jdlhuff.c
>  jdlossy.c
>  jdlossls.c
>  jcdiffct.c
>  jcpred.c
>  jclhuff.c
>  jcshuff.c
>  jcscale.c
>  jcodec.c
>  jclossls.c
>  jclossy.c
>  jfdctint.c
>  jdatasrc.c
>  jdmerge.c
>  jquant2.c
>  jquant1.c
>  Generating Code...
>  Compiling...
>  jdcolor.c
>  jdsample.c
>  jidctred.c
>  jidctint.c
>  jidctflt.c
>  jidctfst.c
>  jddctmgr.c
>  jdpostct.c
>  jdcoefct.c
>  jdmainct.c
>  jdphuff.c
>  jdhuff.c
>  jdmarker.c
>  jdinput.c
>  jdmaster.c
>  jdtrans.c
>  jdapistd.c
>  jdapimin.c
>  jdatadst.c
>  jfdctflt.c
>  Generating Code...
>  Compiling...
>  jfdctfst.c
>  jcdctmgr.c
>  jcphuff.c
>  jchuff.c
>  jcsample.c
>  jccolor.c
>  jccoefct.c
>  jcprepct.c
>  jcmainct.c
>  jcmarker.c
>  jcmaster.c
>  jcinit.c
>  jcparam.c
>  jctrans.c
>  jcapistd.c
>  jcapimin.c
>  jmemmgr.c
>  jerror.c
>  jutils.c
>  jcomapi.c
>  Generating Code...
>  Compiling...
>  jmemnobs.c
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmjpeg12.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmjpeg12.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\jpeg\12\gdcmjpeg12.dir\Release\BuildLog.htm"
>  gdcmjpeg12 - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmDICT, Configuration: Release Win32 ------
>  Compiling...
>  gdcmDefaultGroupNames.cxx
>  gdcmGroupDict.cxx
>  gdcmGlobal.cxx
>  gdcmPrivateDefaultDicts.cxx
>  gdcmDefaultDicts.cxx
>  gdcmDicts.cxx
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmDICT.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmDICT.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Source\DataDictionary\gdcmDICT.dir\Release\BuildLog.htm"
>  gdcmDICT - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmjpeg16, Configuration: Release Win32 ------
>  Compiling...
>  jdshuff.c
>  jdscale.c
>  jdpred.c
>  jddiffct.c
>  jdlhuff.c
>  jdlossy.c
>  jdlossls.c
>  jcdiffct.c
>  jcpred.c
>  jclhuff.c
>  jcshuff.c
>  jcscale.c
>  jcodec.c
>  jclossls.c
>  jclossy.c
>  jfdctint.c
>  jdatasrc.c
>  jdmerge.c
>  jquant2.c
>  jquant1.c
>  Generating Code...
>  Compiling...
>  jdcolor.c
>  jdsample.c
>  jidctred.c
>  jidctint.c
>  jidctflt.c
>  jidctfst.c
>  jddctmgr.c
>  jdpostct.c
>  jdcoefct.c
>  jdmainct.c
>  jdphuff.c
>  jdhuff.c
>  jdmarker.c
>  jdinput.c
>  jdmaster.c
>  jdtrans.c
>  jdapistd.c
>  jdapimin.c
>  jdatadst.c
>  jfdctflt.c
>  Generating Code...
>  Compiling...
>  jfdctfst.c
>  jcdctmgr.c
>  jcphuff.c
>  jchuff.c
>  jcsample.c
>  jccolor.c
>  jccoefct.c
>  jcprepct.c
>  jcmainct.c
>  jcmarker.c
>  jcmaster.c
>  jcinit.c
>  jcparam.c
>  jctrans.c
>  jcapistd.c
>  jcapimin.c
>  jmemmgr.c
>  jerror.c
>  jutils.c
>  jcomapi.c
>  Generating Code...
>  Compiling...
>  jmemnobs.c
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmjpeg16.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmjpeg16.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\jpeg\16\gdcmjpeg16.dir\Release\BuildLog.htm"
>  gdcmjpeg16 - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmopenjpeg, Configuration: Release Win32 ------
>  Compiling...
>  tgt.c
>  tcd.c
>  t2.c
>  t1.c
>  raw.c
>  pi.c
>  openjpeg.c
>  mqc.c
>  mct.c
>  jpt.c
>  jp2.c
>  j2k_lib.c
>  j2k.c
>  image.c
>  event.c
>  dwt.c
>  cio.c
>  bio.c
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmopenjpeg.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmopenjpeg.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\openjpeg\libopenjpeg\gdcmopenjpeg.dir\Release\BuildLog.htm"
>  gdcmopenjpeg - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmIOD, Configuration: Release Win32 ------
>  Compiling...
>  gdcmXMLPrivateDictReader.cxx
>  gdcmXMLDictReader.cxx
>  gdcmType.cxx
>  gdcmTable.cxx
>  gdcmTableReader.cxx
>  \Work\DICOM\gdcm2.0.0\Source\InformationObjectDefinition\gdcmTableReader.cxx(62) : warning C4101: 'i' : unreferenced local variable
>  gdcmModule.cxx
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmIOD.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmIOD.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Source\InformationObjectDefinition\gdcmIOD.dir\Release\BuildLog.htm"
>  gdcmIOD - 0 error(s), 1 warning(s)
>
>  ------ Build started: Project: gdcmMSFF, Configuration: Release Win32 ------
>  Compiling...
>  gdcmPixelFormat.cxx
>  gdcmPhotometricInterpretation.cxx
>  gdcmOverlay.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  gdcmLookupTable.cxx
>  gdcmRAWCodec.cxx
>  gdcmJPEGCodec.cxx
>  gdcmJPEG8Codec.cxx
>  gdcmJPEG2000Codec.cxx
>  gdcmJPEG16Codec.cxx
>  gdcmAudioCodec.cxx
>  gdcmPDFCodec.cxx
>  gdcmRLECodec.cxx
>  gdcmJPEG12Codec.cxx
>  gdcmImageValue.cxx
>  gdcmImageCodec.cxx
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmImageCodec.cxx(315) : warning C4309: 'initializing' : truncation of constant value
>  gdcmImageConverter.cxx
>  gdcmImage.cxx
>  gdcmDumper.cxx
>  gdcmValidate.cxx
>  gdcmWriter.cxx
>  Generating Code...
>  Compiling...
>  gdcmSpacingHelper.cxx
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmSpacingHelper.cxx(203) : warning C4244: 'argument' : conversion from 'const std::allocator<_Ty>::value_type' to 'gdcm::VRToType<32>::Type', possible loss of data
>         with
>         [
>             _Ty=double
>         ]
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmSpacingHelper.cxx(237) : warning C4244: 'argument' : conversion from 'const std::allocator<_Ty>::value_type' to 'gdcm::VRToType<32>::Type', possible loss of data
>         with
>         [
>             _Ty=double
>         ]
>  gdcmStringFilter.cxx
>  gdcmImageWriter.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  gdcmImageReader.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmImageReader.cxx(300) : warning C4101: 'type' : unreferenced local variable
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmImageReader.cxx(606) : warning C4101: 'type' : unreferenced local variable
>  gdcmScanner.cxx
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmScanner.cxx(58) : error C2039: 'find' : is not a member of 'std'
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmScanner.cxx(58) : error C3861: 'find': identifier not found, even with argument-dependent lookup
>  gdcmReader.cxx
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(270) : warning C4800: 'void *' : forcing value to bool 'true' or 'false' (performance warning)
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(201) : warning C4101: 'ex' : unreferenced local variable
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(221) : warning C4101: 'ex' : unreferenced local variable
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(229) : warning C4101: 'ex' : unreferenced local variable
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(239) : warning C4101: 'ex' : unreferenced local variable
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(516) : warning C4800: 'void *' : forcing value to bool 'true' or 'false' (performance warning)
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(447) : warning C4101: 'ex' : unreferenced local variable
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(467) : warning C4101: 'ex' : unreferenced local variable
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(475) : warning C4101: 'ex' : unreferenced local variable
>  \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(485) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(81) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(40) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(266) : see reference to function template instantiation 'std::istream &gdcm::DataSet::Read<gdcm::ExplicitDataElement,gdcm::SwapperNoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(169) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmImplicitDataElement.txx(107) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ImplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(40) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(282) : see reference to function template instantiation 'std::istream &gdcm::DataSet::Read<gdcm::ImplicitDataElement,gdcm::SwapperDoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(81) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(40) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(286) : see reference to function template instantiation 'std::istream &gdcm::DataSet::Read<gdcm::ExplicitDataElement,gdcm::SwapperDoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(169) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmImplicitDataElement.txx(107) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ImplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(40) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(293) : see reference to function template instantiation 'std::istream &gdcm::DataSet::Read<gdcm::ImplicitDataElement,gdcm::SwapperNoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmCP246ExplicitDataElement.txx(72) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::CP246ExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(40) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::CP246ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(328) : see reference to function template instantiation 'std::istream &gdcm::DataSet::Read<gdcm::CP246ExplicitDataElement,gdcm::SwapperNoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmCP246ExplicitDataElement.txx(139) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmCP246ExplicitDataElement.txx(185) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmUNExplicitDataElement.txx(128) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::UNExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(40) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::UNExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(353) : see reference to function template instantiation 'std::istream &gdcm::DataSet::Read<gdcm::UNExplicitDataElement,gdcm::SwapperNoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitImplicitDataElement.txx(75) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ExplicitImplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(40) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         \Work\DICOM\gdcm2.0.0\Source\MediaStorageAndFileFormat\gdcmReader.cxx(409) : see reference to function template instantiation 'std::istream &gdcm::DataSet::Read<gdcm::ExplicitImplicitDataElement,gdcm::SwapperNoOp>(std::istream &)' being compiled
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitImplicitDataElement.txx(143) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitImplicitDataElement.txx(187) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitImplicitDataElement.txx(280) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmSequenceOfFragments.h(95) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmValueIO.txx(42) : see reference to function template instantiation 'std::istream &gdcm::SequenceOfFragments::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>         C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(146) : while compiling class-template member function 'std::istream &gdcm::ValueIO<TDE,TSwap>::Read(std::istream &,gdcm::Value &)'
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmExplicitDataElement.txx(164) : see reference to class template instantiation 'gdcm::ValueIO<TDE,TSwap>' being compiled
>         with
>         [
>             TDE=gdcm::ImplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmSequenceOfFragments.h(95) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmValueIO.txx(42) : see reference to function template instantiation 'std::istream &gdcm::SequenceOfFragments::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>         C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(146) : while compiling class-template member function 'std::istream &gdcm::ValueIO<TDE,TSwap>::Read(std::istream &,gdcm::Value &)'
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmImplicitDataElement.txx(102) : see reference to class template instantiation 'gdcm::ValueIO<TDE,TSwap>' being compiled
>         with
>         [
>             TDE=gdcm::ExplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::ImplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmCP246ExplicitDataElement.txx(72) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::CP246ExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(27) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::CP246ExplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmItem.h(148) : see reference to function template instantiation 'std::istream &gdcm::DataSet::ReadNested<TDE,gdcm::SwapperDoOp>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::CP246ExplicitDataElement
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmSequenceOfItems.h(85) : see reference to function template instantiation 'std::istream &gdcm::Item::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::CP246ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmValueIO.txx(38) : see reference to function template instantiation 'std::istream &gdcm::SequenceOfItems::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::CP246ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(146) : while compiling class-template member function 'std::istream &gdcm::ValueIO<TDE,TSwap>::Read(std::istream &,gdcm::Value &)'
>         with
>         [
>             TDE=gdcm::CP246ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmCP246ExplicitDataElement.txx(134) : see reference to class template instantiation 'gdcm::ValueIO<TDE,TSwap>' being compiled
>         with
>         [
>             TDE=gdcm::CP246ExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::CP246ExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmCP246ExplicitDataElement.txx(139) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmCP246ExplicitDataElement.txx(185) : warning C4101: 'ex' : unreferenced local variable
>  c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmUNExplicitDataElement.txx(128) : warning C4101: 'ex' : unreferenced local variable
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::UNExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataSet.txx(27) : see reference to function template instantiation 'std::istream &gdcm::DataElement::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::UNExplicitDataElement,
>             TSwap=gdcm::SwapperDoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmItem.h(148) : see reference to function template instantiation 'std::istream &gdcm::DataSet::ReadNested<TDE,gdcm::SwapperDoOp>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::UNExplicitDataElement
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmSequenceOfItems.h(85) : see reference to function template instantiation 'std::istream &gdcm::Item::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::UNExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmValueIO.txx(38) : see reference to function template instantiation 'std::istream &gdcm::SequenceOfItems::Read<TDE,TSwap>(std::istream &)' being compiled
>         with
>         [
>             TDE=gdcm::UNExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(146) : while compiling class-template member function 'std::istream &gdcm::ValueIO<TDE,TSwap>::Read(std::istream &,gdcm::Value &)'
>         with
>         [
>             TDE=g
>  dcm::UNExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmUNExplicitDataElement.txx(152) : see reference to class template instantiation 'gdcm::ValueIO<TDE,TSwap>' being compiled
>         with
>         [
>             TDE=gdcm::UNExplicitDataElement,
>             TSwap=gdcm::SwapperNoOp
>         ]
>         c:\Work\DICOM\gdcm2.0.0\Source\DataStructureAndEncodingDefinition\gdcmDataElement.h(162) : see reference to function template instantiation 'std::istream &gdcm::UNExplicitDataElement::Read<TSwap>(std::istream &)' being compiled
>         with
>         [
>             TSwap=gdcm::SwapperNoOp
>         ]
>  gdcmDictPrinter.cxx
>  gdcmPrinter.cxx
>  gdcmUIDGenerator.cxx
>  gdcmPersonName.cxx
>  gdcmSeries.cxx
>  gdcmStudy.cxx
>  gdcmPatient.cxx
>  gdcmWaveform.cxx
>  gdcmFiducials.cxx
>  gdcmEncapsulatedDocument.cxx
>  gdcmSpectroscopy.cxx
>  gdcmDICOMDIR.cxx
>  Generating Code...
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Source\MediaStorageAndFileFormat\gdcmMSFF.dir\Release\BuildLog.htm"
>  gdcmMSFF - 2 error(s), 38 warning(s)
>
>  ------ Build started: Project: gdcmgetopt, Configuration: Release Win32 ------
>  Compiling...
>  getopt_long.c
>  getopt.c
>  Generating Code...
>  Linking...
>    Creating library C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmgetopt.lib and object C:\Work\DICOM\gdcm2.0.0\gdcmBinary\bin\Release\gdcmgetopt.exp
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\getopt\gdcmgetopt.dir\Release\BuildLog.htm"
>  gdcmgetopt - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmDICTTests, Configuration: Release Win32 ------
>  Compiling...
>  TestTagToType.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  TestGroupDict.cxx
>  TestDicts.cxx
>  TestGlobal.cxx
>  TestDict.cxx
>  TestDictEntry.cxx
>  gdcmDICTTests.cxx
>  Generating Code...
>  Linking...
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Testing\Source\DataDictionary\Cxx\gdcmDICTTests.dir\Release\BuildLog.htm"
>  gdcmDICTTests - 0 error(s), 1 warning(s)
>
>  ------ Build started: Project: gdcmDSEDTests, Configuration: Release Win32 ------
>  Compiling...
>  TestElement5.cxx
>  TestElement4.cxx
>  TestElement2.cxx
>  TestVR.cxx
>  TestVM.cxx
>  TestVL.cxx
>  TestMediaStorage.cxx
>  TestTransferSyntax.cxx
>  TestSequenceOfItems.cxx
>  TestSequenceOfFragments.cxx
>  TestRLECodec.cxx
>  TestFragment.cxx
>  TestFileSet.cxx
>  TestFile.cxx
>  TestFileMetaInformation.cxx
>  TestElement.cxx
>  \Work\DICOM\gdcm2.0.0\Testing\Source\DataStructureAndEncodingDefinition\Cxx\TestElement.cxx(24) : warning C4305: 'initializing' : truncation from 'double' to 'gdcm::VRToType<256>::Type'
>  TestDataSet.cxx
>  TestComposite.cxx
>  TestByteBuffer.cxx
>  TestLO.cxx
>  Generating Code...
>  Compiling...
>  TestAttribute.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  gdcmDSEDTests.cxx
>  Generating Code...
>  Linking...
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Testing\Source\DataStructureAndEncodingDefinition\Cxx\gdcmDSEDTests.dir\Release\BuildLog.htm"
>  gdcmDSEDTests - 0 error(s), 2 warning(s)
>
>  ------ Build started: Project: gdcmMSFFTests, Configuration: Release Win32 ------
>  Compiling...
>  TestSpectroscopy.cxx
>  TestEncapsulatedDocument.cxx
>  TestFiducials.cxx
>  TestWaveform.cxx
>  TestSeries.cxx
>  TestStudy.cxx
>  TestPatient.cxx
>  TestDICOMDIR.cxx
>  TestRAWCodec.cxx
>  TestJPEGCodec.cxx
>  TestImageConverter.cxx
>  TestImageCodec.cxx
>  TestImageValue.cxx
>  TestPersonName.cxx
>  TestPixelFormat.cxx
>  TestOverlay.cxx
>  TestLookupTable.cxx
>  TestPhotometricInterpretation.cxx
>  TestImage.cxx
>  TestAudioCodec.cxx
>  Generating Code...
>  Compiling...
>  TestPDFCodec.cxx
>  TestCodec.cxx
>  TestWriter.cxx
>  TestImageWriter2.cxx
>  TestImageWriter.cxx
>  TestCopyDataSet.cxx
>  TestImageReader.cxx
>  TestReader2.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  TestScanner.cxx
>  TestReader.cxx
>  TestPrinter.cxx
>  TestUIDGenerator.cxx
>  TestStringFilter.cxx
>  gdcmMSFFTests.cxx
>  Generating Code...
>  Linking...
>  LINK : fatal error LNK1181: cannot open input file 'gdcmMSFF.lib'
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Testing\Source\MediaStorageAndFileFormat\Cxx\gdcmMSFFTests.dir\Release\BuildLog.htm"
>  gdcmMSFFTests - 1 error(s), 1 warning(s)
>
>  ------ Build started: Project: ex_getopt, Configuration: Release Win32 ------
>  Compiling...
>  ex_getopt.c
>  Linking...
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\getopt\ex_getopt.dir\Release\BuildLog.htm"
>  ex_getopt - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmIODTests, Configuration: Release Win32 ------
>  Compiling...
>  TestModule.cxx
>  TestType.cxx
>  TestTableEntry.cxx
>  TestTable.cxx
>  TestTableReader.cxx
>  gdcmIODTests.cxx
>  Generating Code...
>  Linking...
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Testing\Source\InformationObjectDefinition\Cxx\gdcmIODTests.dir\Release\BuildLog.htm"
>  gdcmIODTests - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmjpegls, Configuration: Release Win32 ------
>  Compiling...
>  melcode.c
>  bitio.c
>  lossy_d.c
>  lossless_d.c
>  decoder.c
>  initialize.c
>  jpegmark.c
>  global.c
>  Generating Code...
>  Linking...
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Utilities\jpegls\Decoder\gdcmjpegls.dir\Release\BuildLog.htm"
>  gdcmjpegls - 0 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmCommonTests, Configuration: Release Win32 ------
>  Compiling...
>  TestTrace.cxx
>  TestSystem.cxx
>  TestSwapCode.cxx
>  TestSmartPointer.cxx
>  TestObject.cxx
>  TestFilenameGenerator.cxx
>  TestFilename.cxx
>  TestDirectory.cxx
>  \Work\DICOM\gdcm2.0.0\Testing\Source\Common\Cxx\TestDirectory.cxx(34) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>  TestString.cxx
>  TestByteSwap.cxx
>  TestTesting.cxx
>  gdcmCommonTests.cxx
>  Generating Code...
>  Linking...
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Testing\Source\Common\Cxx\gdcmCommonTests.dir\Release\BuildLog.htm"
>  gdcmCommonTests - 0 error(s), 1 warning(s)
>
>  ------ Build started: Project: gdcmscanner, Configuration: Release Win32 ------
>  Compiling...
>  gdcmscanner.cxx
>  Linking...
>  LINK : fatal error LNK1181: cannot open input file 'gdcmMSFF.lib'
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Applications\gdcmscanner.dir\Release\BuildLog.htm"
>  gdcmscanner - 1 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmraw, Configuration: Release Win32 ------
>  Compiling...
>  gdcmraw.cxx
>  Linking...
>  LINK : fatal error LNK1181: cannot open input file 'gdcmMSFF.lib'
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Applications\gdcmraw.dir\Release\BuildLog.htm"
>  gdcmraw - 1 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmoverlay, Configuration: Release Win32 ------
>  Compiling...
>  gdcmoverlay.cxx
>  Linking...
>  LINK : fatal error LNK1181: cannot open input file 'gdcmMSFF.lib'
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Applications\gdcmoverlay.dir\Release\BuildLog.htm"
>  gdcmoverlay - 1 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmimg, Configuration: Release Win32 ------
>  Compiling...
>  gdcmimg.cxx
>  Linking...
>  LINK : fatal error LNK1181: cannot open input file 'gdcmMSFF.lib'
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Applications\gdcmimg.dir\Release\BuildLog.htm"
>  gdcmimg - 1 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmdump, Configuration: Release Win32 ------
>  Compiling...
>  gdcmdump.cxx
>  Linking...
>  LINK : fatal error LNK1181: cannot open input file 'gdcmMSFF.lib'
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Applications\gdcmdump.dir\Release\BuildLog.htm"
>  gdcmdump - 1 error(s), 0 warning(s)
>
>  ------ Build started: Project: gdcmconv, Configuration: Release Win32 ------
>  Compiling...
>  gdcmconv.cxx
>  C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(30) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
>         C:\Work\DICOM\gdcm2.0.0\Source\DataDictionary\gdcmTagToType.h(33) : see reference to class template instantiation 'gdcm::TagToType<group,element>' being compiled
>  Linking...
>  LINK : fatal error LNK1181: cannot open input file 'gdcmMSFF.lib'
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\Applications\gdcmconv.dir\Release\BuildLog.htm"
>  gdcmconv - 1 error(s), 1 warning(s)
>
>  ------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------
>  "Build all projects"
>  Build log was saved at "file://c:\Work\DICOM\gdcm2.0.0\gdcmBinary\ALL_BUILD.dir\Release\BuildLog.htm"
>  ALL_BUILD - 0 error(s), 0 warning(s)
>
>  ------ Skipped Build: Project: NightlyMemoryCheck, Configuration: Release Win32 ------
>  Project configuration skipped because it is not selected in this solution configuration
>
>  ------ Skipped Build: Project: Nightly, Configuration: Release Win32 ------
>  Project configuration skipped because it is not selected in this solution configuration
>
>  ------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------
>  Project configuration skipped because it is not selected in this solution configuration
>
>  ------ Skipped Build: Project: Experimental, Configuration: Release Win32 ------
>  Project configuration skipped because it is not selected in this solution configuration
>
>  ------ Skipped Build: Project: Continuous, Configuration: Release Win32 ------
>  Project configuration skipped because it is not selected in this solution configuration
>
>  ------ Skipped Build: Project: PACKAGE, Configuration: Release Win32 ------
>  Project configuration skipped because it is not selected in this solution configuration
>
>  ------ Skipped Build: Project: RUN_TESTS, Configuration: Release Win32 ------
>  Project configuration skipped because it is not selected in this solution configuration
>
>  ---------------------- Done ----------------------
>     Build: 20 succeeded, 8 failed, 7 skipped
>
>
>
>



-- 
Mathieu

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gdcm-developers mailing list
Gdcm-developers at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gdcm-developers



More information about the Dcmlib mailing list