Hi Jon,
it seems to me as if you try to build the svn version of MITK (at least, that
is the version that the build page you linked to was geared to).
If you are just starting to use MITK you might consider switching to the git
version (we migrated from svn to git a couple of months ago) and using that
instead. It has the added advantage of you not needing to compile (most of) the
toolkits manually. Instead you can use our new build process (the superbuild)
which will download appropriate toolkits and compile everything you need (but
for Qt, that you have to provide yourself). This is considerably less hassle
than the old process.
As for using Qt vs Visual Studio, we decided to use Qt and the provided
framework for various reasons. The MITK core is designed gui independent, so
you could use another library with the MITK core (e.g. using MITK as a
toolkit), although in that case the gui applications will of course not work.
Regards,
Caspar
The git build instructions can be found at:
http://docs.mitk.org/nightly-qt4/
P.S:
For reference here the announcement about the change:
Hi all,
the MITK team is pleased to announce a few big steps in MITK development:
1. MITK has moved to the Git version control system. This will make it much
easier for us to provide you with new releases of our software and to integrate
contributions from you. There is now also a web front end to the repository.
For details visit http://www.mitk.org/wiki/MitkGit
2. MITK has a new build system which makes it much easier to setup and build
MITK and the necessary libraries like ITK and VTK. For details visit
http://docs.mitk.org/nightly-qt4/BuildInstructionsPage.html
3. The MITK ToF team has released their first version of the MITK-ToF
framework. This adds support for acquiring and processing of range data from
Time-of-Flight cameras to MITK. For details visit
http://www.mitk.org/wiki/MITK-ToF
Feedback & comments welcome!
Best,
Marco
Von: john smith [mailto:[email protected]]
Gesendet: Mittwoch, 4. Mai 2011 14:50
An: [email protected]
Betreff: [mitk-users] problem while configuring mitk
Hello,
I want to create my GUI using MITK. So I am following the instrunctions of
building MITK (http://docs.mitk.org/0.99.3/BuildInstructionsPage.html). I am
using windows7 (64bit) and visual studio 2010 with cmake. I have already build
ITK. When I configure VTK, I cannot find VTK_USE_QVTK choise to link VTK
against Qt, and the only similar choise is VTK_USE_QT (which I have choose and
so I have build VTK). When I made the configuration for the mitk it has stopped
and I get the following message.Could somebody tell me why the Qt is needed and
not to use the GUI development of visual studio? Also, what I must change to
configure and then build mitk?
Thanks
CMake Error at CMake/CoreHelpers.cmake:345 (INSTALL):
install TARGETS given no ARCHIVE DESTINATION for static library target
"ann".
Call Stack (most recent call first):
Utilities/ann/CMakeLists.txt:33 (MITK_INSTALL_TARGETS)
CMake Warning (dev) at Utilities/Poco/CppUnit/WinTestRunner/CMakeLists.txt:22
(target_link_libraries):
Cannot specify link libraries for target "CppUnitd" which is not built by
this project.
CMake does not support this but it used to work accidentally and is being
allowed for compatibility.
Policy CMP0016 is not set: target_link_libraries() reports error if only
argument is not a target. Run "cmake --help-policy CMP0016" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at CMake/CoreHelpers.cmake:345 (INSTALL):
install TARGETS given no ARCHIVE DESTINATION for static library target
"qwt".
Call Stack (most recent call first):
Utilities/qwt/CMakeLists.txt:193 (MITK_INSTALL_TARGETS)
CMake Error at CMake/CoreHelpers.cmake:345 (INSTALL):
install TARGETS given no ARCHIVE DESTINATION for static library target
"qxt".
Call Stack (most recent call first):
Utilities/qxt/CMakeLists.txt:131 (MITK_INSTALL_TARGETS)
CMake Error at CMake/CoreHelpers.cmake:345 (INSTALL):
install TARGETS given no ARCHIVE DESTINATION for static library target
"mbilog".
Call Stack (most recent call first):
Utilities/mbilog/CMakeLists.txt:35 (MITK_INSTALL_TARGETS)
CMake Error at CMake/CoreHelpers.cmake:345 (INSTALL):
install TARGETS given no ARCHIVE DESTINATION for static library target
"glew".
Call Stack (most recent call first):
CMake/CoreHelpers.cmake:270 (MITK_INSTALL_TARGETS)
Utilities/glew/CMakeLists.txt:1 (MITK_CREATE_MODULE)
Checking to see if CXX compiler accepts flag -w
Checking to see if CXX compiler accepts flag -w - yes
Creating plugin org.opencherry.core.commands
Creating plugin org.opencherry.core.expressions
Creating plugin org.opencherry.core.runtime
Creating plugin org.opencherry.osgi
Creating plugin org.opencherry.solstice.common
Creating plugin org.opencherry.ui
Creating plugin org.opencherry.ui.qt
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/US4DCyl.pic.gz !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/Pic3D.pic.gz !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/Pic2DplusT.pic.gz
!!!!!
!!!!! No such file:
C:/mitk/source/Core/Code/Testing/Data/BallBinary30x30x30.pic.gz !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/binary.stl !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/ball.stl !!!!!
Could NOT find Subversion (missing: Subversion_SVN_EXECUTABLE)
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Creating plugin org.mitk.core.services
Creating plugin org.mitk.gui.common
Creating plugin org.mitk.gui.qt.application
Warning: org.mitk.gui.qt.common is missing requirements and won't be built.
Missing: SceneSerialization
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/US4DCyl.pic.gz !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/Pic3D.pic.gz !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/Pic2DplusT.pic.gz
!!!!!
!!!!! No such file:
C:/mitk/source/Core/Code/Testing/Data/BallBinary30x30x30.pic.gz !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/Png2D-bw.png !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/binary.stl !!!!!
!!!!! No such file: C:/mitk/source/Core/Code/Testing/Data/ball.stl !!!!!
Adding GUI for segmentation tool: BinaryThresholdTool
Adding GUI for segmentation tool: DrawPaintbrushTool
Adding GUI for segmentation tool: ErasePaintbrushTool
Adding GUI for segmentation tool: CalculateGrayValueStatisticsTool
Warning: Module QmitkExt won't be built, missing dependency: SceneSerialization
Creating plugin org.mitk.core.ext
Warning: org.mitk.diffusionimaging is missing requirements and won't be built.
Missing: QmitkExt
Warning: org.mitk.gui.qt.ext is missing requirements and won't be built.
Missing: QmitkExt
Creating plugin org.mitk.gui.qt.extapplication
Could NOT find Subversion (missing: Subversion_SVN_EXECUTABLE)
CMake Error at CMake/CoreHelpers.cmake:282 (INCLUDE):
include could not find load file:
C:/mitk/bin/modulesConf/QmitkExtConfig.cmake
Call Stack (most recent call first):
Applications/Tutorial/CMakeLists.txt:1 (MITK_USE_MODULE)
CMake Error at CMake/CoreHelpers.cmake:297 (INCLUDE):
include could not find load file:
C:/mitk/bin/modulesConf/QmitkExtConfig.cmake
Call Stack (most recent call first):
Applications/Tutorial/CMakeLists.txt:1 (MITK_USE_MODULE)
Qt QT3SUPPORT library not found.
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users