Bug 15147

Summary: XForms has a bad include
Product: [Retired] Red Hat Powertools Reporter: bkosse <bkosse>
Component: xformsAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-02 19:03:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description bkosse 2000-08-02 19:03:58 UTC
forms.h has a #include "xpm.h" which doesn't exist on a pristine system. The file is actually <X11/xpm.h> or xpm.h needs to be placed back in /usr/include. Either will fix the problem.

Comment 1 Ngo Than 2000-08-03 08:56:52 UTC
fixed