Hi,

The cmake-gui worked fine. I was able to easily generate and build MITK. 
When I start the workbench however, there were no available 
tools/plugins for processing. I attempted another build, this time 
configuring cmake to include all plugins (I think) but I received an 
error during the build and it was not completed. Is there some 
documentation I can read that covers activating the plugins for 
processing? I only saw how to make my own plugins, I would like to use 
the plugins that already exist.

Thanks

On 09/14/2015 05:15 PM, Kislinskiy, Stefan wrote:
> Hi, after you installed gcc-4.7 and g++-4.7 you have to set these compilers 
> at the very beginning instead of the default ones. For example, create a 
> clean build directory and in case you are using ccmake, set the two variables 
> CMAKE_[C/CXX]_COMPILER already as command line arguments (I guess it would be 
> something like "ccmake -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-4.7 
> -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-4.7 path/to/src". In case of 
> cmake-gui, you can specify these compilers easily the first time you press 
> configure and are prompted for the generator.
>
> Stefan
> ________________________________________
> Von: Rockers, Elijah D. [edrock...@houstonmethodist.org]
> Gesendet: Montag, 14. September 2015 19:53
> An: mitk-users@lists.sourceforge.net
> Cc: Bajaj, Sahil
> Betreff: [mitk-users] Problem making MITK with Ubuntu 12.04
>
> Hello,
>
>
> I am having trouble completeing the build on Ubuntu 12.04LTS. ccmake tells me 
> that I need to install the two different compilers, gcc and g++ which I have 
> done, but it is still giving me the error message. I have attached the output 
> log. I reviewed it, but did not see anything to indicate gcc or g++ were not 
> correctly installed.
>
>
> I was unable to git clone from 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__git.mitk.org&d=BQIFAw&c=QmPtDiFixEjkMvDKaP3E2Vb9C2z4M0PdarxyAHQ2iDQ&r=xbyrBxm81l6mG_XEX66jgCNTXfK3eVo30T9sVQVTz1Q&m=g1gMM1egoOJGrnntWvtW32RfkL42qPirmIRlDDTOVLM&s=Sb-byNoLmQm_xl4mrzkka9njl7T8f3ekrBc_7Vjrx2s&e=
>  , so I had to use the mirror.
>
>
> Here is the exact error message I get from cmake:
>
>
>   CMake Error at CMakeLists.txt:96 (message):
>     GCC version must be at least 4.7.3
>
>     If you are using Ubuntu 12.04, you can easily install gcc and g++ 4.7.3 
> (or
>     any later version available) in addition to your version 4.6.3:
>
>       sudo add-apt-repository ppa:ubuntu-toolchain-r/test
>       sudo apt-get update
>       sudo apt-get install gcc-4.7 g++-4.7
>
>     Make sure to explicitly specify these compilers when configuring MITK:
>
>       CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-4.7
>       CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-4.7
>
>     For more information on the proposed PPA see the Toolchain Updates section
>     of 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.ubuntu.com_ToolChain&d=BQIFAw&c=QmPtDiFixEjkMvDKaP3E2Vb9C2z4M0PdarxyAHQ2iDQ&r=xbyrBxm81l6mG_XEX66jgCNTXfK3eVo30T9sVQVTz1Q&m=g1gMM1egoOJGrnntWvtW32RfkL42qPirmIRlDDTOVLM&s=2hMIGB9HjwuTZsAcqv1Dwp14jkxmO70yxdI3KygxsKk&e=
>  
> .<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.ubuntu.com_ToolChain&d=BQIFAw&c=QmPtDiFixEjkMvDKaP3E2Vb9C2z4M0PdarxyAHQ2iDQ&r=xbyrBxm81l6mG_XEX66jgCNTXfK3eVo30T9sVQVTz1Q&m=g1gMM1egoOJGrnntWvtW32RfkL42qPirmIRlDDTOVLM&s=2hMIGB9HjwuTZsAcqv1Dwp14jkxmO70yxdI3KygxsKk&e=
>  >
>
>
> Thanks
>
> Houston Methodist. Leading Medicine.
>
> Houston Methodist is ranked by U.S.News & World Report as one of America's 
> "Best Hospitals" in 11 specialties and designated as a Magnet hospital for 
> excellence in nursing. Houston Methodist has also been named to FORTUNEĀ® 
> Magazine's "100 Best Companies to Work ForĀ®" list for 10 years in a row. 
> Visit us at houstonmethodist.org. Follow us at 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__twitter.com_MethodistHosp&d=BQIFAw&c=QmPtDiFixEjkMvDKaP3E2Vb9C2z4M0PdarxyAHQ2iDQ&r=xbyrBxm81l6mG_XEX66jgCNTXfK3eVo30T9sVQVTz1Q&m=g1gMM1egoOJGrnntWvtW32RfkL42qPirmIRlDDTOVLM&s=i0tRAJ0_cJRmDOO8F56w71a7vMUYuKmyiMVe4XiN7tM&e=
>   and 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__facebook.com_HoustonMethodist&d=BQIFAw&c=QmPtDiFixEjkMvDKaP3E2Vb9C2z4M0PdarxyAHQ2iDQ&r=xbyrBxm81l6mG_XEX66jgCNTXfK3eVo30T9sVQVTz1Q&m=g1gMM1egoOJGrnntWvtW32RfkL42qPirmIRlDDTOVLM&s=hAaSu-JyRj9TqfzQ4piBcIS2awjHVHcyUgA_8gLEl5k&e=
>  .
>
> ***CONFIDENTIALITY NOTICE*** This e-mail is the property of Houston Methodist 
> and/or its relevant affiliates and may contain restricted and privileged 
> material for the sole use of the intended recipient(s). Any review, use, 
> distribution or disclosure by others is strictly prohibited. If you are not 
> the intended recipient (or authorized to receive for the recipient), please 
> contact the sender and delete all copies of the message. Thank you.
>


------------------------------------------------------------------------------
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to