Bug 36692

Summary: WINGs headers not found
Product: [Retired] Red Hat Linux Reporter: Johannes Eriksson <jweeriks>
Component: WindowMakerAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: high    
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: 2001-06-25 22:13:46 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:
Attachments:
Description Flags
WINGs/WINGs/Makefile.am none

Description Johannes Eriksson 2001-04-19 21:18:13 UTC
It seems like the WINGs header files (WINGs.h, WINGsP.h, WUtil.h) are
assumed to be in a subdirectory (/usr/include/WINGs/). The
WindowMaker-libs-0.64.0-2 rpm extracts them into /usr/include so building
WINGs applications fails (because WINGs.h tries to #include
<WINGs/WUtil.h>). Fixed it temporarily by symlinking /usr/include/WINGs
back to /usr/include.

Comment 1 Crutcher Dunnavant 2001-06-25 22:13:41 UTC
I need to figure out the fix here.

Comment 2 Crutcher Dunnavant 2001-08-28 02:51:33 UTC
GARH! Automake issues. The fix is:

use the following file as WINGs/WINGs/Makefile.am, and rerun automake, and then
configure.

fixed in rawhide.

Comment 3 Crutcher Dunnavant 2001-08-28 02:52:35 UTC
Created attachment 29814 [details]
WINGs/WINGs/Makefile.am