Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!orion.oac.uci.edu!rbarris From: rbarris@orion.oac.uci.edu (Robert C. Barris) Newsgroups: comp.sys.mac.programmer Subject: Re: Another ETO problem Summary: need 3.2b1 C compiler Message-ID: <282F3211.3470@orion.oac.uci.edu> Date: 14 May 91 00:40:49 GMT References: Distribution: comp Organization: University of California, Irvine Lines: 28 In article zaccone@jasper.bucknell.edu (zaccone - 1393) writes: ># C - Fatal Error : 430 ># unexpected token in the token input file >#-------------------------------------------------------------------------------------------------------------------------------- > File "Hard Disk 80:E.T.O.:MacApp 2.0.1:Interfaces:CIncludes:UMacApp.h"; Find %!0:$!1; Open "{Target}" >#-------------------------------------------------------------------------------------------------------------------------------- ># C - Aborted ! >Compiling: Nothing.cp >can't open: Hard Disk 80:E.T.O.:MPW Folder:Load Files:.Non-Debug Files:UMacApp.h.dump > >Rick Zaccone >-- >zaccone@bucknell.edu I had the same problem until I read the C++ release notes more carefully. You can't use load/dump unless you are using "C" 3.2b1 which has the support for that feature. (Load/Dump lets you build a precompiled header which is very useful for MacApp builds). That version of the compiler should be part of the C++ stuff (I installed ETO #3 from scratch two weeks ago and don't remember the details). I imagine the makefiles for the C++ examples don't make use of the load/dump stuff which is why they compiled OK. Anyone? Rob Barris rbarris@orion.oac.uci.edu