From owner-freebsd-questions@FreeBSD.ORG Sun Feb 24 00:04:12 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0504E390 for ; Sun, 24 Feb 2013 00:04:12 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-da0-f45.google.com (mail-da0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id D956FB13 for ; Sun, 24 Feb 2013 00:04:11 +0000 (UTC) Received: by mail-da0-f45.google.com with SMTP id v40so921508dad.18 for ; Sat, 23 Feb 2013 16:04:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=wqj0cxaWklSPHcpoyQJuJWDfqq9p2qD1AJ0K0q01tgw=; b=ql1RBWRc1FNSwimLcBkQBQjtvCGORuO/0ey8RMzAW0MmX1e4RdTjuHWakVTpamrq1h WitVOoXL9BjB2EBoTJKc9JPqdFN4C5qyR6vJMK8LUMmv2HxXHiEt5ZvtNb0FCfnhA8+O BA/MlJETw8vNs8exjwjXDXJ5dbU6OXgR6kAzOMmfX34kVJuy/rgMqUEa787jIkpqywKr ZwCPHWeZp6yO0sISh1g5/JQSq4WpzHAjhJ32ggvtdnPt9ccSoUGKoRCNvLFE9UpPhpO5 B+qpMJm8ctlzHk/d0vnsYBRO59CwvCiIhj0SF/ZI34Lggs/STVXoLZmaAqMmBcaHGkVI fMrg== MIME-Version: 1.0 X-Received: by 10.68.240.103 with SMTP id vz7mr10356149pbc.112.1361664245350; Sat, 23 Feb 2013 16:04:05 -0800 (PST) Received: by 10.68.82.106 with HTTP; Sat, 23 Feb 2013 16:04:05 -0800 (PST) In-Reply-To: <1891100.Xa0R7QjnRb@desktop.drenet.local> References: <1891100.Xa0R7QjnRb@desktop.drenet.local> Date: Sat, 23 Feb 2013 19:04:05 -0500 Message-ID: Subject: Re: Can't build kernel From: "illoai@gmail.com" To: Andre Goree Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 00:04:12 -0000 On 22 February 2013 18:56, Andre Goree wrote: > cc1: warnings being treated as errors Need to set NO_WERROR perhaps? -- --