Bug 796860 - Improper header Files
Summary: Improper header Files
Keywords:
Status: CLOSED DUPLICATE of bug 772937
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: openmotif
Version: 5.9
Hardware: All
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Thomas Woerner
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-23 19:26 UTC by Matthew Labarge
Modified: 2012-03-19 16:50 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-19 16:50:12 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Matthew Labarge 2012-02-23 19:26:49 UTC
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:

Comment 1 Phil Knirsch 2012-03-19 16:50:12 UTC

*** This bug has been marked as a duplicate of bug 772937 ***


Note You need to log in before you can comment on or make changes to this bug.