From agatakrason at gmail.com Fri Apr 12 10:45:55 2019 From: agatakrason at gmail.com (=?UTF-8?Q?Agata_Kraso=C5=84?=) Date: Fri, 12 Apr 2019 16:45:55 +0200 Subject: [Ctk-developers] question ? [ctkCommandLineModules] Message-ID: Hello, I am trying to compile a project with ctk on Ubuntu. I got a problems with ctkCommandLineModules. How Can I disable ctkCommandLineModules in ctk cmake ? I would appreciate for any help. Best, Agatte -------------- next part -------------- An HTML attachment was scrubbed... URL: From agatakrason at gmail.com Fri Apr 12 11:07:22 2019 From: agatakrason at gmail.com (=?UTF-8?Q?Agata_Kraso=C5=84?=) Date: Fri, 12 Apr 2019 17:07:22 +0200 Subject: [Ctk-developers] CTKCommandLineModules error Message-ID: Hello, I am jsut begginger with CTK. I am trying to compile a CTK on Ubuntu linux. I am getting an error with CTKCommandlinemodules: Libs/CommandLineModules/Core/CMakeFiles/CTKCommandLineModulesCore.dir/build.make:235: recipe for target 'Libs/CommandLineModules/Core/CMakeFiles/CTKCommandL ineModulesCore.dir/ctkCmdLineModuleFrontend.cpp.o' failed make[5]: *** [Libs/CommandLineModules/Core/CMakeFiles/CTKCommandLineModulesCore.dir/ctkCmdLineModuleFrontend.cpp.o] Error 1 CMakeFiles/Makefile2:480: recipe for target 'Libs/CommandLineModules/Core/CMakeFiles/CTKCommandLineModulesCore.dir/all' failed make[4]: *** [Libs/CommandLineModules/Core/CMakeFiles/CTKCommandLineModulesCore.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make[3]: *** [all] Error 2 CMakeFiles/CTK.dir/build.make:113: recipe for target 'CTK-prefix/src/CTK-stamp/CTK-build' failed make[2]: *** [CTK-prefix/src/CTK-stamp/CTK-build] Error 2 CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/CTK.dir/all' failed make[1]: *** [CMakeFiles/CTK.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2 Maybe do you have any idea ? I would appreciate for any help please. Best, Agatte -------------- next part -------------- An HTML attachment was scrubbed... URL: From pieper at isomics.com Fri Apr 12 11:22:29 2019 From: pieper at isomics.com (Steve Pieper) Date: Fri, 12 Apr 2019 11:22:29 -0400 Subject: [Ctk-developers] CTKCommandLineModules error In-Reply-To: References: Message-ID: HI Agatte - Those should be off by default: https://github.com/commontk/CTK/blob/master/CMakeLists.txt#L513-L529 Maybe they got turned on somehow in your build? Here's how Slicer configures CTK: https://github.com/Slicer/Slicer/blob/master/SuperBuild/External_CTK.cmake#L67-L118 Hope that helps, Steve On Fri, Apr 12, 2019 at 11:07 AM Agata Kraso? wrote: > Hello, > > I am jsut begginger with CTK. > I am trying to compile a CTK on Ubuntu linux. > I am getting an error with CTKCommandlinemodules: > Libs/CommandLineModules/Core/CMakeFiles/CTKCommandLineModulesCore.dir/build.make:235: > recipe for target 'Libs/CommandLineModules/Core/CMakeFiles/CTKCommandL > ineModulesCore.dir/ctkCmdLineModuleFrontend.cpp.o' failed > make[5]: *** > [Libs/CommandLineModules/Core/CMakeFiles/CTKCommandLineModulesCore.dir/ctkCmdLineModuleFrontend.cpp.o] > Error 1 > CMakeFiles/Makefile2:480: recipe for target > 'Libs/CommandLineModules/Core/CMakeFiles/CTKCommandLineModulesCore.dir/all' > failed > make[4]: *** > [Libs/CommandLineModules/Core/CMakeFiles/CTKCommandLineModulesCore.dir/all] > Error 2 > Makefile:129: recipe for target 'all' failed > make[3]: *** [all] Error 2 > CMakeFiles/CTK.dir/build.make:113: recipe for target > 'CTK-prefix/src/CTK-stamp/CTK-build' failed > make[2]: *** [CTK-prefix/src/CTK-stamp/CTK-build] Error 2 > CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/CTK.dir/all' failed > make[1]: *** [CMakeFiles/CTK.dir/all] Error 2 > Makefile:129: recipe for target 'all' failed > make: *** [all] Error 2 > > Maybe do you have any idea ? > I would appreciate for any help please. > > Best, > Agatte > > _______________________________________________ > Ctk-developers mailing list > Ctk-developers at public.kitware.com > https://public.kitware.com/mailman/listinfo/ctk-developers > -------------- next part -------------- An HTML attachment was scrubbed... URL: