[Insight-users] ITK Wiki Examples needing ITKReview.lib

Bill Lorensen bill.lorensen at gmail.com
Thu Jun 23 11:05:40 EDT 2011


Maybe you are mixing Debug and Release libs? ITK, VTK and the Wiki
Examples must all be built with the same configuration. Perhaps when
you turned on Review, that build is a different configuration than the
Wiki Examples.



On Wed, Jun 22, 2011 at 4:14 PM, John Drescher <drescherjm at gmail.com> wrote:
> On Wed, Jun 22, 2011 at 3:49 PM, John Drescher <drescherjm at gmail.com> wrote:
>> I am trying to test the wikiexamples today. I cloned the git
>> repository for that and then configured with cmake-gui. During the
>> configure I got an error saying i needed to rebuild itk with review
>> on. So I reconfigured itk-3.20 and enabled that and built itk. That
>> allowed me to continue on and generate a project for itkwikiexamples,
>> however when I build any example in visual studio 2008 it complains
>> about can not open ITKReview.lib. The thing is there does not appear
>> to be ITKReview.lib generated in my version of itk with review turned
>> on. Do I need the current git version of itk?
>>
>
> I changed line 66 of the main CMakeLists.txt from
>
> set(ITK_LIBRARIES ${ITK_LIBRARIES};ITKReview)
>
> to
>
> set(ITK_LIBRARIES ${ITK_LIBRARIES})
>
> and most of the examples compile (or at least the ones I want compile)..
>
> Hmm. Perhaps should the Review be optional..
>
> John
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list