home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14643 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.7 KB

  1. Path: sparky!uunet!iWarp.intel.com|inews!tmcconne
  2. From: tmcconne@sedona.intel.com (Tom McConnell)
  3. Newsgroups: comp.windows.x
  4. Subject: Xw for X11R5 on RS/6000?
  5. Keywords: Xw
  6. Message-ID: <12601@inews.intel.com>
  7. Date: 30 Jul 92 17:14:44 GMT
  8. Sender: news@inews.intel.com
  9. Reply-To: tmcconne@sedona.intel.com
  10. Organization: Intel Corporation
  11. Lines: 35
  12. Originator: tmcconne@sedona
  13.  
  14.  
  15.   Howdy.
  16.  
  17.   I have been trying to get the Xw library up on X11R5p12 for the RS/6000. I got
  18. Xw.tar.Z from export, made some cosmetic changes for the location of the include
  19. files, and modified Xw.h so that #defines do not clash with StringDefs.h from
  20. Xt.
  21.  
  22.   Now I am stuck on this error:
  23.  
  24.             bsdcc -c -O  -I.. -I../.  -I/stor/x11dev/R5/aix/include  -DSYSV
  25. -DAIXV3     Panel.c
  26.        86 | static XtActionsRec actionsList[] = 0;
  27.             ..................................a...
  28. a - 1506-168: (S) Initializer must be enclosed in braces.
  29.     1506-131: (S) Explicit extent specification or initializer required for an
  30. auto  or static array.
  31.       235 | WidgetClass XwpanelWidgetClass = (WidgetClass)&XwpanelClassRec;
  32.             ...............................a...............................
  33. a - 1506-026: (S) Number of initializers cannot be greater than the number of
  34. aggregate members.
  35. make: 1254-004 The error code from the last command is 1.
  36.  
  37.  
  38.   So tell me: has anyone built Xw under X11R5? I want it for some clients I got
  39. from vernam.cs.uwm.edu from the soft-eng directory.
  40.  
  41.     Cheers,
  42.  
  43.     Tom McConnell
  44. -- 
  45.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  46.  Intel, Corp. C3-21     |     Phone: (602)-554-8229
  47.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  48.  Chandler, AZ  85226    | their right mind would claim them.
  49.