Hi Juan,
...please always reply to the users list in CC to also let the others 
benefit from the discussion.

Your setup sounds good to me. But why did you use version 2013.06.0 when 
there is the 2013.09 and since today (thanks guys) the 2013.12.0 version 
around?


thoughts:
- did you unack the entire tar.gz file?
- you could try to git clone the repo...

Best,
Ingmar


Am 09.12.2013 15:16, schrieb Camacho, Juan:
> Hello Igmar,
>
> thank you for the details in your Email. My problem is when I try to compile 
> the entire solution.
>
> I have installed:
> - MS Visual Studio 2010 SP1 (I tryed too wit MS Visual Studio 2008 SP1)
> - CMake 2.8.11.2
> - Qt 4.8.5 (I downloaded qt-everywhere-opensource-src-4.8.5)
> - Git 1.8.4
>
> The steps that I do are the following:
>
> 1) I installed Qt and configurated it with the command prompt Visual Stuidio 
> (2010 or 2008) with the following configure options:
>
> c:/qt/4.8.5/>configure.exe -prefix -debug-and-release -qt-sql-sqlite 
> -no-multimedia -no-audio-backend -no-phonon -no-webkit -no-phonon-backend 
> -no-declarative -mp -nomake examples -nomake demos -nomake docs
> c:/qt/4.8.5/>nmake
> c:/qt/4.8.5/>nmake install
>
> 2) I downloaded MITK 
> (http://www.mitk.org/download/releases/MITK-2013.06/MITK-2013.06.0-src.tar.gz)
>  and unpacked in c:/MITK/src
> 3) With CMake I added it in source code and c:/MITK/build as binary dir.
> 4) I hit Configure (I tryied with and without check on MITK_USE_Boost and 
> MITK_USE_OpenCV, otherwise I didn´t change something else)
>          there are some options with Not found tools or plugins like: 
> QT_ARTHURPLUGIN_PLUGIN_DEBUG; QT_ARTHURPLUGING_PLUGIN_RELEASE; 
> QT_CONTAINEREXTENSION_PLUGIN_DEBUG; QT_PHANTONWIDGETS_PLUGIN_DEBUG; etc... 
> please let me know if I have to send you all of them, I think, all of them 
> are not necessary)
> 5) I hit Generate
> 6) I opened the file MITK-superbuild.sln in the binary file and with Visual 
> Studio 2010 (or 2008) compliled ALL_BUILD
>
> At the end I get the error:
>
>   CMake Error at C:/MITK/build/CTK-src/CMake/ctkMacroBuildPlugin.cmake:263 
> (add_library):
> Cannot find source file:
> src/internal/defaultpresentation/berryQtWorkbenchPresentationFactory.cpp
> Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
> .hxx .in .txx
> Call Stack (most recent call first):
> BlueBerry/CMake/MacroCreateCTKPlugin.cmake:120 (ctkMacroBuildPlugin)
> BlueBerry/Bundles/org.blueberry.ui.qt/CMakeLists.txt:3 
> (MACRO_CREATE_CTK_PLUGIN)
> -- Build files have been written to: C:/MITK/build/MITK-build
> Project : error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle 
> zurückgegeben: "Performing configure step for 'MITK-Configure'"
>
> This files and others are located in C:/MITk/src.
>
> I hope you get enough information about my system. Please let me know if you 
> need something else, in order to find out, where could be the issue.
>
> Thank you very much!
>
> Juan Camacho
>
>
> ________________________________
> Von: Wegner [[email protected]]
> Gesendet: Freitag, 6. Dezember 2013 15:37
> An: Camacho, Juan; [email protected]
> Betreff: Re: [mitk-users] Build MITK-Configure
>
> Hi Juan,
> by MITK configure you mean MITK Superbuild, right?
>
> Did you do the following steps:
> ○Download MITK by cloning the git repository
> ○opening cmake gui and specifying that dir and a binary dir in parallel to 
> the first
> ○hit Configure, fix not found toolkits (qt) and finetuning settings and hit 
> Generate
> ○ starting mitk - superbuild.sln ( in case of visual studio) in binary dir
> ○ compile entire solution
>
> Later on you fine tune MITK settings (plug ins on / off) by specifying 
> bin/MITK-Build as binary dir in cmake gui.
>
> Superbuild requires an internet connection to download and configure 
> necessary toolkits (itk, vik and so on). If behind a proxy you need to 
> download them manually and place them to the dir mentioned in the output 
> console.
>
> If you give us more information about your system and what you want to do we 
> can try to narrow down the problem.
>
> Best,
> Ingmar
>
>
>
>
> "Camacho, Juan" <[email protected]> schrieb:
> Hello MITK Users,
>
> im trying to build MITK-Configure but I get the following error:
>
>
>
> Performing configure step for 'MITK-Configure'
> loading initial cache file 
> C:/MITK/superbuild2008/CMakeExternals/tmp/MITK-Configure/MITK-Configure-cache.cmake
> -- Found Qt4: C:/Qt/4.8.5/bin/qmake.exe (found suitable version "4.8.5", 
> minimum required is "4.6.2")
> -- Generated: C:/MITK/superbuild2008/MITK-build/Project.xml
> -- Could NOT find Subversion (missing: Subversion_SVN_EXECUTABLE)
> -- Found Qt4: C:/Qt/4.8.5/bin/qmake.exe (found version "4.8.5")
> -- Found Qt4: C:/Qt/4.8.5/bin/qmake.exe (found suitable version "4.8.5", 
> minimum required is "4.6.2")
> -- Generated: 
> C:/MITK/superbuild2008/MITK-build/BlueBerry/DGraphInput-alldep-withext.txt
> -- Creating CTK plugin org_blueberry_osgi
> -- Creating CTK plugin org_blueberry_compat
> -- Creating CTK plugin org_blueberry_core_runtime
> -- Creating CTK plugin org_blueberry_core_expressions
> -- Creating CTK plugin org_blueberry_solstice_common
> -- Creating CTK plugin org_blueberry_core_commands
> -- Creating CTK plugin org_blueberry_ui
> -- Creating CTK plugin org_blueberry_ui_qt
> -- Creating CTK plugin org_blueberry_ui_qt_help
> -- Creating CTK plugin org_blueberry_ui_qt_log
> -- Creating CTK plugin org_blueberry_test
> -- Creating CTK plugin org_blueberry_uitest
> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
> -- Found Qt4: C:/Qt/4.8.5/bin/qmake.exe (found version "4.8.5")
> -- Boost version: 1.54.0
> Downloading FiberTracking LUT 
> http://mitk.org/download/data/FibertrackingLUT.tar.gz...
> done.
> Unpacking FiberTracking LUT tarball...
> done.
> -- Boost version: 1.54.0
> -- Boost version: 1.54.0
> -- Boost version: 1.54.0
> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
> -- Generated: C:/MITK/superbuild2008/MITK-build/DGraphInput-alldep-withext.txt
> -- Creating CTK plugin org_mitk_core_services
> -- Creating CTK plugin org_mitk_gui_common
> -- Creating CTK plugin org_mitk_planarfigure
> -- Creating CTK plugin org_mitk_core_ext
> -- Creating CTK plugin org_mitk_gui_qt_application
> -- Creating CTK plugin org_mitk_gui_qt_ext
> -- Creating CTK plugin org_mitk_gui_qt_extapplication
> -- Creating CTK plugin org_mitk_gui_qt_common
> -- Creating CTK plugin org_mitk_gui_qt_stdmultiwidgeteditor
> -- Creating CTK plugin org_mitk_gui_qt_datamanager
> -- Creating CTK plugin org_mitk_gui_qt_properties
> -- Creating CTK plugin org_mitk_gui_qt_imagenavigator
> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
> -- Configuring done
> CMake Error at 
> C:/MITK/superbuild2008/CTK-src/CMake/ctkMacroBuildPlugin.cmake:263 
> (add_library):
> Cannot find source file:
> src/internal/defaultpresentation/berryQtWorkbenchPresentationFactory.cpp
> Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
> .hxx .in .txx
> Call Stack (most recent call first):
> BlueBerry/CMake/MacroCreateCTKPlugin.cmake:120 (ctkMacroBuildPlugin)
> BlueBerry/Bundles/org.blueberry.ui.qt/CMakeLists.txt:3 
> (MACRO_CREATE_CTK_PLUGIN)
> -- Build files have been written to: C:/MITK/superbuild2008/MITK-build
> Project : error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle 
> zurückgegeben: "Performing configure step for 'MITK-Configure'"
>
>
>
> Somebody knows how to fix it? This file is in C:/MITK/src/.
>
> Thank you!
>
> Juan Camacho
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to