home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18815 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.8 KB  |  58 lines

  1. Path: sparky!uunet!littlei!hfglobe!chnews!tmcconne
  2. From: tmcconne@sedona.intel.com (Tom McConnell~)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Compiling aXe. anything wrong?
  5. Keywords: aXe
  6. Message-ID: <1dedlpINNipn@chnews.intel.com>
  7. Date: 6 Nov 92 18:31:21 GMT
  8. References: <1992Nov5.105703.14377@alf.uib.no> <bibhas.721065324@femto.engr.mun.ca>
  9. Sender: tmcconne@sedona (Tom McConnell~)
  10. Organization: Intel Corporation
  11. Lines: 43
  12. NNTP-Posting-Host: thunder.intel.com
  13. Originator: tmcconne@sedona
  14.  
  15.  
  16. In article <bibhas.721065324@femto.engr.mun.ca>, bibhas@pico.engr.mun.ca (Bibhas Bhattacharya) writes:
  17. > ip217@brems.ii.uib.no (Torgeir Veimo) writes:
  18. > >Help!
  19. > >When i try to compile aXe version 3.1 on our sun 3/50s here, i get the message
  20. > >[...]
  21. > >cc -c -O   -I/usr/include  -I.     -DHELPDIR=\"/usr/lib/X11\" AxeEditor.c
  22. > >"AxeEditor.c", line 1728: object undefined
  23. > >Compilation failed
  24. > >*** Error code 1
  25. > >make: Fatal error: Command failed for target `AxeEditor.o'
  26.  
  27.   I patched aXe for the RS/6000. I guess the problem is more widespread than
  28. that. Here is the patch:
  29.  
  30. This patch file was created on Fri Nov 06 11:30:19 MST 1992.
  31.  
  32. The top level directory was /a/stor/x11dev/R5/contrib/clients/aXe-3.1
  33.  
  34.  
  35. *** ./AxeEditor.c_orig  Sun Sep 20 15:02:50 1992
  36. --- ./AxeEditor.c       Sun Sep 20 15:30:22 1992
  37. ***************
  38. *** 2365,2369 ****
  39.    *************************************************************/
  40.  
  41. - #include <sys/stat.h>
  42.   extern int errno;
  43.   extern char *sys_errlist[];
  44. --- 2365,2368 ----
  45.  
  46.  
  47.     Cheers,
  48.  
  49.     Tom McConnell
  50. -- 
  51.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  52.  Intel, Corp. C3-91     |     Phone: (602)-554-8229
  53.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  54.  Chandler, AZ  85226    | their right mind would claim them.
  55.