Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 1998 19:19:54 -0500
From:      dmaddox@scsn.net (Donald J. Maddox)
To:        Brian Handy <handy@sag.space.lockheed.com>, ports@FreeBSD.ORG
Subject:   Re: NAS compile woes
Message-ID:  <19980201191954.53843@scsn.net>
In-Reply-To: <Pine.OSF.3.96.980201160148.10865P-100000@sag.space.lockheed.com>; from Brian Handy on Sun, Feb 01, 1998 at 04:04:20PM -0800
References:  <Pine.OSF.3.96.980201160148.10865P-100000@sag.space.lockheed.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 01, 1998 at 04:04:20PM -0800, Brian Handy wrote:
> Either NAS has a problem, or I do.  I get lots of errors like this:
> 
> cc -O2 -fno-strength-reduce    -I../../../usr.include -I/usr/X11R6/include
> -I/include  -DCSRG_BASED   -DFUNCPROTO=15 -DNARROWPROTO   -c
> recordBucket.c
> recordBucket.c:14: audio/audiolib.h: No such file or directory
> recordBucket.c:15: audio/soundlib.h: No such file or directory
> *** Error code 1 (continuing)
> cc -O2 -fno-strength-reduce    -I../../../usr.include -I/usr/X11R6/include
> -I/include  -DCSRG_BASED   -DFUNCPROTO=15 -DNARROWPROTO   -c
> plyBcktAsync.c
> plyBcktAsync.c:10: audio/audiolib.h: No such file or directory
> plyBcktAsync.c:11: audio/soundlib.h: No such file or directory
> *** Error code 1 (continuing)
> [...]
> 
> 
> Eventually it finishes and says "Build complete", but I don't have a warm
> feeling about this.  (The header file does exist, I just don't have the
> steam right now to go track it down.  Maybe later.)
> 
> 2.2-STABLE.  If this works fine for other people, I'd like to know so I
> can figure out what my particular problem is.  (And, in fact, this is why
> I haven't submitted a PR on it.)

I had this problem once upon a time...  I think in some version of XF86,
the X11.tmpl file defines BuildIncTop as '../..', and some others as
just '..'.  You should probably check the versions of your X config files.
For a quick fix, look at /usr/X11R6/lib/X11/config/X11.tmpl, search for
BuildIncTop, and define it to either ../.. or .. whichever works for
you :-)



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