[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: WindowMaker 0.60 and signal 6



Maybe you would like to apply this patch. It worked for me (and it wasn't
before).

Simon

Robert Ramiega wrote:

> On Mon, Jun 28, 1999 at 05:47:54PM -0400, Justin McKillican wrote:
> > There is a fix, and it has to do with big endian systems.
> > in /src/WindowMaker.h, you have to change int to char for on 2 lines, i'm
> > not too sure which, but go to www.windowmaker.org and search the mailing
> > lists, the answer is there.
>
>  After some digging i found the description of what needs to be patched. After
> patching and recompiling it is even worse... WMaker gets signal 6 while
> starting and thus is unusable =o(((
>
> --
>  Robert Ramiega   | robert@pdi.net    IRC: _Jedi_ | Don't underestimate
>                   | http://plukwa.pdi.net/        | the power of Source
>
> --
> To UNSUBSCRIBE, email to debian-powerpc-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
--- WindowMaker-0.60.0.orig/src/WindowMaker.h	Sun May 30 17:25:20 1999
+++ WindowMaker-0.60.0/src/WindowMaker.h	Mon Jun 28 23:26:07 1999
@@ -357,9 +357,9 @@
 
     int icon_size;		       /* size of the icon */
 
-    int menu_style;		       /* menu decoration style */
+    char menu_style;		       /* menu decoration style */
 
-    int workspace_name_display_position;
+    char workspace_name_display_position;
     
     unsigned int modifier_mask;	       /* mask to use as kbd modifier */
 

Reply to: