Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!purdue!mentor.cc.purdue.edu!noose.ecn.purdue.edu!ea.ecn.purdue.edu!wieland From: wieland@ea.ecn.purdue.edu (Jeffrey J Wieland) Newsgroups: comp.mail.elm Subject: Re: elm2.3 on SiliconGraphics machines Message-ID: <1990May31.160809.576@ecn.purdue.edu> Date: 31 May 90 16:08:09 GMT References: <1561@merlin.bhpmrl.oz.au> Sender: news@ecn.purdue.edu (USENET news) Organization: Purdue University Engineering Computer Network Lines: 23 In article <1561@merlin.bhpmrl.oz.au> ianh@bhpmrl.oz.au (Ian Hoyle) writes: >Has anyone successfully built elm2.3 on a SiliconGraphics machine ?? >On starting the compilation, cpp gives up with > > cd src; /bin/make -b all > cc -O -I../hdrs -c addr_util.c >cpp: error ../hdrs/../config.h:404: undefined control >*** Error code 1 I had the same problem compiling it on a 3B1 with Gnu-CC 1.37.1. If you look at line 404 in config.h (which is in the same directory as the master makefile, configuration scripts, etc.), you will see that it looks something like: # SOMETHING_TO_BE_DEFINED /* */ Which is exactly what your preprocessor is telling you -- an undefined control. This did not happen with our 3B2, SVR3.1.1, compiler issue 4.2. -- Jeff Wieland wieland@acn.purdue.edu