Bug 35359

Summary: WindowMaker ... /usr/include/WINGs directory is missing ...
Product: [Retired] Red Hat Raw Hide Reporter: jens.koerber
Component: WindowMakerAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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-04-18 16:01:05 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 jens.koerber 2001-04-09 16:09:35 UTC
... at least on my system (since 0.64 ??). If so, please apply 
the following patch ... thanks!

--- WindowMaker-0.64.0/WINGs/WINGs/WINGs.h.orig Mon Apr  9 17:13:20 2001
+++ WindowMaker-0.64.0/WINGs/WINGs/WINGs.h      Mon Apr  9 17:13:56 2001
@@ -4,7 +4,7 @@
 #define _WINGS_H_

 #include <wraster.h>
-#include <WINGs/WUtil.h>
+#include <WUtil.h>
 #include <X11/Xlib.h>

 #define WINGS_H_VERSION  20010117
--- WindowMaker-0.64.0/WINGs/WINGs/WINGsP.h.orig        Mon Apr  9 17:14:16
2001
+++ WindowMaker-0.64.0/WINGs/WINGs/WINGsP.h     Mon Apr  9 17:14:28 2001
@@ -6,7 +6,7 @@
 #include <X11/Xutil.h>


-#include <WINGs/WINGs.h>
+#include <WINGs.h>

 #if WINGS_H_VERSION < 20010117
 #error
There_is_an_old_WINGs.h_file_somewhere_in_your_system._Please_remove_it.

Comment 1 Crutcher Dunnavant 2001-04-18 16:01:00 UTC
Ick. I,m not sure which way to fix this, as there /is/ a WINGs dir at lib build
time. Either the header needs to bee fixed, or its install locations need to be
fixed.