[Insight-users] (no subject)

Evelyne Balteau e . balteau at ulg . ac . be
Tue, 19 Aug 2003 18:19:54 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0010_01C3667E.7CB58850
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello !

I have some troubles installing ITK...
Hereafter are described the steps I have followed...
Maybe somebody could tell me what I've made wrong...

- download CMake 1.8.0 and install it
- download InsightToolkit-1.2.0 and uncompress it into a source =
directory
- run CMake, select the source directory, the binary directory and the =
compiler (Visual Studio 6.0)
- configure : enable/disable/ignore items as described in the =
"InsightStart.pdf" file (**)
- configure/ok
- open the workspace itk.dsw
- build (active project : ALL_BUILD, build configurations : debug)
- get errors... :-(

(**) Note that "USE_VTK" and "USE_FLTK" did not appear in the CMake =
dialog window.
I suppose it is OK as I did not install these !=20
"CMAKE_CXX_FLAGS" and "BUILD_DOXYGEN" appear only if "Show Advanced =
Values" is checked.
It seems tha ignoring "CMAKE_CXX_FLAGS" cause some problems ?
Hereafter are the reported errors when building...=20

Sorry, it is a little bit long to read, but it is the simplest way to =
explain what occures -- Well, I think !!
Thanks !

-------------------------------------------------------------------------=
--------------------
What I get when ignoring the CMake option "CMAKE_CXX_FLAGS" :

--------------------Configuration: itkzlib - Win32 =
Debug--------------------
Compiling resources...
Compiling...
adler32.c
gzio.c
inftrees.c
uncompr.c
compress.c
infblock.c
infutil.c
zutil.c
crc32.c
infcodes.c
deflate.c
inffast.c
inflate.c
trees.c
Generating Code...
Creating library...
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"/out:C:\Program Files\InsightToolkit\Binaries\bin\Debug\itkzlib.lib"=20
".\Debug\adler32.obj"=20
".\Debug\gzio.obj"=20
".\Debug\inftrees.obj"=20
".\Debug\uncompr.obj"=20
".\Debug\compress.obj"=20
".\Debug\infblock.obj"=20
".\Debug\infutil.obj"=20
".\Debug\zutil.obj"=20
".\Debug\crc32.obj"=20
".\Debug\infcodes.obj"=20
".\Debug\deflate.obj"=20
".\Debug\inffast.obj"=20
".\Debug\inflate.obj"=20
".\Debug\trees.obj"=20
".\Debug\zlib.res"=20
--------------------Configuration: itkpng - Win32 =
Debug--------------------
Compiling...
pngget.c
pngrio.c
pngwrite.c
png.c
pngmem.c
pngrtran.c
pngtrans.c
pngwtran.c
pngerror.c
pngpread.c
pngrutil.c
pngvcrd.c
pngwutil.c
pnggccrd.c
pngread.c
pngset.c
pngwio.c
Generating Code...
Creating library...
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"/out:C:\Program Files\InsightToolkit\Binaries\bin\Debug\itkpng.lib"=20
".\Debug\pngget.obj"=20
".\Debug\pngrio.obj"=20
".\Debug\pngwrite.obj"=20
".\Debug\png.obj"=20
".\Debug\pngmem.obj"=20
".\Debug\pngrtran.obj"=20
".\Debug\pngtrans.obj"=20
".\Debug\pngwtran.obj"=20
".\Debug\pngerror.obj"=20
".\Debug\pngpread.obj"=20
".\Debug\pngrutil.obj"=20
".\Debug\pngvcrd.obj"=20
".\Debug\pngwutil.obj"=20
".\Debug\pnggccrd.obj"=20
".\Debug\pngread.obj"=20
".\Debug\pngset.obj"=20
".\Debug\pngwio.obj"=20
--------------------Configuration: ITKMetaIO - Win32 =
Debug--------------------
Compiling...
IGNORE
fatal error C1083: Cannot open source file: 'IGNORE': No such file or =
directory
metaUtils.cxx
metaObject.cxx
metaImage.cxx
metaImageUtils.cxx
metaTube.cxx
metaEllipse.cxx
metaGroup.cxx
metaScene.cxx
metaBlob.cxx
metaSurface.cxx
metaLine.cxx
metaLandmark.cxx
Generating Code...
Error executing cl.exe.

ALL_BUILD - 1 error(s), 0 warning(s)




What I get when I use the default settings for this option :
(CMAKE_CXX_FLAGS  /W3 /Zm1000 /GX /GR)

--------------------Configuration: itkzlib - Win32 =
Debug--------------------
Compiling resources...
Compiling...
adler32.c
gzio.c
inftrees.c
uncompr.c
compress.c
infblock.c
infutil.c
zutil.c
crc32.c
infcodes.c
deflate.c
inffast.c
inflate.c
trees.c
Generating Code...
Creating library...
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"/out:C:\Program Files\InsightToolkit\Binaries\bin\Debug\itkzlib.lib"=20
".\Debug\adler32.obj"=20
".\Debug\gzio.obj"=20
".\Debug\inftrees.obj"=20
".\Debug\uncompr.obj"=20
".\Debug\compress.obj"=20
".\Debug\infblock.obj"=20
".\Debug\infutil.obj"=20
".\Debug\zutil.obj"=20
".\Debug\crc32.obj"=20
".\Debug\infcodes.obj"=20
".\Debug\deflate.obj"=20
".\Debug\inffast.obj"=20
".\Debug\inflate.obj"=20
".\Debug\trees.obj"=20
".\Debug\zlib.res"=20
--------------------Configuration: itkpng - Win32 =
Debug--------------------
Compiling...
pngget.c
pngrio.c
pngwrite.c
png.c
pngmem.c
pngrtran.c
pngtrans.c
pngwtran.c
pngerror.c
pngpread.c
pngrutil.c
pngvcrd.c
pngwutil.c
pnggccrd.c
pngread.c
pngset.c
pngwio.c
Generating Code...
Creating library...
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"/out:C:\Program Files\InsightToolkit\Binaries\bin\Debug\itkpng.lib"=20
".\Debug\pngget.obj"=20
".\Debug\pngrio.obj"=20
".\Debug\pngwrite.obj"=20
".\Debug\png.obj"=20
".\Debug\pngmem.obj"=20
".\Debug\pngrtran.obj"=20
".\Debug\pngtrans.obj"=20
".\Debug\pngwtran.obj"=20
".\Debug\pngerror.obj"=20
".\Debug\pngpread.obj"=20
".\Debug\pngrutil.obj"=20
".\Debug\pngvcrd.obj"=20
".\Debug\pngwutil.obj"=20
".\Debug\pnggccrd.obj"=20
".\Debug\pngread.obj"=20
".\Debug\pngset.obj"=20
".\Debug\pngwio.obj"=20
--------------------Configuration: ITKMetaIO - Win32 =
Debug--------------------
Compiling...
metaUtils.cxx
metaObject.cxx
metaImage.cxx
metaImageUtils.cxx
metaTube.cxx
metaEllipse.cxx
metaGroup.cxx
metaScene.cxx
metaBlob.cxx
metaSurface.cxx
metaLine.cxx
metaLandmark.cxx
Generating Code...
Creating library...
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"/out:C:\Program Files\InsightToolkit\Binaries\bin\Debug\ITKMetaIO.lib"=20
".\Debug\metaUtils.obj"=20
".\Debug\metaObject.obj"=20
".\Debug\metaImage.obj"=20
".\Debug\metaImageUtils.obj"=20
".\Debug\metaTube.obj"=20
".\Debug\metaEllipse.obj"=20
".\Debug\metaGroup.obj"=20
".\Debug\metaScene.obj"=20
".\Debug\metaBlob.obj"=20
".\Debug\metaSurface.obj"=20
".\Debug\metaLine.obj"=20
".\Debug\metaLandmark.obj"=20
--------------------Configuration: ITKDICOMParser - Win32 =
Debug--------------------
Compiling...
DICOMFile.cxx
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(21) : error C2061: =
syntax error : identifier '_Strstate'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error C2146: =
syntax error : missing ';' before identifier 'pcount'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error C2501: =
'streamsize' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(42) : warning C4183: =
'pcount': member function definition looks like a ctor, but name does =
not match enclosing class
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error C2039: =
'seekdir' : is not a member of 'ios'
        C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of 'ios'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error C2061: =
syntax error : identifier 'seekdir'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error C2039: =
'openmode' : is not a member of 'ios'
        C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of 'ios'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error C2061: =
syntax error : identifier 'openmode'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(57) : error C2061: =
syntax error : identifier '_Strstate'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(63) : error C2146: =
syntax error : missing ';' before identifier '_Strmode'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(63) : error C2501: =
'_Strstate' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(63) : error C2501: =
'_Strmode' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(69) : error C2143: =
syntax error : missing ';' before '<class-head>'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(69) : fatal error C1004: =
unexpected end of file found
DICOMParser.cxx
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMHeaderValues.h(6)=
 : error C2039: 'ostream' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMHeaderValues.h(11=
) : error C2039: 'ostream' : is not a member of 'std'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error C2146: =
syntax error : missing ';' before identifier 'pcount'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error C2501: =
'streamsize' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(42) : warning C4183: =
'pcount': member function definition looks like a ctor, but name does =
not match enclosing class
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error C2039: =
'seekdir' : is not a member of 'ios'
        C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of 'ios'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error C2061: =
syntax error : identifier 'seekdir'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error C2039: =
'openmode' : is not a member of 'ios'
        C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of 'ios'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error C2061: =
syntax error : identifier 'openmode'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(73) : error C2629: =
unexpected 'class std::istrstream ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(73) : error C2334: =
unexpected token(s) preceding ':'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(92) : error C2629: =
unexpected 'class std::ostrstream ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(92) : error C2238: =
unexpected token(s) preceding ';'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(100) : error C2146: =
syntax error : missing ';' before identifier 'pcount'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(100) : error C2501: =
'streamsize' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(101) : warning C4183: =
'pcount': member function definition looks like a ctor, but name does =
not match enclosing class
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(110) : error C2629: =
unexpected 'class std::strstream ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(110) : error C2238: =
unexpected token(s) preceding ';'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(118) : error C2146: =
syntax error : missing ';' before identifier 'pcount'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(118) : error C2501: =
'streamsize' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(119) : warning C4183: =
'pcount': member function definition looks like a ctor, but name does =
not match enclosing class
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(330) =
: error C2664: 'struct std::pair<struct std::_Rb_tree_iterator<struct =
std::pair<class DICOMMapKey const ,unsigned short>,struct =
std::_Nonconst_traits<struct std::pair
<class DICOMMapKey const ,unsigned short> > >,bool> __thiscall =
std::map<class DICOMMapKey,unsigned short,struct =
group_element_compare,class std::allocator<struct std::pair<class =
DICOMMapKey const ,unsigned short> > >::insert(const struct std::pair<c
lass DICOMMapKey const ,unsigned short> &)' : cannot convert parameter 1 =
from 'struct std::pair<class DICOMMapKey,unsigned short>' to 'const =
struct std::pair<class DICOMMapKey const ,unsigned short> &'
        Reason: cannot convert from 'struct std::pair<class =
DICOMMapKey,unsigned short>' to 'const struct std::pair<class =
DICOMMapKey const ,unsigned short>'
        No constructor could take the source type, or constructor =
overload resolution was ambiguous
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(336) =
: error C2664: 'struct std::pair<struct std::_Rb_tree_iterator<struct =
std::pair<class DICOMMapKey const ,class DICOMMapValue>,struct =
std::_Nonconst_traits<struct std:
:pair<class DICOMMapKey const ,class DICOMMapValue> > >,bool> __thiscall =
std::map<class DICOMMapKey,class DICOMMapValue,struct =
group_element_compare,class std::allocator<struct std::pair<class =
DICOMMapKey const ,class DICOMMapValue> > >::insert(cons
t struct std::pair<class DICOMMapKey const ,class DICOMMapValue> &)' : =
cannot convert parameter 1 from 'struct std::pair<class =
DICOMMapKey,class DICOMMapValue>' to 'const struct std::pair<class =
DICOMMapKey const ,class DICOMMapValue> &'
        Reason: cannot convert from 'struct std::pair<class =
DICOMMapKey,class DICOMMapValue>' to 'const struct std::pair<class =
DICOMMapKey const ,class DICOMMapValue>'
        No constructor could take the source type, or constructor =
overload resolution was ambiguous
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(370) =
: error C2039: 'hex' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(376) =
: error C2039: 'hex' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(380) =
: error C2039: 'dec' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(393) =
: error C2039: 'dec' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(395) =
: error C2039: 'dec' : is not a member of 'std'
DICOMAppHelper.cxx
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMHeaderValues.h(6)=
 : error C2039: 'ostream' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMHeaderValues.h(11=
) : error C2039: 'ostream' : is not a member of 'std'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error C2146: =
syntax error : missing ';' before identifier 'pcount'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error C2501: =
'streamsize' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(42) : warning C4183: =
'pcount': member function definition looks like a ctor, but name does =
not match enclosing class
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2629: =
unexpected 'class std::strstreambuf ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2334: =
unexpected token(s) preceding '{'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error C2039: =
'seekdir' : is not a member of 'ios'
        C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of 'ios'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error C2061: =
syntax error : identifier 'seekdir'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error C2039: =
'openmode' : is not a member of 'ios'
        C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of 'ios'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error C2061: =
syntax error : identifier 'openmode'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(73) : error C2629: =
unexpected 'class std::istrstream ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(73) : error C2334: =
unexpected token(s) preceding ':'; skipping apparent function body
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(92) : error C2629: =
unexpected 'class std::ostrstream ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(92) : error C2238: =
unexpected token(s) preceding ';'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(100) : error C2146: =
syntax error : missing ';' before identifier 'pcount'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(100) : error C2501: =
'streamsize' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(101) : warning C4183: =
'pcount': member function definition looks like a ctor, but name does =
not match enclosing class
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(110) : error C2629: =
unexpected 'class std::strstream ('
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(110) : error C2238: =
unexpected token(s) preceding ';'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(118) : error C2146: =
syntax error : missing ';' before identifier 'pcount'
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(118) : error C2501: =
'streamsize' : missing storage-class or type specifiers
C:\MSVStudio6\VC98\INCLUDE\../include/strstream(119) : warning C4183: =
'pcount': member function definition looks like a ctor, but name does =
not match enclosing class
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(143=
) : error C2664: 'struct std::pair<struct std::_Rb_tree_iterator<struct =
std::pair<struct std::pair<unsigned short,unsigned short> const ,struct =
DICOMTagInfo>,struct=20
std::_Nonconst_traits<struct std::pair<struct std::pair<unsigned =
short,unsigned short> const ,struct DICOMTagInfo> > >,bool> __thiscall =
std::map<struct std::pair<unsigned short,unsigned short>,struct =
DICOMTagInfo,struct std::less<struct std::pair<un
signed short,unsigned short> >,class std::allocator<struct =
std::pair<struct std::pair<unsigned short,unsigned short> const ,struct =
DICOMTagInfo> > >::insert(const struct std::pair<struct =
std::pair<unsigned short,unsigned short> const ,struct DICOMTa
gInfo> &)' : cannot convert parameter 1 from 'struct std::pair<struct =
std::pair<unsigned short,unsigned short>,struct DICOMTagInfo>' to 'const =
struct std::pair<struct std::pair<unsigned short,unsigned short> const =
,struct DICOMTagInfo> &'
        Reason: cannot convert from 'struct std::pair<struct =
std::pair<unsigned short,unsigned short>,struct DICOMTagInfo>' to 'const =
struct std::pair<struct std::pair<unsigned short,unsigned short> const =
,struct DICOMTagInfo>'
        No constructor could take the source type, or constructor =
overload resolution was ambiguous
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(166=
) : error C2664: 'struct std::pair<struct std::_Rb_tree_iterator<struct =
std::pair<char * const,class std::vector<char *,class =
std::allocator<char *> > >,struct std::
_Nonconst_traits<struct std::pair<char * const,class std::vector<char =
*,class std::allocator<char *> > > > >,bool> __thiscall std::map<char =
*,class std::vector<char *,class std::allocator<char *> >,struct =
ltstr,class std::allocator<struct std::pair<
char * const,class std::vector<char *,class std::allocator<char *> > > > =
>::insert(const struct std::pair<char * const,class std::vector<char =
*,class std::allocator<char *> > > &)' : cannot convert parameter 1 from =
'struct std::pair<char *,class std
::vector<char *,class std::allocator<char *> > >' to 'const struct =
std::pair<char * const,class std::vector<char *,class =
std::allocator<char *> > > &'
        Reason: cannot convert from 'struct std::pair<char *,class =
std::vector<char *,class std::allocator<char *> > >' to 'const struct =
std::pair<char * const,class std::vector<char *,class =
std::allocator<char *> > >'
        No constructor could take the source type, or constructor =
overload resolution was ambiguous
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(273=
) : error C2039: 'hex' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(279=
) : error C2039: 'hex' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(283=
) : error C2039: 'dec' : is not a member of 'std'
C:\Program =
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(353=
) : error C2039: 'dec' : is not a member of 'std'
Generating Code...
Error executing cl.exe.

ALL_BUILD - 104 error(s), 7 warning(s)
------=_NextPart_000_0010_01C3667E.7CB58850
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hello !</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have some troubles installing =
ITK...<BR>Hereafter=20
are described the steps I have followed...<BR>Maybe somebody could tell =
me what=20
I've made wrong...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>- download CMake 1.8.0 and install =
it<BR>- download=20
InsightToolkit-1.2.0 and uncompress it into a source directory<BR>- run =
CMake,=20
select the source directory, the binary directory and the compiler =
(Visual=20
Studio 6.0)<BR>- configure : enable/disable/ignore items as described in =
the=20
"InsightStart.pdf" file (**)<BR>- configure/ok<BR>- open the workspace=20
itk.dsw<BR>- build (active project : ALL_BUILD, build configurations :=20
debug)<BR>- get errors... :-(</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>(**) Note that "USE_VTK" and "USE_FLTK" =
did not=20
appear in the CMake dialog window.<BR>I suppose it is OK as I did not =
install=20
these ! <BR>"CMAKE_CXX_FLAGS" and "BUILD_DOXYGEN" appear only if "Show =
Advanced=20
Values" is checked.<BR>It seems tha ignoring "CMAKE_CXX_FLAGS" cause =
some=20
problems ?<BR>Hereafter are the reported errors when building... =
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Sorry, it is a little bit long to read, =
but it is=20
the simplest way to explain what occures -- Well, I think =
!!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Thanks !</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
size=3D2>----------------------------------------------------------------=
-----------------------------</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>What I get when ignoring the CMake =
option=20
"CMAKE_CXX_FLAGS" :</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>--------------------Configuration: =
itkzlib - Win32=20
Debug--------------------<BR>Compiling=20
resources...<BR>Compiling...<BR>adler32.c<BR>gzio.c<BR>inftrees.c<BR>unco=
mpr.c<BR>compress.c<BR>infblock.c<BR>infutil.c<BR>zutil.c<BR>crc32.c<BR>i=
nfcodes.c<BR>deflate.c<BR>inffast.c<BR>inflate.c<BR>trees.c<BR>Generating=
=20
Code...<BR>Creating library...<BR>Microsoft (R) Library Manager Version=20
6.00.8447<BR>Copyright (C) Microsoft Corp 1992-1998. All rights=20
reserved.<BR>"/out:C:\Program=20
Files\InsightToolkit\Binaries\bin\Debug\itkzlib.lib" =
<BR>".\Debug\adler32.obj"=20
<BR>".\Debug\gzio.obj" <BR>".\Debug\inftrees.obj" =
<BR>".\Debug\uncompr.obj"=20
<BR>".\Debug\compress.obj" <BR>".\Debug\infblock.obj" =
<BR>".\Debug\infutil.obj"=20
<BR>".\Debug\zutil.obj" <BR>".\Debug\crc32.obj" =
<BR>".\Debug\infcodes.obj"=20
<BR>".\Debug\deflate.obj" <BR>".\Debug\inffast.obj" =
<BR>".\Debug\inflate.obj"=20
<BR>".\Debug\trees.obj" <BR>".\Debug\zlib.res"=20
<BR>--------------------Configuration: itkpng - Win32=20
Debug--------------------<BR>Compiling...<BR>pngget.c<BR>pngrio.c<BR>pngw=
rite.c<BR>png.c<BR>pngmem.c<BR>pngrtran.c<BR>pngtrans.c<BR>pngwtran.c<BR>=
pngerror.c<BR>pngpread.c<BR>pngrutil.c<BR>pngvcrd.c<BR>pngwutil.c<BR>pngg=
ccrd.c<BR>pngread.c<BR>pngset.c<BR>pngwio.c<BR>Generating=20
Code...<BR>Creating library...<BR>Microsoft (R) Library Manager Version=20
6.00.8447<BR>Copyright (C) Microsoft Corp 1992-1998. All rights=20
reserved.<BR>"/out:C:\Program=20
Files\InsightToolkit\Binaries\bin\Debug\itkpng.lib" =
<BR>".\Debug\pngget.obj"=20
<BR>".\Debug\pngrio.obj" <BR>".\Debug\pngwrite.obj" =
<BR>".\Debug\png.obj"=20
<BR>".\Debug\pngmem.obj" <BR>".\Debug\pngrtran.obj" =
<BR>".\Debug\pngtrans.obj"=20
<BR>".\Debug\pngwtran.obj" <BR>".\Debug\pngerror.obj" =
<BR>".\Debug\pngpread.obj"=20
<BR>".\Debug\pngrutil.obj" <BR>".\Debug\pngvcrd.obj" =
<BR>".\Debug\pngwutil.obj"=20
<BR>".\Debug\pnggccrd.obj" <BR>".\Debug\pngread.obj" =
<BR>".\Debug\pngset.obj"=20
<BR>".\Debug\pngwio.obj" <BR>--------------------Configuration: =
ITKMetaIO -=20
Win32 Debug--------------------<BR>Compiling...<BR>IGNORE<BR>fatal error =
C1083:=20
Cannot open source file: 'IGNORE': No such file or=20
directory<BR>metaUtils.cxx<BR>metaObject.cxx<BR>metaImage.cxx<BR>metaImag=
eUtils.cxx<BR>metaTube.cxx<BR>metaEllipse.cxx<BR>metaGroup.cxx<BR>metaSce=
ne.cxx<BR>metaBlob.cxx<BR>metaSurface.cxx<BR>metaLine.cxx<BR>metaLandmark=
.cxx<BR>Generating=20
Code...<BR>Error executing cl.exe.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>ALL_BUILD - 1 error(s), 0 =
warning(s)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV><FONT face=3DArial size=3D2>
<DIV><BR>What I get when I use the default settings for this option=20
:<BR>(CMAKE_CXX_FLAGS&nbsp; /W3 /Zm1000 /GX /GR)</DIV>
<DIV>&nbsp;</DIV>
<DIV>--------------------Configuration: itkzlib - Win32=20
Debug--------------------<BR>Compiling=20
resources...<BR>Compiling...<BR>adler32.c<BR>gzio.c<BR>inftrees.c<BR>unco=
mpr.c<BR>compress.c<BR>infblock.c<BR>infutil.c<BR>zutil.c<BR>crc32.c<BR>i=
nfcodes.c<BR>deflate.c<BR>inffast.c<BR>inflate.c<BR>trees.c<BR>Generating=
=20
Code...<BR>Creating library...<BR>Microsoft (R) Library Manager Version=20
6.00.8447<BR>Copyright (C) Microsoft Corp 1992-1998. All rights=20
reserved.<BR>"/out:C:\Program=20
Files\InsightToolkit\Binaries\bin\Debug\itkzlib.lib" =
<BR>".\Debug\adler32.obj"=20
<BR>".\Debug\gzio.obj" <BR>".\Debug\inftrees.obj" =
<BR>".\Debug\uncompr.obj"=20
<BR>".\Debug\compress.obj" <BR>".\Debug\infblock.obj" =
<BR>".\Debug\infutil.obj"=20
<BR>".\Debug\zutil.obj" <BR>".\Debug\crc32.obj" =
<BR>".\Debug\infcodes.obj"=20
<BR>".\Debug\deflate.obj" <BR>".\Debug\inffast.obj" =
<BR>".\Debug\inflate.obj"=20
<BR>".\Debug\trees.obj" <BR>".\Debug\zlib.res"=20
<BR>--------------------Configuration: itkpng - Win32=20
Debug--------------------<BR>Compiling...<BR>pngget.c<BR>pngrio.c<BR>pngw=
rite.c<BR>png.c<BR>pngmem.c<BR>pngrtran.c<BR>pngtrans.c<BR>pngwtran.c<BR>=
pngerror.c<BR>pngpread.c<BR>pngrutil.c<BR>pngvcrd.c<BR>pngwutil.c<BR>pngg=
ccrd.c<BR>pngread.c<BR>pngset.c<BR>pngwio.c<BR>Generating=20
Code...<BR>Creating library...<BR>Microsoft (R) Library Manager Version=20
6.00.8447<BR>Copyright (C) Microsoft Corp 1992-1998. All rights=20
reserved.<BR>"/out:C:\Program=20
Files\InsightToolkit\Binaries\bin\Debug\itkpng.lib" =
<BR>".\Debug\pngget.obj"=20
<BR>".\Debug\pngrio.obj" <BR>".\Debug\pngwrite.obj" =
<BR>".\Debug\png.obj"=20
<BR>".\Debug\pngmem.obj" <BR>".\Debug\pngrtran.obj" =
<BR>".\Debug\pngtrans.obj"=20
<BR>".\Debug\pngwtran.obj" <BR>".\Debug\pngerror.obj" =
<BR>".\Debug\pngpread.obj"=20
<BR>".\Debug\pngrutil.obj" <BR>".\Debug\pngvcrd.obj" =
<BR>".\Debug\pngwutil.obj"=20
<BR>".\Debug\pnggccrd.obj" <BR>".\Debug\pngread.obj" =
<BR>".\Debug\pngset.obj"=20
<BR>".\Debug\pngwio.obj" <BR>--------------------Configuration: =
ITKMetaIO -=20
Win32=20
Debug--------------------<BR>Compiling...<BR>metaUtils.cxx<BR>metaObject.=
cxx<BR>metaImage.cxx<BR>metaImageUtils.cxx<BR>metaTube.cxx<BR>metaEllipse=
.cxx<BR>metaGroup.cxx<BR>metaScene.cxx<BR>metaBlob.cxx<BR>metaSurface.cxx=
<BR>metaLine.cxx<BR>metaLandmark.cxx<BR>Generating=20
Code...<BR>Creating library...<BR>Microsoft (R) Library Manager Version=20
6.00.8447<BR>Copyright (C) Microsoft Corp 1992-1998. All rights=20
reserved.<BR>"/out:C:\Program=20
Files\InsightToolkit\Binaries\bin\Debug\ITKMetaIO.lib"=20
<BR>".\Debug\metaUtils.obj" <BR>".\Debug\metaObject.obj"=20
<BR>".\Debug\metaImage.obj" <BR>".\Debug\metaImageUtils.obj"=20
<BR>".\Debug\metaTube.obj" <BR>".\Debug\metaEllipse.obj"=20
<BR>".\Debug\metaGroup.obj" <BR>".\Debug\metaScene.obj"=20
<BR>".\Debug\metaBlob.obj" <BR>".\Debug\metaSurface.obj"=20
<BR>".\Debug\metaLine.obj" <BR>".\Debug\metaLandmark.obj"=20
<BR>--------------------Configuration: ITKDICOMParser - Win32=20
Debug--------------------<BR>Compiling...<BR>DICOMFile.cxx<BR>C:\MSVStudi=
o6\VC98\INCLUDE\../include/strstream(21)=20
: error C2061: syntax error : identifier=20
'_Strstate'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : =
error=20
C2629: unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error =
C2146:=20
syntax error : missing ';' before identifier=20
'pcount'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error =
C2501:=20
'streamsize' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(42) : =
warning=20
C4183: 'pcount': member function definition looks like a ctor, but name =
does not=20
match enclosing =
class<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) :=20
error C2629: unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error =
C2039:=20
'seekdir' : is not a member of=20
'ios'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of=20
'ios'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error =
C2061:=20
syntax error : identifier=20
'seekdir'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error =
C2039:=20
'openmode' : is not a member of=20
'ios'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of=20
'ios'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error =
C2061:=20
syntax error : identifier=20
'openmode'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(57) : =
error C2061:=20
syntax error : identifier=20
'_Strstate'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(63) : =
error=20
C2146: syntax error : missing ';' before identifier=20
'_Strmode'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(63) : =
error C2501:=20
'_Strstate' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(63) : =
error C2501:=20
'_Strmode' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(69) : =
error C2143:=20
syntax error : missing ';' before=20
'&lt;class-head&gt;'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(6=
9) :=20
fatal error C1004: unexpected end of file =
found<BR>DICOMParser.cxx<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMHeaderValues.h(6)=
 :=20
error C2039: 'ostream' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMHeaderValues.h(11=
) :=20
error C2039: 'ostream' : is not a member of=20
'std'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error =
C2146:=20
syntax error : missing ';' before identifier=20
'pcount'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error =
C2501:=20
'streamsize' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(42) : =
warning=20
C4183: 'pcount': member function definition looks like a ctor, but name =
does not=20
match enclosing =
class<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) :=20
error C2629: unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error =
C2039:=20
'seekdir' : is not a member of=20
'ios'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of=20
'ios'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error =
C2061:=20
syntax error : identifier=20
'seekdir'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error =
C2039:=20
'openmode' : is not a member of=20
'ios'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of=20
'ios'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error =
C2061:=20
syntax error : identifier=20
'openmode'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(73) : =
error C2629:=20
unexpected 'class std::istrstream=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(73) : error C2334: =

unexpected token(s) preceding ':'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(92) : error =
C2629:=20
unexpected 'class std::ostrstream=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(92) : error C2238: =

unexpected token(s) preceding=20
';'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(100) : error =
C2146:=20
syntax error : missing ';' before identifier=20
'pcount'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(100) : error =
C2501:=20
'streamsize' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(101) : =
warning=20
C4183: 'pcount': member function definition looks like a ctor, but name =
does not=20
match enclosing =
class<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(110) :=20
error C2629: unexpected 'class std::strstream=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(110) : error =
C2238:=20
unexpected token(s) preceding=20
';'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(118) : error =
C2146:=20
syntax error : missing ';' before identifier=20
'pcount'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(118) : error =
C2501:=20
'streamsize' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(119) : =
warning=20
C4183: 'pcount': member function definition looks like a ctor, but name =
does not=20
match enclosing class<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(330) =
: error=20
C2664: 'struct std::pair&lt;struct std::_Rb_tree_iterator&lt;struct=20
std::pair&lt;class DICOMMapKey const ,unsigned short&gt;,struct=20
std::_Nonconst_traits&lt;struct std::pair<BR>&lt;class DICOMMapKey const =

,unsigned short&gt; &gt; &gt;,bool&gt; __thiscall std::map&lt;class=20
DICOMMapKey,unsigned short,struct group_element_compare,class=20
std::allocator&lt;struct std::pair&lt;class DICOMMapKey const ,unsigned=20
short&gt; &gt; &gt;::insert(const struct std::pair&lt;c<BR>lass =
DICOMMapKey=20
const ,unsigned short&gt; &amp;)' : cannot convert parameter 1 from =
'struct=20
std::pair&lt;class DICOMMapKey,unsigned short&gt;' to 'const struct=20
std::pair&lt;class DICOMMapKey const ,unsigned short&gt;=20
&amp;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reason: cannot =
convert from=20
'struct std::pair&lt;class DICOMMapKey,unsigned short&gt;' to 'const =
struct=20
std::pair&lt;class DICOMMapKey const ,unsigned=20
short&gt;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No constructor =
could=20
take the source type, or constructor overload resolution was=20
ambiguous<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(336) =
: error=20
C2664: 'struct std::pair&lt;struct std::_Rb_tree_iterator&lt;struct=20
std::pair&lt;class DICOMMapKey const ,class DICOMMapValue&gt;,struct=20
std::_Nonconst_traits&lt;struct std:<BR>:pair&lt;class DICOMMapKey const =
,class=20
DICOMMapValue&gt; &gt; &gt;,bool&gt; __thiscall std::map&lt;class=20
DICOMMapKey,class DICOMMapValue,struct group_element_compare,class=20
std::allocator&lt;struct std::pair&lt;class DICOMMapKey const ,class=20
DICOMMapValue&gt; &gt; &gt;::insert(cons<BR>t struct std::pair&lt;class=20
DICOMMapKey const ,class DICOMMapValue&gt; &amp;)' : cannot convert =
parameter 1=20
from 'struct std::pair&lt;class DICOMMapKey,class DICOMMapValue&gt;' to =
'const=20
struct std::pair&lt;class DICOMMapKey const ,class DICOMMapValue&gt;=20
&amp;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reason: cannot =
convert from=20
'struct std::pair&lt;class DICOMMapKey,class DICOMMapValue&gt;' to =
'const struct=20
std::pair&lt;class DICOMMapKey const ,class=20
DICOMMapValue&gt;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No =
constructor=20
could take the source type, or constructor overload resolution was=20
ambiguous<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(370) =
: error=20
C2039: 'hex' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(376) =
: error=20
C2039: 'hex' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(380) =
: error=20
C2039: 'dec' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(393) =
: error=20
C2039: 'dec' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMParser.cxx(395) =
: error=20
C2039: 'dec' : is not a member of =
'std'<BR>DICOMAppHelper.cxx<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMHeaderValues.h(6)=
 :=20
error C2039: 'ostream' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMHeaderValues.h(11=
) :=20
error C2039: 'ostream' : is not a member of=20
'std'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(22) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(27) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(29) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(32) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(34) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error =
C2146:=20
syntax error : missing ';' before identifier=20
'pcount'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(41) : error =
C2501:=20
'streamsize' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(42) : =
warning=20
C4183: 'pcount': member function definition looks like a ctor, but name =
does not=20
match enclosing =
class<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) :=20
error C2629: unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(43) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error =
C2629:=20
unexpected 'class std::strstreambuf=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(46) : error C2334: =

unexpected token(s) preceding '{'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error =
C2039:=20
'seekdir' : is not a member of=20
'ios'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of=20
'ios'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(52) : error =
C2061:=20
syntax error : identifier=20
'seekdir'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error =
C2039:=20
'openmode' : is not a member of=20
'ios'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
C:\MSVStudio6\VC98\INCLUDE\ios.h(106) : see declaration of=20
'ios'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(55) : error =
C2061:=20
syntax error : identifier=20
'openmode'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(73) : =
error C2629:=20
unexpected 'class std::istrstream=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(73) : error C2334: =

unexpected token(s) preceding ':'; skipping apparent function=20
body<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(92) : error =
C2629:=20
unexpected 'class std::ostrstream=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(92) : error C2238: =

unexpected token(s) preceding=20
';'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(100) : error =
C2146:=20
syntax error : missing ';' before identifier=20
'pcount'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(100) : error =
C2501:=20
'streamsize' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(101) : =
warning=20
C4183: 'pcount': member function definition looks like a ctor, but name =
does not=20
match enclosing =
class<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(110) :=20
error C2629: unexpected 'class std::strstream=20
('<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(110) : error =
C2238:=20
unexpected token(s) preceding=20
';'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(118) : error =
C2146:=20
syntax error : missing ';' before identifier=20
'pcount'<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(118) : error =
C2501:=20
'streamsize' : missing storage-class or type=20
specifiers<BR>C:\MSVStudio6\VC98\INCLUDE\../include/strstream(119) : =
warning=20
C4183: 'pcount': member function definition looks like a ctor, but name =
does not=20
match enclosing class<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(143=
) :=20
error C2664: 'struct std::pair&lt;struct =
std::_Rb_tree_iterator&lt;struct=20
std::pair&lt;struct std::pair&lt;unsigned short,unsigned short&gt; const =
,struct=20
DICOMTagInfo&gt;,struct <BR>std::_Nonconst_traits&lt;struct =
std::pair&lt;struct=20
std::pair&lt;unsigned short,unsigned short&gt; const ,struct =
DICOMTagInfo&gt;=20
&gt; &gt;,bool&gt; __thiscall std::map&lt;struct std::pair&lt;unsigned=20
short,unsigned short&gt;,struct DICOMTagInfo,struct std::less&lt;struct=20
std::pair&lt;un<BR>signed short,unsigned short&gt; &gt;,class=20
std::allocator&lt;struct std::pair&lt;struct std::pair&lt;unsigned=20
short,unsigned short&gt; const ,struct DICOMTagInfo&gt; &gt; =
&gt;::insert(const=20
struct std::pair&lt;struct std::pair&lt;unsigned short,unsigned =
short&gt; const=20
,struct DICOMTa<BR>gInfo&gt; &amp;)' : cannot convert parameter 1 from =
'struct=20
std::pair&lt;struct std::pair&lt;unsigned short,unsigned =
short&gt;,struct=20
DICOMTagInfo&gt;' to 'const struct std::pair&lt;struct =
std::pair&lt;unsigned=20
short,unsigned short&gt; const ,struct DICOMTagInfo&gt;=20
&amp;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reason: cannot =
convert from=20
'struct std::pair&lt;struct std::pair&lt;unsigned short,unsigned=20
short&gt;,struct DICOMTagInfo&gt;' to 'const struct std::pair&lt;struct=20
std::pair&lt;unsigned short,unsigned short&gt; const ,struct=20
DICOMTagInfo&gt;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No =
constructor=20
could take the source type, or constructor overload resolution was=20
ambiguous<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(166=
) :=20
error C2664: 'struct std::pair&lt;struct =
std::_Rb_tree_iterator&lt;struct=20
std::pair&lt;char * const,class std::vector&lt;char *,class=20
std::allocator&lt;char *&gt; &gt; &gt;,struct=20
std::<BR>_Nonconst_traits&lt;struct std::pair&lt;char * const,class=20
std::vector&lt;char *,class std::allocator&lt;char *&gt; &gt; &gt; &gt;=20
&gt;,bool&gt; __thiscall std::map&lt;char *,class std::vector&lt;char =
*,class=20
std::allocator&lt;char *&gt; &gt;,struct ltstr,class =
std::allocator&lt;struct=20
std::pair&lt;<BR>char * const,class std::vector&lt;char *,class=20
std::allocator&lt;char *&gt; &gt; &gt; &gt; &gt;::insert(const struct=20
std::pair&lt;char * const,class std::vector&lt;char *,class=20
std::allocator&lt;char *&gt; &gt; &gt; &amp;)' : cannot convert =
parameter 1 from=20
'struct std::pair&lt;char *,class std<BR>::vector&lt;char *,class=20
std::allocator&lt;char *&gt; &gt; &gt;' to 'const struct =
std::pair&lt;char *=20
const,class std::vector&lt;char *,class std::allocator&lt;char *&gt; =
&gt; &gt;=20
&amp;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reason: cannot =
convert from=20
'struct std::pair&lt;char *,class std::vector&lt;char *,class=20
std::allocator&lt;char *&gt; &gt; &gt;' to 'const struct =
std::pair&lt;char *=20
const,class std::vector&lt;char *,class std::allocator&lt;char *&gt; =
&gt;=20
&gt;'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No constructor could =
take=20
the source type, or constructor overload resolution was =
ambiguous<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(273=
) :=20
error C2039: 'hex' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(279=
) :=20
error C2039: 'hex' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(283=
) :=20
error C2039: 'dec' : is not a member of 'std'<BR>C:\Program=20
Files\InsightToolkit\Sources\Utilities\DICOMParser\DICOMAppHelper.cxx(353=
) :=20
error C2039: 'dec' : is not a member of 'std'<BR>Generating =
Code...<BR>Error=20
executing cl.exe.</DIV>
<DIV>&nbsp;</DIV>
<DIV>ALL_BUILD - 104 error(s), 7 warning(s)</FONT></DIV></BODY></HTML>

------=_NextPart_000_0010_01C3667E.7CB58850--