home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / misc / discuss / 3593 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.5 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!olivea!spool.mu.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!usenet
  2. From: jeffo@uiuc.edu (J.B. Nicholson-Owens)
  3. Newsgroups: gnu.misc.discuss
  4. Subject: Getting Oleo 1.0 to compile
  5. Message-ID: <Bxuos6.nH@news.cso.uiuc.edu>
  6. Date: 17 Nov 92 07:57:40 GMT
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Reply-To: jeffo@uiuc.edu (J.B. Nicholson-Owens)
  9. Organization: University of Illinois at Urbana
  10. Lines: 26
  11.  
  12. I've been trying to get Oleo 1.0 to compile on a NeXTSTEP 3.0 machine and it  
  13. seems that the Makefile being made by configure is incorrect.  For some reason,  
  14. the bison step before the first C compile is never being done and the makefile  
  15. is trying to make /usr/include/ctype.h!  The first few errors after typing make  
  16. are these:
  17.  
  18. % make
  19. bison -y parse.y
  20. mv y.tab.c parse.tab.c
  21. cc -O -c -g  -DSTDC_HEADERS=1 -DHAVE_UALARM=1 -DHAVE_SETITIMER=1 -DHAVE_RINT=1  
  22. -DHAVE_RENAME=1 -DHAVE_VPRINTF=1  parse.tab.c
  23. parse.y:296: illegal expression, found `__extension__'
  24. parse.y:296: illegal expression, found `__extension__'
  25. parse.y:296: illegal expression, found `int'
  26. parse.y:296: illegal external declaration, found `)'
  27. parse.y:296: illegal external declaration, found `if'
  28. parse.y:296: illegal method selector, found `0'
  29.  
  30. I am using GNU make 3.62 and the NeXT gcc C compiler.  I just did a 'configure'  
  31. then a 'make' and this happened.  There were a ton of errors that looked like  
  32. the above, but I don't know why.
  33.  
  34. Any help would be great.  Thanks.
  35. -- 
  36. -- Jeff (jeffo@uiuc.edu)
  37. -- NeXTmail welcome
  38.