Discussion:
[ITK-users] quickview header not found with recent itk4.11.1
slvnk151
2017-06-02 02:09:55 UTC
Permalink
Hi Everyone,

I was interested in integrating vtk and itk for my laptop.

I am using latest cmake 3.8.1, VTK 7.1.1 and ITK4.11.1

I am on windows 7 and using visual studio 2017 community edition.

I managed to build and test vtk 7.1.1 on my laptop.

I was also able to configure and generate ITK 4.11.1 with cmake 3.8.1

I turned on the module Module_ITKVtkGlue and pointed VTK_DIR towards vtk/bin
(obtained with cmake generation) on my computer.

I was also interested in Module_ITKMINC and Module_ITKIOMINC and
Module_ITKIOTRansformMINC

When I am building the ITK.sln(243 projects) in debug x64 mode using
ALL_BUILD->build

I am getting build errors for MINC module, which I am ignoring at the
moment.

Then I build INSTALL->build; which obviously fails for minc but is
successful for the rest.

But when I try to locate "QuickView.h" in the include folder I am unable to
find it. This causes linker errors when trying to implement vtk-itk
examples.

I would like to know, how can I resolve the quickview.h header issue and
also how can I make ITK.sln build successfully for MINC modules.

Could someone please tell me what step am I missing.




--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/quickview-header-not-found-with-recent-itk4-11-1-tp7589996.html
Sent from the ITK Insight 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
Matt McCormick
2017-06-02 14:20:40 UTC
Permalink
Hi,

The MINC build issue has been addressed in ITK 4.12.0, which will be
released within the next week. Please try your build again with this
version and see if the missing QuickView.h issue persists.

Thanks,
Matt
Post by slvnk151
Hi Everyone,
I was interested in integrating vtk and itk for my laptop.
I am using latest cmake 3.8.1, VTK 7.1.1 and ITK4.11.1
I am on windows 7 and using visual studio 2017 community edition.
I managed to build and test vtk 7.1.1 on my laptop.
I was also able to configure and generate ITK 4.11.1 with cmake 3.8.1
I turned on the module Module_ITKVtkGlue and pointed VTK_DIR towards vtk/bin
(obtained with cmake generation) on my computer.
I was also interested in Module_ITKMINC and Module_ITKIOMINC and
Module_ITKIOTRansformMINC
When I am building the ITK.sln(243 projects) in debug x64 mode using
ALL_BUILD->build
I am getting build errors for MINC module, which I am ignoring at the
moment.
Then I build INSTALL->build; which obviously fails for minc but is
successful for the rest.
But when I try to locate "QuickView.h" in the include folder I am unable to
find it. This causes linker errors when trying to implement vtk-itk
examples.
I would like to know, how can I resolve the quickview.h header issue and
also how can I make ITK.sln build successfully for MINC modules.
Could someone please tell me what step am I missing.
--
View this message in context: http://itk-insight-users.
2283740.n2.nabble.com/quickview-header-not-found-with-recent-itk4-11-1-
tp7589996.html
Sent from the ITK Insight 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
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
Dženan Zukić
2017-06-02 14:28:28 UTC
Permalink
Hi Isshaa,

thanks for a clear report on what is happening. I just tried installing
recent ITK master in debug mode with VTK_Glue on, and I do get QuickView.h
in C:\Program Files\ITK\Include folder. If you don't want to wait for 4.12
release, you could try one of the recent release candidates or the current
git master.

Regards,
DÅŸenan Zukić, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)
Post by slvnk151
Hi Everyone,
I was interested in integrating vtk and itk for my laptop.
I am using latest cmake 3.8.1, VTK 7.1.1 and ITK4.11.1
I am on windows 7 and using visual studio 2017 community edition.
I managed to build and test vtk 7.1.1 on my laptop.
I was also able to configure and generate ITK 4.11.1 with cmake 3.8.1
I turned on the module Module_ITKVtkGlue and pointed VTK_DIR towards vtk/bin
(obtained with cmake generation) on my computer.
I was also interested in Module_ITKMINC and Module_ITKIOMINC and
Module_ITKIOTRansformMINC
When I am building the ITK.sln(243 projects) in debug x64 mode using
ALL_BUILD->build
I am getting build errors for MINC module, which I am ignoring at the
moment.
Then I build INSTALL->build; which obviously fails for minc but is
successful for the rest.
But when I try to locate "QuickView.h" in the include folder I am unable to
find it. This causes linker errors when trying to implement vtk-itk
examples.
I would like to know, how can I resolve the quickview.h header issue and
also how can I make ITK.sln build successfully for MINC modules.
Could someone please tell me what step am I missing.
--
View this message in context: http://itk-insight-users.
2283740.n2.nabble.com/quickview-header-not-found-with-recent-itk4-11-1-
tp7589996.html
Sent from the ITK Insight 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
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
Loading...