[Insight-users] how to install ITK on window 7 using visual studio 2010

John Drescher drescherjm at gmail.com
Mon Feb 6 09:21:01 EST 2012


On Mon, Feb 6, 2012 at 5:15 AM, Yehualashet Megersa <yehuaeeng at yahoo.com> wrote:
>
> Hello all,
>
> I have tried to install ITK tool kit using visual studio 2010 on window 7 operating system. But while 'm configuring I come up with report on my CMake 2.8.7 which is displayed below:
>
> Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR)
>
> Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_LIBRARY)
>
> Configuring done
>
> Generating done
>

Set the location of qmake.exe in cmake-gui

>
>
> Then I load the visual studio solution "CMAKE" from the binary directory. After building the the solution finally it displays the error message
>
>                 Unable to start program 'D:\ITK\ITK_BINARY_DIR\Debug\ALL_BUILD'.
>                 The system cannot find the file specified
>
> could you please help me how to fix the problem.
>

That is a correct message. There is no executable for ALL_BUILD so you
can not run it. Switch to one of the applications / examples.

John


More information about the Insight-users mailing list