Subject: Re: Help with missing header error?
To: walt <wa1ter@myrealbox.com>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 08/08/2005 13:32:08
On Sat, Aug 06, 2005 at 09:51:34AM -0700, walt wrote:
> Sorry for the line-wrap, but can anyone tell me why this header can't
> be found?  I'm stumped.

If you want to use a header (or library), you have to include the
corresponding buildlink3.mk file in the package, otherwise the
buildlink3 framework will hide the header files from the compiler.
I guess that is your problem here.
 Thomas