<div class="gmail_quote">On Thu, Dec 16, 2010 at 7:44 PM, Sara Rolfe <span dir="ltr"><<a href="mailto:smrolfe@u.washington.edu">smrolfe@u.washington.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word">Hi Brad,<div><br></div><div>I rebuilt ITK with REVIEW enabled and added the lines you suggested to my code. I'm getting some errors when I compile, however.</div><div><br></div><div>
<div>Undefined symbols:</div><div> "itk::VTKImageIO2Factory::VTKImageIO2Factory()", referenced from:</div><div> itk::VTKImageIO2Factory::New() in KdTest.cxx.o</div><div>ld: symbol(s) not found</div><div>
<br></div><div>Thanks,</div><div>Sara</div></div><div><br></div></div></blockquote><div> </div><div>You need to link to ITKIOReview:</div><div> </div><meta http-equiv="content-type" content="text/html; charset=utf-8">TARGET_LINK_LIBRARIES(YourProgram WhateverYouHadHereBefore ITKIOReview)<br clear="all">
<br><div>David </div></div>