Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!usc!apple!han From: han@Apple.COM (Byron Han) Newsgroups: comp.sys.mac.programmer Subject: Re: MPW C Can't Find Message-ID: <34818@apple.Apple.COM> Date: 18 Sep 89 14:25:46 GMT References: <448@h.cs.wvu.wvnet.edu> Organization: Apple R&D - Networking & Communications Lines: 16 In article <448@h.cs.wvu.wvnet.edu> gww@g.cs.wvu.wvnet.edu (Gary Carvell) writes: >Hi, has anyone experienced this problem with MPW C 3.0? I changed {COptions} >in my makefile from using "-i {laser}ifinclude:" (old includes directory) to >"-i {malaser}ifinclude:" (new experimental directory using MacApp). Now >whenever I try to compile, I get this error: > ># C - Fatal Error : 424 ># couldn't open include file : types.h ># Directory not found (OS error -120) > Somewhere in the directories specified in {COptions} one of the directories is missing. The C compiler looks at the directories in COptions and if any one them are "bad" (read missing) then it chokes and goes to Club Med for the winter... I got bit by this before. Hope this helps.