Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!purdue!decwrl!shelby!portia!Jessica!rick From: rick@Jessica.stanford.edu (Rick Wong) Newsgroups: comp.sys.mac.programmer Subject: Re: Problem with MPW Pascal & MacApp Keywords: MPW Pascal, MacApp Message-ID: <4396@portia.Stanford.EDU> Date: 10 Aug 89 17:45:31 GMT References: <532@mathrt0.math.chalmers.se> Sender: USENET News SystemReply-To: rick@Jessica.UUCP (Rick Wong) Organization: Stanford University Lines: 27 In article <532@mathrt0.math.chalmers.se> d6maca@dtek.chalmers.se (Martin Carlberg) writes: > > I'm using MPW Pascal (3.0 final) & MacApp (b8.2) and have some problem > > I have a large program with many units and files. When I compile the >program I sometimes get the following error: >Error 114 Unsatisfied forward reference for type identifier: Txxxxx > But when I compile with the Pascal option "noload" everythings works fine. >I'm getting tired of waiting for the compiler to compile with "noload". (it >takes up to 30 min.) > >- Martin Carlberg >- Chalmers University of Technology, Gothenburg, Sweden I remember having a similar problem some time ago. In my case, the resource fork of one of my uses files had gotten trashed, so the compiler wasn't able to read its saved symbol table info. Try run- ning the RezDet tool on all your uses files to see if any of their resource forks are inconsistent. If so, replace the bad files with brand new files containing copies of the originals' text. I have not run into this problem since I started compiling with the -k option, which tells the compiler to save its symbol tables in another folder, rather than the resource forks of your source files. Rick Wong rick@jessica.stanford.edu