From owner-freebsd-ports Sun Feb 1 16:20:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04276 for freebsd-ports-outgoing; Sun, 1 Feb 1998 16:20:33 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04271 for ; Sun, 1 Feb 1998 16:20:31 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.177]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA45; Sun, 1 Feb 1998 19:18:12 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id TAA00358; Sun, 1 Feb 1998 19:19:54 -0500 (EST) (envelope-from root) Message-ID: <19980201191954.53843@scsn.net> Date: Sun, 1 Feb 1998 19:19:54 -0500 From: dmaddox@scsn.net (Donald J. Maddox) To: Brian Handy , ports@FreeBSD.ORG Subject: Re: NAS compile woes Reply-To: dmaddox@scsn.net Mail-Followup-To: Brian Handy , ports@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from Brian Handy on Sun, Feb 01, 1998 at 04:04:20PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" 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 :-)