Re: Compiler
Re: Compiler
- Subject: Re: Compiler
- From: Rob Kuilman <email@hidden>
- Date: Fri, 30 May 2003 21:32:56 +0200
I'm not sure, but normally, one wouldn't add a source file as a header
file to a source file (you following me on this one ?)
Try adding a search path in the target settings, to where your source
file is located.
HTH,
Robert K.
web:
http://halfduplex.net/
email: email@hidden
------------------------------------------------------------------------
---------------------
On Friday, May 30, 2003, at 08:31 PM, John MacMullin wrote:
I have a ctree application file with the following in it.
#ifndef ctLOCLIB
#include "ctcdlm.c"
#endif /* ~ctLOCLIB */
The compiler give the following fatal error:
custom.cli/ctasup.c:774: header file 'ctcdlm.c' not found
Yet I have the ctcdlm.c file added to the Project.
Any ideas?
John
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Compiler (From: John MacMullin <email@hidden>) |