home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18923 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.8 KB

  1. Path: sparky!uunet!ornl!utkcs2!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!iWarp.intel.com|ichips!hfglobe!chnews!tmcconne
  2. From: tmcconne@sedona.intel.com (Tom McConnell~)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Compiling aXe. anything wrong?
  5. Date: 9 Nov 1992 19:08:07 GMT
  6. Organization: Intel Corporation
  7. Lines: 33
  8. Sender: tmcconne@sedona (Tom McConnell~)
  9. Distribution: world
  10. Message-ID: <1dmcunINNo7o@chnews.intel.com>
  11. References: <1992Nov5.105703.14377@alf.uib.no> <bibhas.721065324@femto.engr.mun.ca> <1dedlpINNipn@chnews.intel.com>
  12. NNTP-Posting-Host: thunder.intel.com
  13. Keywords: aXe
  14. Originator: tmcconne@sedona
  15.  
  16.  
  17. In article <1dedlpINNipn@chnews.intel.com>, tmcconne@sedona.intel.com (Tom McConnell~) writes:
  18.   <stuff deleted>
  19.  
  20. >   I patched aXe for the RS/6000. I guess the problem is more widespread than
  21. > that. Here is the patch:
  22.  
  23.   Actually, the patch was due to using gcc, which complained about <sys/stat.h>
  24. being included twice. The patch removes the second "#include <sys/stat.h>".
  25.  
  26.   The error you actually get is this:
  27.  
  28. rm -f AxeEditor.o
  29. gcc -fpcc-struct-return -c -O2 -g   -I. -I/stor/x11dev/R5/vax/include
  30.   -DNOSTDHDRS -Dultrix31    -DHELPDIR=\"/stor/x11dev/R5/vax/lib/X11\"
  31.  AxeEditor.c
  32. In file included from AxeEditor.c:2367:
  33. /usr/include/sys/stat.h:48: redefinition of `struct stat'
  34.  
  35.     Cheers,
  36.  
  37.     Tom McConnell
  38.  
  39.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  40.  Intel, Corp. C3-91     |     Phone: (602)-554-8229
  41.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  42.  Chandler, AZ  85226    | their right mind would claim them.
  43. -- 
  44.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  45.  Intel, Corp. C3-91     |     Phone: (602)-554-8229
  46.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  47.  Chandler, AZ  85226    | their right mind would claim them.
  48.