swarm-support
[Top][All Lists]
Advanced

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

Re: trouble building swarm on solaris


From: Marcus G. Daniels
Subject: Re: trouble building swarm on solaris
Date: 15 Jan 1999 16:31:49 -0800

>>>>> "PB" == Paul Box <address@hidden> writes:

PB> /usr/openwin/include/X11/Intrinsic.h:77: `String' redeclared as
PB> different kind of symbol

Does this fix it?

diff -c -r1.27 internal.h
*** internal.h  1998/12/12 05:35:03     1.27
--- internal.h  1999/01/16 00:31:10
***************
*** 7,12 ****
--- 7,15 ----
  
  #define Colormap X11Colormap
  #define Pixmap X11Pixmap
+ #define String X11String
+ #define Widget X11Widget
+ 
  #include <tk.h>
  #include <X11/Xlib.h>    // XColormap
  #include <X11/Xutil.h>  // ZoomRaster
***************
*** 15,20 ****
--- 18,25 ----
  #endif
  #undef Pixmap
  #undef Colormap
+ #undef String
+ #undef Widget
  
  #include <png.h>
  

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]