From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 14:27:31 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D23316A4BF for ; Wed, 27 Aug 2003 14:27:31 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3781D43F93 for ; Wed, 27 Aug 2003 14:27:25 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc13) with ESMTP id <2003082721272401600lh8b5e>; Wed, 27 Aug 2003 21:27:24 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h7RLRKN9044768; Wed, 27 Aug 2003 17:27:20 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h7RLRGFB044765; Wed, 27 Aug 2003 17:27:16 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: rtjohan@syspres.com References: <000801c36c17$2b6df560$4601a8c0@rjc800> From: Lowell Gilbert Date: 27 Aug 2003 17:27:15 -0400 In-Reply-To: <000801c36c17$2b6df560$4601a8c0@rjc800> Message-ID: <44bruan64s.fsf@be-well.ilk.org> Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Install error resolv.h - Application: Webware X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 21:27:31 -0000 writes: > Trying to install an application that is generally run on Linux. No port > available and when I run their make file I get errors like > "/usr/include/resolv.h:104: field `nsaddr_list' has incomplete type". I > installed the linux-base and then tried the install again, but didn't change > anything. > > Any help would be very much appriciated. At a guess, it looks like it's failing to include /usr/include/sys/socket.h.