[ITK] Compiling ITK tests and examples, can It done module by module

Bill Lorensen bill.lorensen at gmail.com
Thu Aug 21 12:57:35 EDT 2014


You must turn BUILD_EXAMPLES on. Then you can build individual examples.


On Thu, Aug 21, 2014 at 12:55 PM, Nicolas Gallego <nicgallego at gmail.com> wrote:
> Hi Matt, Hello everybody,
>
> Just a further question of this issue I asked a while ago,
>
> I am trying to build, as you said, selected examples using the build target
>
> as
>
> make ExampleName,
>
> I am on Ubuntu and I just built itk 4.5 without the BUILD_EXAMPLES flag.
> Compilation went Ok.
> Now on the build directory, say I need the example Mesh1.cxx, the try on the
> built directory
>
> make Mesh1
>
> but I get the following error,
>
> make: *** No rule to make target `Mesh1'.  Stop.
>
> What I am missing? Thank you
>
> Nicolás Gallego-Ortiz
> Université catholique de Louvain, Belgium
>
>
> 2014-07-10 18:42 GMT+02:00 Matt McCormick <matt.mccormick at kitware.com>:
>
>> Hi Nicolas,
>>
>> If individual modules are selected during CMake configuration, only
>> those tests will be built an run.  Unfortunately, when BUILD_EXAMPLES
>> is ON, all examples will be built.  To just build select examples the
>> best current option is to select the corresponding build target.  This
>> is build system specific.  With Unix Makefiles, for example,
>>
>>   make ExampleName
>>
>> Hope this helps,
>> Matt
>>
>>
>>
>> On Thu, Jul 10, 2014 at 12:15 PM, Nicolas Gallego <nicgallego at gmail.com>
>> wrote:
>> > Hi,
>> >
>> > Here is a naive question, after waiting long time and seeing how much
>> > disk
>> > space a complete compilation of ITK library takes, with all examples and
>> > tests.
>> >
>> > Is it possible to specify to compile just a subset of examples and
>> > tests?
>> > Before I have copied and pasted out some source code to achieve this but
>> > I
>> > guess there should be a nicer way to do it.
>> >
>> > Thank you,
>> >
>> > Nicolás Gallego-Ortiz
>> > Université catholique de Louvain, Belgium
>> >
>> > _______________________________________________
>> > Community mailing list
>> > Community at itk.org
>> > http://public.kitware.com/mailman/listinfo/community
>> >
>> _______________________________________________
>> Community mailing list
>> Community at itk.org
>> http://public.kitware.com/mailman/listinfo/community
>
>
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
>



-- 
Unpaid intern in BillsBasement at noware dot com



More information about the Community mailing list