Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!h.cs.wvu.wvnet.edu!g.cs.wvu.wvnet.edu!gww From: gww@g.cs.wvu.wvnet.edu (Gary Carvell) Newsgroups: comp.sys.mac.programmer Subject: MPW C Can't Find Message-ID: <448@h.cs.wvu.wvnet.edu> Date: 18 Sep 89 02:32:25 GMT Sender: news@h.cs.wvu.wvnet.edu Lines: 24 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) The compiler cannot locate any file from the {CIncludes} directory. But, when I change {malaser} back to {laser}, everything works fine. What gives? BTW, I am using System 6.0.3 on a 5-meg Mac IIx, with the following (exported) variable definitions: Set laser HD:MPW:laser: Set malaser HD:MPW:MacApp:projects:malaser: Set CIncludes HD:MPW:Interfaces:CIncludes: Eternal gratitude to anyone who can figure this out... I am at my wits' end! --- Gary Carvell gww@g.cs.wvu.wvnet.edu