<div dir="ltr"><div>Hi,</div><div>I never had that problem but it seems that GetMatrices is compiled twice so we may want to move its definition to a rtkProjectionGeometry.cxx. In any case, be aware that we have removed SimpleRTK, we will no longer support it but we will provide another python wrapping with pre-compiled packages. Conversion of existing python code should not be too hard in my experience.</div><div>Sorry for the inconvenience. Best regards,</div><div>Simon<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 6, 2018 at 9:38 PM Daniel Markel <<a href="mailto:markeldaniel@gmail.com">markeldaniel@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi there,<div><br></div><div>             I managed to get RTK installed on a windows 7 64-bit build a while back and am trying to repeat the process now on a desktop PC but having a lot of trouble and was wondering if anyone had run into the same issues I had and found a solution. </div><div><br></div><div>I was able to install ITK correctly but kept FFTW off (not sure if this is causing the issues as I did this last time and it was fine).</div><div><br></div><div>When it comes to installing RTK I'm only installing he Python wrapper with SimpleRTK, I turned off all CUDA options and had to use a downloaded version of swigwin for my swig.exe since the included version didn't seem to be working when I tried to build it. </div><div><br></div><div>I'm using ITK 4.10.1 and RTK 1.3.0 as this was what had successfully built last time.</div><div><br></div><div>The first error I got was that it could not open SimpleRTKIO.lib, I did a bit of searching and came upon this thread.</div><div><br></div><div><a href="https://public.kitware.com/pipermail/rtk-users/2016-September/010341.html" target="_blank">https://public.kitware.com/pipermail/rtk-users/2016-September/010341.html</a><br></div><div><br></div><div>I could create the .lib files similar to how arvid did but then when I went to build the full RTK solution or tried to build the DLLs I got this error. </div><div><br></div><div><br></div><div><div>1>------ Build started: Project: BasicFiltersSourceCode, Configuration: Release x64 ------</div><div>2>------ Build started: Project: SimpleRTKBasicFilters1, Configuration: Release x64 ------</div><div>2>srtkCastImageFilter-2.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkCastImageFilter-2l.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkCastImageFilter-2v.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkCastImageFilter-3.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkCastImageFilter-3l.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkCastImageFilter-3v.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkCastImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkStatisticsImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkHashImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkMeasurementMap.cxx</div><div>2>srtkAddImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkAndImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkBackProjectionImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkBinaryNotImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkBitwiseNotImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkComplexToImaginaryImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkComplexToRealImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkConjugateGradientConeBeamReconstructionFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkConstantImageSource.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkDisplacedDetectorForOffsetFieldOfViewImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>Generating Code...</div><div>2>Compiling...</div><div>2>srtkDivideImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkDrawCylinderImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkDrawEllipsoidImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkDrawSheppLoganFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>srtkElektaSynergyRawLookupTableImageFilter.cxx</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/functional.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(41): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(42): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>c:\rtk\utilities\simplertk\code\common\include\nsstd/type_traits.h(44): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.</div><div>2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(2691): note: see declaration of 'std::tr1'</div><div>2>Generating Code...</div><div>2>RTK.lib(RTK.dll) : error LNK2005: "public: class std::vector<class itk::Matrix<double,3,4>,class std::allocator<class itk::Matrix<double,3,4> > > const & __cdecl rtk::ProjectionGeometry<3>::GetMatrices(void)" (?GetMatrices@?$ProjectionGeometry@$02@rtk@@QEAAAEBV?$vector@V?$Matrix@N$02$03@itk@@V?$allocator@V?$Matrix@N$02$03@itk@@@std@@@std@@XZ) already defined in srtkBackProjectionImageFilter.obj</div><div>2>C:\RTKBuild\SimpleRTK-build\bin\Release\SimpleRTKBasicFilters1-0.9.dll : fatal error LNK1169: one or more multiply defined symbols found</div><div>2>Done building project "SimpleRTKBasicFilters1.vcxproj" -- FAILED.</div><div>========== Build: 1 succeeded, 1 failed, 5 up-to-date, 0 skipped ==========</div></div><div><br></div><div><br></div><div>I assume I shouldn't have to manually build SimpleRTKCommon and all he filters, in that thread you said you managed to successfully build it but there were no details. Any ideas what I'm doing wrong?</div><div><br></div><div>-Daniel</div></div></div></div>
_______________________________________________<br>
Rtk-users mailing list<br>
<a href="mailto:Rtk-users@public.kitware.com" target="_blank">Rtk-users@public.kitware.com</a><br>
<a href="https://public.kitware.com/mailman/listinfo/rtk-users" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/rtk-users</a><br>
</blockquote></div>