Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2969

Summary: icewm + gcc 3.1 compile fix
Product: Gentoo Linux Reporter: Thomas Weidner <3.14159>
Component: [OLD] GCC PortingAssignee: Matthew Kennedy (RETIRED) <mkennedy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Weidner 2002-05-23 14:11:31 UTC
Hi, i was unable to compile icewm on my gentoo,but fortunally it was easy to 

fix,so here is the patch file,pls include it into gentoo.



diff -ru icewm-1.0.9/src/wmclient.h icewm-1.0.9-edited/src/wmclient.h

--- icewm-1.0.9/src/wmclient.h  Tue Oct  9 16:54:03 2001

+++ icewm-1.0.9-edited/src/wmclient.h   Thu May 23 20:44:53 2002

@@ -11,10 +11,7 @@

 typedef int FrameState;



 #ifndef __YIMP_UTIL__

-//!!! remove these if possible

-typedef struct XWMHints;

-typedef struct XSizeHints;

-typedef struct XClassHint;

+#   include <X11/Xutil.h>

 #endif



 class ClientData {
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-26 16:18:42 UTC
thanks for the contribution! 
 
matt