Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!rutgers!apple!julius.cs.uiuc.edu!zaphod.mps.ohio-state.edu!usc!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!ukc!stl!agm From: agm@stl.stc.co.uk (Andrew G. Minter) Newsgroups: comp.os.minix Subject: Re: Problem with cppmake for 1.5.10 Message-ID: <3767@stl.stc.co.uk> Date: 23 Nov 90 09:23:36 GMT References: <1447@sun13.scri.fsu.edu> Sender: news@stl.stc.co.uk Reply-To: "Andrew G. Minter" Organization: STC Technology Limited, London Road, Harlow, Essex, UK Lines: 16 In article <1447@sun13.scri.fsu.edu> nall@sun8.scri.fsu.edu (John Nall) writes: >Has anyone successfully made the revised version of cppmake >for 1.5.10 which Earl Chew released to the net on Nov 15th? >I get the same error, which is: > > cppmake.c:" 1151.27 (macro level 1): x undeclared > make: Error code 256 This is because of a little typo in one of the Minix .h files. I don't remember the exact details right now and my Minix system is at home, but if you grep to see which file defines the macro used in the line 1151 you'll instantly see that there is an 'x' where there should be an 's'. It took me ages to find this, mainly because Minix is now so robust that I don't expect to find this kind of problem. Cheers, Andrew