Hi Vahid, Please reply to the mailing list, so that other MITK-user can take advantage of our conversation as well. The reason for your error is certainly, that you are building MITK with Qt5. Please note that we do not support Qt5 in MITK 2014.10. Please use Qt4 (I would recommend 4.8.6)
Btw.: You still did not provide the actual error. The content of the CMakeList.txt (I removed it in the conversation history) does not help finding your build error. Just build with make without specifying a number of jobs (instead of make –j4 just make) and wait until the build stops (which will be exactly where the error occurs) Andreas Von: vahid kadivarkadivar <[email protected]<mailto:[email protected]>> Datum: Tuesday 21 April 2015 10:51 An: Andreas Fetzer <[email protected]<mailto:[email protected]>> Betreff: Re: [mitk-users] Stoping mitk in during building Thanks for you reply I used some items flowing below: 1:OS : Linux ubuntu 14.04 LTS 2:qt version is 5.4.0 3:cmake version is 3.2.2 4:MITK --> Latest release: MITK 2014.10.0 and for building use cmake ../Mitk make -j4 CMakeList.txt is following bellow: (CMakeLists.txt content removed…) Thanks in advance. On Tue, Apr 21, 2015 at 11:47 AM, Fetzer, Andreas <[email protected]<mailto:[email protected]>> wrote: Hi vahid, The error message that you provided says just that the build failed, but not why. I assume you started the build with several jobs. The job in which the error occurred finished earlier than the job which build DCMTK. So you either have to look for the actual error message or you start the build with one job and wait until the build fails. Then you will see the actual error at the end. In addition, you did not provide informations about your setup: Which OS are you using? What compiler are you using? Which version of MITK are you trying to build? Please take care to always provide these information when reporting an error. Otherwise it is impossible to help. Best regards, Andreas Von: vahid kadivarkadivar <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> Datum: Monday 20 April 2015 11:27 An: "[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>" <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> Betreff: [mitk-users] Stoping mitk in during building Hi, I had such as these errors in during building mitk source code following bellow: [ 28%] Completed 'DCMTK' [ 28%] Built target DCMTK make: *** [all] Error 2 Thanks in advance ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
