Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2969 - icewm + gcc 3.1 compile fix
Summary: icewm + gcc 3.1 compile fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-23 14:11 UTC by Thomas Weidner
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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