Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!inuxc!pur-ee!uiucdcs!uiuccsb!sammut From: sammut@uiuccsb.UUCP Newsgroups: net.lang.prolog Subject: Compiling UNSW Prolog under 4.2bsd - (nf) Message-ID: <6266@uiucdcs.UUCP> Date: Mon, 19-Mar-84 22:31:21 EST Article-I.D.: uiucdcs.6266 Posted: Mon Mar 19 22:31:21 1984 Date-Received: Wed, 21-Mar-84 00:55:11 EST Lines: 16 #N:uiuccsb:9400005:000:498 uiuccsb!sammut Mar 19 15:53:00 1984 Because of some minor differences between the C compiler in 4.1bsd and 4.2bsd, some files in UNSW Prolog will generate syntax errors when you convert to 4.2 In files "prolog/srce/make.c" and "prolog/srce/p_meta.c" the value returned by "sprintf" is assigned to an integer. To compile these files correctly, simply remove the assignment to the integer. That is, sprintf should be used as a procedure not a function. Claude Sammut University of Illinois at Urbana-Champaign ..!ihnp4!uiucdcs!sammut