Path: utzoo!utgpu!watserv1!watmath!att!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!uhccux!munnari.oz.au!metro!cluster!jaa From: jaa@cs.su.oz (James Ashton) Newsgroups: comp.lang.postscript Subject: Re: untype1 - an Adobe Type-1 font decr Message-ID: <1494@cluster.cs.su.oz.au> Date: 19 Nov 90 06:27:17 GMT References: <21222@<1990Nov15> <26300001@sunb2> Sender: news@cluster.cs.su.oz.au Reply-To: jaa@cluster.cs.su.oz (James Ashton) Organization: Basser Dept of Computer Science, University of Sydney, Australia Lines: 13 In article <26300001@sunb2> u1060@sunb2.cs.uiuc.edu writes: >file, I get an error message that says 'Line 179 SEEK_SET undefined". Any clues >to what to put down to define it? Unfortunaty, I'm not a C whiz. >Has someone else had similar problems, or been successful? I had this problem too. Either #define SEEK_SET 0 or #include will do the trick. The latter is probably the preferred option and I only mention the former in case you're missing the include file James Ashton.