Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!gatech!rebel!george From: george@rebel.UUCP (George M. Sipe) Newsgroups: comp.sources.bugs Subject: Re: Compilation problem with paragraph.c from Jove Keywords: undefined variables... missing (or corrupted) parts??? Message-ID: <33792@rebel.UUCP> Date: 13 May 88 15:58:30 GMT References: <2594@usceast.UUCP> Reply-To: george@rebel.UUCP (George M. Sipe) Organization: Tolerant Systems, Atlanta GA Lines: 30 In article <2594@usceast.UUCP> still@usceast.uucp.UUCP (Bert Still) writes: > Has anyone else had a problem building the recently posted Jove program? >When I compiled paragraph.c, I was greeted by a list of cheerful messages: >cc -O -c paragraph.c >"paragraph.c", line 310: endmark undefined >"paragraph.c", line 310: warning: struct/union or struct/union pointer required etc. including okay_char, cp, indent, scrunch, savedot, num, dir, first_time all undefined. It looked to me like a bad version of paragraph.c was posted with the last distribution, so as a temporary measure I replaced it with a stub to see what other problems might surface. int RMargin = 78, LMargin = 0; plus BackPara, ForPara, RegJustify, do_rfill, DoJustify, and Justify each declared: void (){} No other module had compilation errors and with this stub the thing linked ok and even executes (without proper paragraph support I'm sure). I thought by now someone would have explained the problem or posted the correct paragraph.c. Did I miss it? -- George M. Sipe, Phone: (404) 662-1533 Tolerant Systems, 6961 Peachtree Industrial, Norcross, GA 30071 UUCP: ...!{decvax,hplabs,ihnp4,linus,rutgers,seismo}!gatech!rebel!george