From fanghuihuibit at 163.com Tue Nov 1 07:31:12 2016 From: fanghuihuibit at 163.com (=?GBK?B?t72727vc?=) Date: Tue, 1 Nov 2016 19:31:12 +0800 (CST) Subject: [Tubetk-developers] [build error] About SlicerExecutionModel-build Message-ID: <430b56d9.c09f.1581fa8494f.Coremail.fanghuihuibit@163.com> Hello everybody, I have encountered a problem during building the TubeTK-Release. When built SlicerExecutionModel-build,there were errors like that: make[2]: *** No rule to make target `OR', needed by `ModuleDescriptionParser/bin/libModuleDescriptionParser.so'. Stop. make[1]: *** [ModuleDescriptionParser/CMakeFiles/ModuleDescriptionParser.dir/all] Error 2 make: *** [all] Error 2 Could somebody help me ? How can I solve it? Thank you very very much! -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephen.aylward at kitware.com Tue Nov 1 08:13:24 2016 From: stephen.aylward at kitware.com (Stephen Aylward) Date: Tue, 1 Nov 2016 08:13:24 -0400 Subject: [Tubetk-developers] [build error] About SlicerExecutionModel-build In-Reply-To: <430b56d9.c09f.1581fa8494f.Coremail.fanghuihuibit@163.com> References: <430b56d9.c09f.1581fa8494f.Coremail.fanghuihuibit@163.com> Message-ID: Hi, Are you following the build instructions that we've posted: http://public.kitware.com/Wiki/TubeTK/Build_Instructions If so, what operating system and compiler are you using? Are you building with Slicer or stand-alone? Thanks, Stephen On Tue, Nov 1, 2016 at 7:31 AM, ??? wrote: > Hello everybody, > I have encountered a problem during building the TubeTK-Release. When > built SlicerExecutionModel-build,there were errors like that: > > make[2]: *** No rule to make target `OR', needed by > `ModuleDescriptionParser/bin/libModuleDescriptionParser.so'. Stop. > make[1]: *** > [ModuleDescriptionParser/CMakeFiles/ModuleDescriptionParser.dir/all] Error 2 > make: *** [all] Error 2 > > Could somebody help me ? How can I solve it? > Thank you very very much! > > > > > > _______________________________________________ > Tubetk-developers mailing list > Tubetk-developers at public.kitware.com > http://public.kitware.com/mailman/listinfo/tubetk-developers > -- ==================================================== Stephen R. Aylward, Ph.D. Senior Director of Operations, North Carolina, Kitware, Inc. http://www.kitware.com and http://www.aylward.org (919) 969-6990 x300 ==================================================== From stephen.aylward at kitware.com Wed Nov 2 10:35:12 2016 From: stephen.aylward at kitware.com (Stephen Aylward) Date: Wed, 2 Nov 2016 10:35:12 -0400 Subject: [Tubetk-developers] [build error] About SlicerExecutionModel-build In-Reply-To: <71ab9135.12ba4.158255dfa58.Coremail.fanghuihuibit@163.com> References: <430b56d9.c09f.1581fa8494f.Coremail.fanghuihuibit@163.com> <2a39398b.c568.1581fd5b6d1.Coremail.fanghuihuibit@163.com> <3b6a8538.c756.1581fe5d07e.Coremail.fanghuihuibit@163.com> <736cc489.c826.1581fed3b1d.Coremail.fanghuihuibit@163.com> <71ab9135.12ba4.158255dfa58.Coremail.fanghuihuibit@163.com> Message-ID: Excellent! Have fun! I am working on integrating a random forest library and improving documentation. It is a bit confusing how to sequence the programs - perhaps some of the examples will be useful in the meantime. s On Wed, Nov 2, 2016 at 10:07 AM, ??? wrote: > > > Hello, > Thank you for your guidance of using CMake 3.6.2 to install the > TubeTK. It works. > > Wish you have a nice day > Fhh > > > > At 2016-11-01 20:47:35, "Stephen Aylward" > wrote: > > Good luck! > > You are doing everything correctly from what I can see. Sorry for the > problems. > > CMake 3.6.2 should work. > > s > > On Tue, Nov 1, 2016 at 8:46 AM, ??? wrote: > >> >> Ok, I will try it with CMake 3.6, Thank you very much. >> Wish you have a nice day >> >> >> >> >> At 2016-11-01 20:43:06, "Stephen Aylward" >> wrote: >> >> Hi, >> >> We haven't tried it with CMake 3.7 yet - that is still in Beta. >> >> Would it be easy for you to try CMake 3.6? >> >> s >> >> On Tue, Nov 1, 2016 at 8:38 AM, ??? wrote: >> >>> >>> my CMake version is 3.7.0. Attached is my configuration for CMake for >>> TubeTK. And ,yes ,I am typing make at the top-level only. >>> >>> >>> >>> >>> >>> At 2016-11-01 20:28:54, "Stephen Aylward" >>> wrote: >>> >>> Hi, >>> >>> Attached is a typical configuration for CMake for TubeTK build >>> stand-alone. >>> >>> Your error is related to a package that we use in TubeTK. The package >>> is part of the Slicer system, and it is imported and built within TubeTK >>> when TubeTK is built stand alone. >>> >>> We have never seen this error before. It comes from the makefiles >>> generated by CMake. What version of CMake are you using? >>> >>> You are typing make at the top-level only, right? >>> >>> s >>> >>> [image: Inline image 1] >>> >>> On Tue, Nov 1, 2016 at 8:20 AM, ??? wrote: >>> >>>> >>>> Thank you for your reply. >>>> I followed the build instructions and my system is ubuntu,my compiler >>>> is like this: >>>> I build the TubeTK stand-alone, so I did not check these options: >>>> >>>> >>>> >>>> >>>> >>>> At 2016-11-01 20:13:24, "Stephen Aylward" wrote: >>>> >Hi, >>>> > >>>> >Are you following the build instructions that we've posted: >>>> > http://public.kitware.com/Wiki/TubeTK/Build_Instructions >>>> > >>>> >If so, what operating system and compiler are you using? Are you >>>> >building with Slicer or stand-alone? >>>> > >>>> >Thanks, >>>> >Stephen >>>> > >>>> >On Tue, Nov 1, 2016 at 7:31 AM, ??? wrote: >>>> >> Hello everybody, >>>> >> I have encountered a problem during building the TubeTK-Release. When >>>> >> built SlicerExecutionModel-build,there were errors like that: >>>> >> >>>> >> make[2]: *** No rule to make target `OR', needed by >>>> >> `ModuleDescriptionParser/bin/libModuleDescriptionParser.so'. Stop. >>>> >> make[1]: *** >>>> >> [ModuleDescriptionParser/CMakeFiles/ModuleDescriptionParser.dir/all] Error 2 >>>> >> make: *** [all] Error 2 >>>> >> >>>> >> Could somebody help me ? How can I solve it? >>>> >> Thank you very very much! >>>> >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> >> _______________________________________________ >>>> >> Tubetk-developers mailing list >>>> >> Tubetk-developers at public.kitware.com >>>> >> http://public.kitware.com/mailman/listinfo/tubetk-developers >>>> >> >>>> > >>>> > >>>> > >>>> >-- >>>> >==================================================== >>>> >Stephen R. Aylward, Ph.D. >>>> >Senior Director of Operations, North Carolina, Kitware, Inc. >>>> >http://www.kitware.com and http://www.aylward.org >>>> >(919) 969-6990 x300 >>>> >==================================================== >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> -- >>> ==================================================== >>> Stephen R. Aylward, Ph.D. >>> Senior Director of Operations, North Carolina, Kitware, Inc. >>> http://www.kitware.com and http://www.aylward.org >>> (919) 969-6990 x300 >>> ==================================================== >>> >>> >>> >>> >>> >> >> >> >> -- >> ==================================================== >> Stephen R. Aylward, Ph.D. >> Senior Director of Operations, North Carolina, Kitware, Inc. >> http://www.kitware.com and http://www.aylward.org >> (919) 969-6990 x300 >> ==================================================== >> >> >> >> >> > > > > -- > ==================================================== > Stephen R. Aylward, Ph.D. > Senior Director of Operations, North Carolina, Kitware, Inc. > http://www.kitware.com and http://www.aylward.org > (919) 969-6990 x300 > ==================================================== > > > > > -- ==================================================== Stephen R. Aylward, Ph.D. Senior Director of Operations, North Carolina, Kitware, Inc. http://www.kitware.com and http://www.aylward.org (919) 969-6990 x300 ==================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ??1.png Type: image/png Size: 94838 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: TubeTK-TypicalStandAloneCMakeConfiguration.PNG Type: image/png Size: 31152 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ??2.png Type: image/png Size: 21731 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ??1.png Type: image/png Size: 20822 bytes Desc: not available URL: