From owner-freebsd-current@FreeBSD.ORG Thu Oct 25 11:41:25 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C58206F7 for ; Thu, 25 Oct 2012 11:41:25 +0000 (UTC) (envelope-from freebsd.current.list@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4E5FB8FC14 for ; Thu, 25 Oct 2012 11:41:24 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id jf20so694837bkc.13 for ; Thu, 25 Oct 2012 04:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=PrVp4JKo6WSOzqlZctK1eswXWbDdH1rsPC0JZag51Jg=; b=iBsglBykQCJZFiToda2lnP+iQb/loABK5zHyV1Si169qF+s40cpOzIfAHOBb0vnLzX jHdVKBSapnBdXR81VhIZqwRqT3GoSb7IiqKyKa/VGHH9MKsjPXoG8rbADVeBlNUIOGtL J6vMlaZt7lPS3YhV6RLafxwm/fseCXjgxQyb9NAIH9aqkvIxtE0NFTep7BMmKORrYvb5 CbZhpT9hl3lTg3OPytgr1p6LKxoz1qp9eZpcpJA6UXeNXC9erhyeO1asGA+uyee5/8Zx lNZfOKblXW7kSrwY7HO5Yh3YfEd8W1tLr2SFbVxZ4aGXgtkb52aAJvHdIh9Q3O/0KBYa BZ8A== Received: by 10.204.4.129 with SMTP id 1mr6004723bkr.58.1351165283993; Thu, 25 Oct 2012 04:41:23 -0700 (PDT) Received: from [192.168.1.104] ([77.236.31.215]) by mx.google.com with ESMTPS id ht18sm9972104bkc.14.2012.10.25.04.41.22 (version=SSLv3 cipher=OTHER); Thu, 25 Oct 2012 04:41:23 -0700 (PDT) Message-ID: <50892562.6040202@gmail.com> Date: Thu, 25 Oct 2012 13:41:22 +0200 From: Piotr Kubaj User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121012 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Compilling CURRENT with libc++ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 11:41:25 -0000 Is it actually possible? I've used clang before for compiling world, but when I try to use libc++, it fails with several errors. It's a quite recent revision, with the newest libc++ MFV.