home *** CD-ROM | disk | FTP | other *** search
- 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
- From: jeffo@uiuc.edu (J.B. Nicholson-Owens)
- Newsgroups: gnu.misc.discuss
- Subject: Getting Oleo 1.0 to compile
- Message-ID: <Bxuos6.nH@news.cso.uiuc.edu>
- Date: 17 Nov 92 07:57:40 GMT
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Reply-To: jeffo@uiuc.edu (J.B. Nicholson-Owens)
- Organization: University of Illinois at Urbana
- Lines: 26
-
- I've been trying to get Oleo 1.0 to compile on a NeXTSTEP 3.0 machine and it
- seems that the Makefile being made by configure is incorrect. For some reason,
- the bison step before the first C compile is never being done and the makefile
- is trying to make /usr/include/ctype.h! The first few errors after typing make
- are these:
-
- % make
- bison -y parse.y
- mv y.tab.c parse.tab.c
- cc -O -c -g -DSTDC_HEADERS=1 -DHAVE_UALARM=1 -DHAVE_SETITIMER=1 -DHAVE_RINT=1
- -DHAVE_RENAME=1 -DHAVE_VPRINTF=1 parse.tab.c
- parse.y:296: illegal expression, found `__extension__'
- parse.y:296: illegal expression, found `__extension__'
- parse.y:296: illegal expression, found `int'
- parse.y:296: illegal external declaration, found `)'
- parse.y:296: illegal external declaration, found `if'
- parse.y:296: illegal method selector, found `0'
-
- I am using GNU make 3.62 and the NeXT gcc C compiler. I just did a 'configure'
- then a 'make' and this happened. There were a ton of errors that looked like
- the above, but I don't know why.
-
- Any help would be great. Thanks.
- --
- -- Jeff (jeffo@uiuc.edu)
- -- NeXTmail welcome
-