<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi All,<div class=""><br class=""></div><div class="">I’ve updated all of the CMB files to reflect the correct license however while building CMB SuperBuild in develop mode SMTK is giving me an error:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""> 41%] [ 41%] [ 41%] [ 41%] [ 41%] Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/ModelEntityItemDefinition.cxx.o</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.o</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItemDefinition.cxx.o</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/RefItem.cxx.o</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/RefItemDefinition.cxx.o</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItemDefinition.cxx:22:9: error: no member named 'm_membershipMask' in 'smtk::attribute::MeshSelectionItemDefinition'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  this->m_membershipMask = smtk::model::ANY_ENTITY;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  ~~~~  ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItemDefinition.cxx:36:52: error: out-of-line definition of 'membershipMask' does not match any declaration in 'smtk::attribute::MeshSelectionItemDefinition'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">smtk::model::BitFlags MeshSelectionItemDefinition::membershipMask() const</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">                                                   ^~~~~~~~~~~~~~</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItemDefinition.cxx:38:16: error: no member named 'm_membershipMask' in 'smtk::attribute::MeshSelectionItemDefinition'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  return this->m_membershipMask;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">         ~~~~  ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItemDefinition.cxx:42:35: error: out-of-line definition of 'setMembershipMask' does not match any declaration in 'smtk::attribute::MeshSelectionItemDefinition'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">void MeshSelectionItemDefinition::setMembershipMask(smtk::model::BitFlags entMask)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">                                  ^~~~~~~~~~~~~~~~~</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItemDefinition.cxx:44:9: error: no member named 'm_membershipMask' in 'smtk::attribute::MeshSelectionItemDefinition'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  this->m_membershipMask = entMask;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  ~~~~  ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:25:3: error: use of undeclared identifier 'm_modifyMode'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  m_modifyMode = NONE;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:128:9: error: no member named 'm_modifyMode' in 'smtk::attribute::MeshSelectionItem'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  this->m_modifyMode = sourceMeshSelectionItem->modifyMode();</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  ~~~~  ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:128:49: error: no member named 'modifyMode' in 'smtk::attribute::MeshSelectionItem'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  this->m_modifyMode = sourceMeshSelectionItem->modifyMode();</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">                       ~~~~~~~~~~~~~~~~~~~~~~~  ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:144:50: error: unknown type name 'MeshModifyMode'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">std::string MeshSelectionItem::modifyMode2String(MeshModifyMode m)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">                                                 ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:165:1: error: unknown type name 'MeshModifyMode'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">MeshModifyMode MeshSelectionItem::string2ModifyMode(const std::string &s)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:187:9: error: use of undeclared identifier 'NUM_OF_MODIFYMODES'; did you mean 'NUM_OF_MODES'?</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""> return NUM_OF_MODIFYMODES;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">        ^~~~~~~~~~~~~~~~~~</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">        NUM_OF_MODES</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/install/include/smtk/attribute/MeshSelectionItem.h:32:3: note: 'NUM_OF_MODES' declared here</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  NUM_OF_MODES      //!< The number of mesh selection modes.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  ^</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">5 errors generated.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">make[5]: *** [smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItemDefinition.cxx.o] Error 1</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">make[5]: *** Waiting for unfinished jobs....</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">6 errors generated.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">make[5]: *** [smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.o] Error 1</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">make[4]: *** [smtk/CMakeFiles/smtkCore.dir/all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">make[3]: *** [all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">-- 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">CMake Error at /Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/pv-smtk-build.cmake:27 (message):</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  Failed!!!</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">make[2]: *** [smtk/src/smtk-stamp/smtk-build] Error 1</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">make[1]: *** [CMakeFiles/smtk.dir/all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">make: *** [all] Error 2</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Any ideas?</div><div class=""><br class=""></div><div class="">Bob</div><div class=""><br class=""></div><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Robert M. O'Bara, MEng.<br class="">Assistant Director of Scientific Computing<br class=""><br class="">Kitware Inc.<br class="">28 Corporate Drive<br class="">Suite 101<br class="">Clifton Park, NY 12065<br class=""><br class="">Phone: (518) 881- 4931</div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br class=""></div></body></html>