From owner-freebsd-toolchain@FreeBSD.ORG Fri Aug 29 17:02:16 2014 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B790968 for ; Fri, 29 Aug 2014 17:02:16 +0000 (UTC) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 06A9118ED for ; Fri, 29 Aug 2014 17:02:15 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::46e:5bb0:8f93:b158] (unknown [IPv6:2001:7b8:3a7:0:46e:5bb0:8f93:b158]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 8D0FAB803; Fri, 29 Aug 2014 19:02:06 +0200 (CEST) Content-Type: multipart/signed; boundary="Apple-Mail=_923FA3E7-3325-40A2-8295-5F79D8C7F58D"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Build error From: Dimitry Andric In-Reply-To: Date: Fri, 29 Aug 2014 19:01:55 +0200 Message-Id: References: To: "Sinha, Prokash" X-Mailer: Apple Mail (2.1878.6) Cc: "freebsd-toolchain@freebsd.org" X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 17:02:16 -0000 --Apple-Mail=_923FA3E7-3325-40A2-8295-5F79D8C7F58D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 29 Aug 2014, at 18:31, Sinha, Prokash wrote: > I was trying to build the latest from the svn trunk - clang/llvm - >=20 > langAttrEmitter.cpp:994:29: error: 'SimpleArgument' does not refer to = a value > Ptr =3D llvm::make_unique(Arg, Attr, "int"); > ^ > ClangAttrEmitter.cpp:216:9: note: declared here > class SimpleArgument : public Argument { > ^ > ClangAttrEmitter.cpp:994:45: warning: expression result unused = [-Wunused-value] > Ptr =3D llvm::make_unique(Arg, Attr, "int"); > ^~~ > ClangAttrEmitter.cpp:994:50: warning: expression result unused = [-Wunused-value] > Ptr =3D llvm::make_unique(Arg, Attr, "int"); > ^~~~ > ClangAttrEmitter.cpp:996:17: error: no member named 'make_unique' in = namespace 'llvm' > Ptr =3D llvm::make_unique(Arg, Attr); > ~~~~~~^ >=20 > Any suggestion? Completely clean out /usr/obj, and try again. -Dimitry --Apple-Mail=_923FA3E7-3325-40A2-8295-5F79D8C7F58D Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlQAsgcACgkQsF6jCi4glqMAtACdHp64pVWO/P14WgHE9HfIKtI+ 9BIAniBRICwhLDnN7j5J12T+rkJqbU5h =hhbB -----END PGP SIGNATURE----- --Apple-Mail=_923FA3E7-3325-40A2-8295-5F79D8C7F58D--