Hi Fabiola,

please keep the conversation on the list. :)

Yes, the MITK superbuild usually download, configure and build everything which 
is needed for building MITK itself. The exception is Qt, which must be provided 
by specifing the path to qmake during CMake configuration.

Before starting the tutorials you should read the documentation about 
development with MITK, especially the build instructions. That should help you 
really out. Here you go:

http://docs.mitk.org/2012.09/Development.html

If you still have problems don't hesitate to ask us here on the users list. :-)

Cheers,
    Stefan

PS: If you are new to CMake I would recommend cmake-gui instead of ccmake.
________________________________________
Von: Fabiola [[email protected]]
Gesendet: Donnerstag, 18. Oktober 2012 14:47
An: Kislinskiy, Stefan
Betreff: Re: AW: [mitk-users] Problems during the step "build MITK with CMake"

Hi Stefan,

thank you so much for your prompt answer. (It is no wonder why I couldn't build 
it using the ITK4 ... :) )
I am using the MITK superbuild this would automatically download and build the 
correct version? I am not setting something correctly. I did as in tutorial 
wrote:

git clone http://git.mitk.org/MITK.git

mkdir MITK-superbuild
cd MITK-superbuild
ccmake ../MITK

and when I was building it it was complaining about ITK...and CableSwig.
Thank you so much for your answer!
Fabiola


Fabiola



On 10/18/2012 02:12 PM, Kislinskiy, Stefan wrote:
> Hi Fabiola,
>
> At present, MITK doesn't support ITK 4 (we are working on that but it will 
> take some time). Meanwhile you have to use ITK 3.2. You can use the MITK 
> superbuild to automatically download and build the correct version.
>
> I'm not sure about your Qt version. Is that the SDK version? Regarding the Qt 
> *library* version it should be newer than Qt 4.6.2 but not Qt 5.
>
> Best regards,
>      Stefan
>
> ________________________________
> Von: Fabiola [[email protected]]
> Gesendet: Donnerstag, 18. Oktober 2012 13:53
> An: [email protected]
> Betreff: Re: [mitk-users] Problems during the step "build MITK with CMake"
>
> Hello,
>
> Anyone can you help me please?
> I also can not build MITK in Ubuntu 12.04, ITK 4.2, VTK 5.10 and QT 2.5.2.
> I've got the Boost libraries from http://www.boost.org
> I checked out the MITK from MITK page:  git clone 
> http://git.mitk.org/MITK.git<http://git.mitk.org/MITK.git> and tried to 
> follow the building steps described at 
> http://docs.mitk.org/nightly-qt4/BuildInstructionsPage.html
>
> Using CMake 2.8.7 the build fails because of
> Linking CXX executable ../../bin/gccxml
> [ 99%] Built target gccxml
> Scanning dependencies of target documentation
> [ 99%] [ 99%] [100%] [100%] Generating ../doc/gccxml.txt
> Generating ../doc/gccxml.1
> Generating ../doc/Copyright.txt
> Generating ../doc/gccxml.html
> [100%] Built target documentation
> [ 51%] No install step for 'CableSwig'
> [ 52%] Completed 'CableSwig'
> [ 52%] Built target CableSwig
> make: *** [all] Error 2
>
> My itk, vtk, qt environment works fine, I can run the itk, vtk examples from 
> Qt.
>
> Please help me, I start to be kind of desperate after trying to building mitk 
> since 2 days... :(
>
> Thanks in advance,
> Fabiola
>
>
> On 10/18/2012 12:13 PM, Sascha Zelzer wrote:
> Hi Jessica,
>
> That error looks very system specific and is (probably) not directly related 
> to MITK. Please check the following:
>
> - Did you use the correct CMake Generator ("Visual Studio 2010 64bit")?
> - Does the source code location for MITK contain special characters (maybe 
> also spaces are a problem)?
> - Can you build any other CMake-based C++ project (like ITK for example)?
>
> Please also post the MITK version you are using if you are still experiencing 
> problems.
>
> Thanks,
> Sascha
>
> On 10/18/2012 10:59 AM, Hutzl, Jessica (IPR) wrote:
> Hello there,
>
> I am trying to build MITK with
>                  Windows 7 64bit
>                  Qt 64bit (Complied with VS 2010)
>                  CMake 2.8.9
>
> This doesn’t work.
>
> Windows users using Visual Studio can open the generated MITK-superbuild.sln 
> solution file in the MITK-superbuild directory and start the build by 
> building the BUILD_ALL project.
>
> I get the following error message
>
> Diese Dateien wurden nicht gefunden und werden nicht geladen.
> 11>C:\Program Files 
> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error 
> MSB6006: "cmd.exe" wurde mit dem Code 1 beendet.
> 12>------ Erstellen gestartet: Projekt: ALL_BUILD, Konfiguration: Debug x64 
> ------
> 12>  Build all projects
> ========== Erstellen: 10 erfolgreich, Fehler bei 2, 0 aktuell, 0 übersprungen 
> ==========
>
> On your webpage I saw that somebody else had the same problem, but there is 
> no solution.
>
> Thanks for help!
>
> Jessica
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
>
>
>
> _______________________________________________
> mitk-users mailing list
> [email protected]<mailto:[email protected]>
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to