Hide Forgot
Description of problem: We do open motif development. The latest package channel has a problem discovered by one of our developers. Affected packages openmotif and openmotif-devel version 2.3.1-6 here is a bad #include in the package from RHN. It looks like XmI.h should have been XmP.h. openmotif-2.3.3 on fedora has this: #include <Xm/LabelG.h> #include <Xm/GadgetP.h> #include <Xm/ExtObjectP.h> #include <Xm/XmP.h> openmotif-2.3.1-6 on Centos has this: #include <Xm/LabelG.h> #include <Xm/GadgetP.h> #include <Xm/ExtObjectP.h> #include <XmI.h> Version-Release number of selected component (if applicable): openmotif-2.3.1-6 How reproducible: Always Steps to Reproduce: 1. Examine openmotif headers from RHEL Desktop Actual results: #include <XmI.h> Expected results: #include <Xm/XmP.h> Additional info:
*** This bug has been marked as a duplicate of bug 772937 ***