[ITK-users] Problem building jounal paper->cannot open input file 'ITKAlgorithms.lib'

Dženan Zukić dzenanz at gmail.com
Thu Feb 4 13:41:16 EST 2016


Hi Vishal,

the most likely reason is listing libraries by name in CMakeLists.txt file.
You should replace line
set(Libraries ITKAlgorithms ITKBasicFilters ITKCommon ITKIO)
by line:
set(Libraries ${ITK_LIBRARIES})

If it doesn't work, let us know.

HTH

On Thu, Feb 4, 2016 at 12:08 AM, vishal <itkhelpacc at gmail.com> wrote:

> hi,
> I came across this paper An ITK-Based Framework for 2D-3D Registration with
> Multiple Fixed Images by Alvaro Bertelsen and Diego Borro... first had to
> replace  ::itk::OStringStream diffName; by std::ostringstream diffName;
> which solved some errors and now upon building the project again Im getting
> the error saying *cannot open input file 'ITKAlgorithms.lib'*.. I searched
> for ITKAlgorithms in my ITK 4.8.2 build folder  but i *couldnt* find it...
> i
> build the project in debug mode.. Please advice
> Regards
> vishal
>
>
>
> --
> View this message in context:
> http://itk-users.7.n7.nabble.com/Problem-building-jounal-paper-cannot-open-input-file-ITKAlgorithms-lib-tp36734.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> _____________________________________
> 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.php
>
> 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://public.kitware.com/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160204/a7f37d1e/attachment.html>


More information about the Insight-users mailing list