<div dir="ltr">David, <div>  Thank you very much for this information. I was a bit puzzled!</div><div><br></div><div>Regards</div><div>   Andrew</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Oct 25, 2013 at 3:08 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Andrew,<br>
<br>
For C++11, true_type is part of the standard so it is in<br>
std::true_type.  ITK is looking for it in its pre-standard location of<br>
std::tr1::true_type.  The ITK configuration checks and the ITK code<br>
itself will have to be patched, and until then you'll have to build<br>
with the OS X 10.8 SDK as Sean suggested.<br>
<span class="HOEnZb"><font color="#888888"><br>
  David<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Thu, Oct 24, 2013 at 9:36 PM, Andrew Maclean<br>
<<a href="mailto:andrew.amaclean@gmail.com">andrew.amaclean@gmail.com</a>> wrote:<br>
> Hi David, Sean, Bill,<br>
><br>
> In summary: VTK, WikiExamples using Qt5 all build Ok, but there are problems<br>
> with ITK relating to no member tr1 in std.<br>
><br>
> I was able to build VTK Ok once I download the command line tools for OSX<br>
> 10.9. I am using the latest git version of VTK and Qt 5.1.1. I did delete<br>
> the build directories first before building.<br>
><br>
> My machine is a MacBook Pro mid 2010 8Gb RAM and an NVIDIA GeForce 330M 512<br>
> graphics card.<br>
><br>
> I have some test failures, but nothing out of the ordinary for my machine:<br>
> 250:vtkCommonCoreTcl-TestEmptyInput<br>
> 251:vtkCommonCoreTcl-TestSetGet<br>
> 255:vtkCommonCoreTcl-otherPrint<br>
> 1379:vtkInteractionStylePython-TestStyleJoystickActor<br>
> 1380:vtkInteractionStylePython-TestStyleJoystickCamera<br>
> 1381:vtkInteractionStylePython-TestStyleTerrain<br>
> 1382:vtkInteractionStylePython-TestStyleTrackballActor<br>
> 1383:vtkInteractionStylePython-TestStyleTrackballCamera<br>
> 1637:vtkRenderingOpenGLCxx-TestBlurAndSobelPasses<br>
> 1682:vtkRenderingOpenGLCxx-TestSobelGradientMagnitudePass<br>
> 1723:vtkRenderingTkPython-TestTkRenderWidget<br>
> 1724:vtkRenderingTkPython-TestTkRenderWindowInteractor<br>
><br>
> In the case of the WikiExamples there are some test failures there too, once<br>
> again probably nothing out of the ordinary:<br>
> 27:Filtering-ConstrainedDelaunay2D<br>
> 88:Images-BorderPixelSize<br>
> 144:Images-DrawOnAnImage<br>
> 200:IO-IndividualVRML<br>
> 235:IO-StructuredGridReader<br>
> 278:Modelling-Delaunay3D<br>
> 287:Plotting-LinePlot<br>
> 386:PolyData-ExternalContour<br>
> 445:Utilities-FullScreen<br>
> 506:Visualization-Legend<br>
> 547:Visualization-CorrectlyRenderTranslucentGeometry<br>
> 563:VisualizationAlgorithms-CutWithCutFunction<br>
> 564:VisualizationAlgorithms-CutWithScalars<br>
> 586:Widgets-LogoWidget<br>
><br>
> In the case of ITK there is a build error in relation to Building CXX object<br>
> Modules/Core/Common/CMakeFiles/ITKCommonHeaderTest2.dir/test/ITKCommonHeaderTest2.cxx.o<br>
><br>
> The error lies in:<br>
> /Users/andrewmaclean/Development/Kitware/src/ITK/Modules/Core/Common/include/itkImageAlgorithm.h:51:16:<br>
> error:<br>
><br>
>       no member named 'tr1' in namespace 'std'<br>
><br>
>   typedef std::tr1::true_type  TrueType;<br>
><br>
> Not sure why because this built ok in OS 10.8.<br>
><br>
> Regards<br>
>    Andrew<br>
><br>
> --<br>
> ___________________________________________<br>
> Andrew J. P. Maclean<br>
><br>
> ___________________________________________<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________
</div>