<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Crap.. I was trying to debug this the other day and commented out some stuff in the Common/CMakeList.txt having to do with the wrapping. Undoing that seems to be allowing it to build.. 50% so far.. <div><br><div><div>On Feb 1, 2008, at 10:50 AM, David Cole wrote:</div><br class="Apple-interchange-newline"><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">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><br><br><br><br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br> Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Bitstream Vera Sans; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">-- </div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Mike Jackson Senior Research Engineer</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Innovative Management & Technology Services</div><br class="Apple-interchange-newline"></span> </div><br></div></body></html>