<div dir="ltr"><br clear="all"><div>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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo"> 41%] [ 41%] [ 41%] [ 41%] [ 41%] Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/ModelEntityItemDefinition.cxx.o</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.o</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItemDefinition.cxx.o</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/RefItem.cxx.o</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">Building CXX object smtk/CMakeFiles/smtkCore.dir/attribute/RefItemDefinition.cxx.o</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  this->m_membershipMask = smtk::model::ANY_ENTITY;</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  ~~~~  ^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">smtk::model::BitFlags MeshSelectionItemDefinition::membershipMask() const</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">                                                   ^~~~~~~~~~~~~~</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  return this->m_membershipMask;</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">         ~~~~  ^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">void MeshSelectionItemDefinition::setMembershipMask(smtk::model::BitFlags entMask)</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">                                  ^~~~~~~~~~~~~~~~~</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  this->m_membershipMask = entMask;</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  ~~~~  ^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:25:3: error: use of undeclared identifier 'm_modifyMode'</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  m_modifyMode = NONE;</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  ^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  this->m_modifyMode = sourceMeshSelectionItem->modifyMode();</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  ~~~~  ^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  this->m_modifyMode = sourceMeshSelectionItem->modifyMode();</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">                       ~~~~~~~~~~~~~~~~~~~~~~~  ^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:144:50: error: unknown type name 'MeshModifyMode'</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">std::string MeshSelectionItem::modifyMode2String(MeshModifyMode m)</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">                                                 ^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/smtk/src/smtk/smtk/attribute/MeshSelectionItem.cxx:165:1: error: unknown type name 'MeshModifyMode'</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">MeshModifyMode MeshSelectionItem::string2ModifyMode(const std::string &s)</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/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 class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo"> return NUM_OF_MODIFYMODES;</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">        ^~~~~~~~~~~~~~~~~~</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">        NUM_OF_MODES</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">/Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/install/include/smtk/attribute/MeshSelectionItem.h:32:3: note: 'NUM_OF_MODES' declared here</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  NUM_OF_MODES      //!< The number of mesh selection modes.</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  ^</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">5 errors generated.</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">make[5]: *** [smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItemDefinition.cxx.o] Error 1</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">make[5]: *** Waiting for unfinished jobs....</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">6 errors generated.</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">make[5]: *** [smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.o] Error 1</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">make[4]: *** [smtk/CMakeFiles/smtkCore.dir/all] Error 2</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">make[3]: *** [all] Error 2</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">-- 2</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">CMake Error at /Users/obara/Projects/Kitware/Builds/CMBSuperBuildV4/pv-smtk-build.cmake:27 (message):</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">  Failed!!!</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br class=""></div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br class=""></div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">make[2]: *** [smtk/src/smtk-stamp/smtk-build] Error 1</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">make[1]: *** [CMakeFiles/smtk.dir/all] Error 2</div><div class="" style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">make: *** [all] Error 2</div><div class="" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br class=""></div><div class="" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br class=""></div><div class="" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Any ideas?</div><div class="" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br class=""></div><div class="" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Bob</div><div><br></div></div></div>-- <br><div class="gmail_signature"><div dir="ltr">Robert M. O'Bara, MEng.<br>Assistant Director of Scientific Computing<br><br>Kitware Inc.<br>28 Corporate Drive<br>Suite 101<br>Clifton Park, NY 12065<br><br>Phone: (518) 881- 4931</div></div>
</div>