[Smtk-developers] Problem with SMTK Master
David Thompson
david.thompson at kitware.com
Mon May 25 13:53:39 EDT 2015
Grr. Verified on a local build. This should work
cd smtk
make attribute/MeshSelectionItem.cxx.i
in the SMTK build directory (as you surmised).
David
> On May 25, 2015, at 1:49 PM, Robert Michael O'Bara <bob.obara at kitware.com> wrote:
>
> No luck (assuming you mean cd into the smtk subdirectory of the smtk build directory:
>
> [obara at Gallifrey smtk-build]$ cd smtk
> [obara at Gallifrey smtk]$ make CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i
> make: *** No rule to make target `CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i'. Stop.
>
> Bob
>
> Robert M. O'Bara, MEng.
> Assistant Director of Scientific Computing
>
> Kitware Inc.
> 28 Corporate Drive
> Suite 101
> Clifton Park, NY 12065
>
> Phone: (518) 881- 4931
>
>
>
>
>> On May 25, 2015, at 1:45 PM, David Thompson <david.thompson at kitware.com> wrote:
>>
>>> SMTK in SuperBuild is at tag release-v1
>>>
>>> From my SMTK Build Dir:
>>> make smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i
>>> make: *** No rule to make target `smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i'. Stop.
>>
>> Err, sorry, that should probably be:
>>
>> cd smtk
>> make CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i
>>
>> as the "*.cxx.i" targets only exist in Makefiles for the directory where the target was declared (smtkCore in this case).
>>
>> David
>
More information about the Smtk-developers
mailing list