Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!wb3ffv!ka3ovk!raysnec!shwake From: shwake@raysnec.UUCP (Ray Shwake) Newsgroups: comp.mail.elm Subject: Problem compiling ELM 2.3 - same error using two compilers Message-ID: <94@raysnec.UUCP> Date: 2 Jul 90 14:54:13 GMT Distribution: usa Organization: IRS - ACI Project Office Lines: 23 I've recently attempted to port the latest elm to two systems: one runs Interactive Systems 386/ix 2.0.2 compiler, one is a Computer Consoles (CCI) 6/32 MP running a hybrid System V. Using the same source in both cases. The Configure script tells me that all the files are present, yet.... When I compile, I encounter a series of error messages referencing structure elements, such as the following from the FIRST source file: "addr_util.c", line 226: name undefined "addr_util.c", line 226: member of structure or union required "addr_util.c", line 229: next undefined "addr_util.c", line 229: member of structure or union required : "addr_util.c", line 490: undefined structure "addr_util.c", line 501: year undefined "addr_util.c", line 501: member of structure or union required "addr_util.c", line 501: unknown size "addr_util.c", line 501: value of void expression used Files in which such structures are not referenced compile fine. Is some file missing that Configure didn't catch? Anyone have ideas? Thanks.