Nice!!<br><br>The DepthPeeling/Opacity errors may be accounted for by your graphics card. (Or there may be a real issue with icc...?) Could you do a gcc based build too on the same machine to see if all those tests fail with a gcc build too?<br>
<br>The TestUncertaintyTubeFilter test should be fixed if you update to latest CVS and latest VTKData from CVS... Of course, the VTK continuous dashboards are still highlighting a handful of errors related to recent additions that have not been fixed yet. So... looks like you are at least on par with the VTK continuous dashboards.<br>
<br>Nice!!<br><br><br><br><br><div><span class="gmail_quote">On 2/1/08, <b class="gmail_sendername">Mike Jackson</b> <<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">
well, after clearing up my edits to the cmake files I get:<div><br></div><div><div>96% tests passed, 6 tests failed out of 156</div><div><br></div><div>The following tests FAILED:</div><div> 58 - TestUncertaintyTubeFilter (Failed)</div>
<div> 99 - TestOpacity (Failed)</div><div> 106 - TestTranslucentLUTDepthPeeling (Failed)</div><div> 108 - TestTranslucentLUTTextureDepthPeeling (Failed)</div><div> 112 - TestTextureRGBADepthPeeling (Failed)</div>
<div> 114 - TestTranslucentImageActorDepthPeeling (Failed)</div><div>Errors while running CTest</div><div>make: *** [test] Error 8</div><div><br></div><div>All compiled with ICC in Debug mode. I tried Release mode but the compiler seems to be too aggressive with its optimizations.</div>
<div><br></div><div>I'll start post a dashboard for this later tonight.</div><span class="sg"><div><br></div><div>Mike</div><div><br></div></span><div><span class="q"><div>On Feb 1, 2008, at 10:50 AM, David Cole wrote:</div>
<br></span><div><span class="e" id="q_117d611ab363c946_4"><blockquote type="cite">Hrmmmm. This is very strange. ???<br><br>Your linker error now seems to imply that vtkVariant is being included in vtkCommonInstantiator.cxx (a file configured into the VTK build tree).<br>
<br>The vtkVariant.cxx file has the WRAP_EXCLUDE property, which should prevent it from being generated into the vtkCommonInstantiator.cxx file. So do several other files in the Common directory. I don't know why vtkVariant would be different from vtkBoundingBox, for example.<br>
<br>To get past the error, (temporarily to see what else you run into) you could remove all traces of vtkVariant from the vtkCommonInstantiator.cxx file, but that does not answer the question of how it ended up there in the first place.<br>
<br>If you have time, perhaps you could add some CMake debug MESSAGE statements into the file "VTK/CMake/vtkMakeInstantiator.cmake" in the VTK_MAKE_INSTANTIATOR3 macro and see if you can figure out why vtkVariant is being included there even though it has the WRAP_EXCLUDE property on...<br>
<br><br>HTH,<br>David<br><br><br><div><span class="gmail_quote">On 2/1/08, <b class="gmail_sendername">Mike Jackson</b> <<a href="mailto:imikejackson@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">imikejackson@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have been trying to build VTK (CVS Head) on OS X 10.4.11 using the<br>Intel C++ compiler. I first tried a release build and got lots of<br>link errors. After a suggestion from Kitware I backed off to a debug<br>build. I now get the single following link error:<br>
<br>xilibtool: executing 'libtool'<br>ld: Undefined symbols:<br>__Z28vtkInstantiatorvtkVariantNewv<br>libtool: internal link edit command failed<br>make[2]: *** [bin/libvtkCommon.5.1.0.dylib] Error 1<br>make[1]: *** [Common/CMakeFiles/vtkCommon.dir/all] Error 2<br>
make: *** [all] Error 2<br><br>Relevant cache entries include:<br> CARBON ON<br> Cocoa OFF<br> INFOVIS OFF<br> METAIO ON<br><br>The only C/CXX flags are -gdwarf-2.<br><br>Anyone have any ideas?<br><br><br>--<br>Mike Jackson<br>
imikejackson & gmail * com<br></blockquote></div></blockquote></span></div></div><br></div></div></blockquote></div><br>