Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!pacbell.com!decwrl!pa.dec.com!src.dec.com!src.dec.com!muller From: muller@src.dec.com (Eric Muller) Newsgroups: comp.lang.modula3 Subject: Re: Install Trouble: 1.6b5 on SPARC Message-ID: <1991Mar12.121030.13686@src.dec.com> Date: 12 Mar 91 20:10:30 GMT References: Sender: news@src.dec.com (News) Reply-To: muller@src.dec.com (Eric Muller) Organization: DEC Systems Research Center Lines: 24 Thanks for your report. > (1) The sh commands in the Makefile under the target 'config' fail the > first time through ... What I have done for 1.6beta6 is to change the target util/config.0 in makefile to echo "not_configured" instead of "not configured". > (2) There is an error in system/compiler/misc/String.?? which is > demonstrated in the following log: > .... The problem is that the String.mc looks like: ... RANGEFAULT ( #line 187 a, b, c) .... and RANGEFAULT is a preprocessor macro. Some cpp do not like the presence of the "#line" in the middle of the macro. I have fixed the compiler. As a fix, you can move "RANGEFAULT (" after the "#line". Eric.