Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2002 03:55:54 +0300
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        Wayne Lubin <wayneclubin@yahoo.com>
Cc:        Adam Weinberger <adam@vectors.cx>, freebsd-questions@freebsd.org
Subject:   Re: adding a path to gcc to find #include <something.h> type includes
Message-ID:  <20021006005554.GC39351@hades.hell.gr>
In-Reply-To: <20021005230930.50079.qmail@web14701.mail.yahoo.com>
References:  <20021005225724.GF45363@vectors.cx> <20021005230930.50079.qmail@web14701.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-10-05 16:09, Wayne Lubin <wayneclubin@yahoo.com> wrote:
>
> #include <BuildDefines.h>
> #include <PalmOS.h>
>
> I get the error mesagaes
>
> Main.c:13: BuildDefines.h: No such file or directory
> Main.c:17: PalmOS.h: No such file or directory
>
> In other words it is not finding the files. But these
> files are in
>
> /usr/local/palmdev/sdk-3.5/include

Use -I/usr/local/palmdev/sdk-3.5/include then...

-- 
keramida@FreeBSD.org -==- FreeBSD: The Power to Serve
FreeBSD 5.0-CURRENT #3: Wed Oct  2 04:55:42 EEST 2002

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021006005554.GC39351>