[Smtk-developers] Problem with SMTK Master
David Thompson
david.thompson at kitware.com
Mon May 25 14:39:05 EDT 2015
Hi Bob,
> "/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/install/include/smtk/attribute/MeshSelectionItemDefinition.h” 2
>
> and yes its in that directory.
But that's the install directory, not the SMTK source directory... you said it was a clean superbuild. Is that a different superbuild?
Also, I would expect it to be
/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/install/include/smtk/1.0.0/smtk/attribute/MeshSelectionItemDefinition.h
(note the smtk/1.0.0) if you have the latest release-v1 branch of SMTK. Perhaps you did not clean out the old superbuild install directory before restarting cleanly? "rm -rf /Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/install/include/smtk" should get you compiling again...
David
>
>
>> On May 25, 2015, at 2:01 PM, David Thompson <david.thompson at kitware.com> wrote:
>>
>>> [obara at Gallifrey smtk]$ make attribute/MeshSelectionItem.cxx.i
>>> Preprocessing CXX source to CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i
>>
>> Great. Now look in CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i and find the absolute path of the MeshSelectionItemDefinition header being included. Is it in the superbuild's SMTK source directory?
>>
>> Thanks,
>> David
>
More information about the Smtk-developers
mailing list