Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!NORTHSTAR5.DARTMOUTH.EDU!kriso From: kriso@NORTHSTAR5.DARTMOUTH.EDU (Kris Olander) Newsgroups: comp.windows.x Subject: BAD Imakefile under ibm8514 dir Message-ID: <9001101419.AA01945@kanga.lcs.mit.edu> Date: 10 Jan 90 14:19:30 GMT Sender: jim@expo.lcs.mit.edu Organization: X Consortium, MIT Laboratory for Computer Science Lines: 60 ------- Forwarded Message Return-Path: kriso@northstar5.dartmouth.edu Received: from dartvax.dartmouth.edu by expo.lcs.mit.edu; Wed, 10 Jan 90 08:45:37 EST Received: from northstar5.dartmouth.edu by dartvax.dartmouth.edu (5.61D1/4.0HUB) id AA10978; Wed, 10 Jan 90 08:46:10 -0500 Received: by northstar5.dartmouth.edu (5.51/3.3LEAF) id AA01175; Wed, 10 Jan 90 08:43:02 EST Date: Wed, 10 Jan 90 08:43:02 EST From: kriso@northstar5.dartmouth.edu (Kris Olander) Message-Id: <9001101343.AA01175@northstar5.dartmouth.edu> To: jfc@athena.mit.edu Subject: BAD Imakefile under ibm8514 dir Cc: jim@expo.lcs.mit.edu, markf@northstar.dartmouth.edu, schwartz@shire.cs.psu.edu John, I started to build X11R4 yesterday and ran into a problem when I ran 'make world'. The Imakefile in mit/server/ddx/ibm/ibm8514: #include #ifdef AIXArchitecture OBJS = ibm8514.o #else OBJS = ibm8514bsd.o #endif AllTarget($(OBJS)) ibm8514.o: ibm8514.o.Z $(RM) $@ ... ... The spaces, , above causes make to die with the following output: Make: Must be a separator on rules line 231. Stop. I changed the spaces in Imakefile to a single and no errors where produced. (Jim Fulton: I'm not sure if anyone else has posted this to the X news group. If not, could you just forward this to the appropriate group(s) Thanks) -Kris Olander Sys. Eng. Project NORTHSTAR Dartmouth College ------- End of Forwarded Message