Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!occrsh!uokmax!rjray From: rjray@uokmax.UUCP Newsgroups: comp.sources.d Subject: Re: problems compiling Conquest Message-ID: <817@uokmax.UUCP> Date: Fri, 30-Oct-87 00:12:57 EST Article-I.D.: uokmax.817 Posted: Fri Oct 30 00:12:57 1987 Date-Received: Sat, 31-Oct-87 20:31:48 EST References: <15100001@silver> Reply-To: rjray@uokmax.UUCP (Randy J Ray) Organization: University of Oklahoma, Norman Lines: 22 In article <15100001@silver> sl131072@silver.bacs.indiana.edu writes: > I have had several problems compiling the files for Conquest. If >anyone gets them to compile correctly please contact me. > > Jay Miller I, too encountered difficulties. I line 669 of one file (it escapes me at the moment) there were about 9 errors o the first run. They all stemmed from a badly designed sscanf statement. The typer must have forgotten that you can extend variable lists across newlines. Change it as such: 1. Place a newline after the format string 2. Space the remainder to a logical area under the string 3. Break the variable list up between lines (please know better than to break a variable name). 4. Save and try again. Worked for me. RjR rjray@uokmax.uucp