Hi Hans, the usual build workflow to build MITK is: 1. Download MITK (either a source release or a git clone) 2. Configure and generate the superbuild using CMake 3. call make in the superbuild directory
At this point you already have a default MITK-build Optional: 4. If desired change, configure and generate the MITK build using CMake (binary directory "xxx/MITK-superbuild/MITK-build/") 5. call make in the build directory If any of these steps fails you cannot continue to the next step. However, to advise you on your build problem we need some more information. Could you answer the questions at [1], please? Best, Caspar [1] http://mitk.org/wiki/BuildErrorHelpQuestions -----Ursprüngliche Nachricht----- Von: Hans van Assen [mailto:[email protected]] Gesendet: Freitag, 21. August 2015 16:58 An: [email protected] Betreff: [mitk-users] Problems building MITK on Mac OS X Hi, just started with MITK, trying to follow the build instructions on the website. At first I managed to configure / generate files for MITK with CMake, however, now CMake is complaining about tinyxml: CMake Error at CMakeExternals/tinyxml.cmake:7 (message): tinyxml_DIR variable is defined but corresponds to non-existing directory Call Stack (most recent call first): SuperBuild.cmake:236 (include) CMakeLists.txt:528 (include) Furthermore, when I could generate a (make?)file, I tried to compile MITK following these instructions: To change the configuration of the MITK build itself, choose the MITK-build directory as the binary directory in the CMake GUI (not the MITK-superbuild directory). After generating the project files, build the MITK project by either issuing "make" in the MITK-build directory (Linux, Mac OS X), or ... Both the MITK-build directory was empty, and so issueing a make there, does not do anything. However, executing make in the MITK-superbuild also could not find makefiles. So, it looks like a mess is developing on my system.... Any help would be much appreciated, Hans ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
