This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
No include path in which to find <header file>
- To: gcc-help at gcc dot gnu dot org
- Subject: No include path in which to find <header file>
- From: Victor Havard <victor dot havard at micromuse dot com>
- Date: Thu, 14 Dec 2000 18:25:25 -0600
- Organization: Micromuse, Inc
- Reply-To: victor dot havard at micromuse dot com
I have successfully compiled an app and several days later tried to
compile it again and got the message
No include path in which to find PalmOS.h
I've seen this before but have absolutely no idea what causes it. The
compiler will never find any includes when this happens - not even if I
specify the fully qualified path name of the file in the #include. I've
tried using -I flags to the compiler and renaming the files, etc. with
no luck.
Can anyone tell me what causes this error and how to fix it. Right now
I can't compile anything. :-(
-- Victor