sipMapCppToSelf seems to have gone away sometime in the past. newer versions seem to use sipConvertToInstance.
Does anyone know enough about sip to figure out a conversion for line 57 and 271 src/SALOME_PYQT/SALOME_PYQT_GUI.cxx?
These should work on systems with more modern/untests versions of SIP
Replace Lines 58 and 272
58: PyObjWrapper pyws(sipConvertFromInstance(sipRes, sipClass_QWorkspace, NULL));
272: PyObjWrapper pypop(sipConvertFromInstance( popup, sipClass_QPopupMenu, NULL));