From owner-freebsd-current@FreeBSD.ORG Tue Mar 26 07:58:54 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4587BDD9; Tue, 26 Mar 2013 07:58:54 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 0CDF4657; Tue, 26 Mar 2013 07:58:54 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::c002:48a7:fd67:52d4] (unknown [IPv6:2001:7b8:3a7:0:c002:48a7:fd67:52d4]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 684CC5C5B; Tue, 26 Mar 2013 08:58:50 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: On 10.0, Clang is not accepted as compiler From: Dimitry Andric In-Reply-To: Date: Tue, 26 Mar 2013 08:58:53 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <9A7E9656-014A-4897-AB37-F68397CBD1F3@FreeBSD.org> References: <515016C2.1020201@gmail.com> To: Super Bisquit X-Mailer: Apple Mail (2.1503) Cc: Johan Hendriks , Koop Mast , freebsd-current 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: Tue, 26 Mar 2013 07:58:54 -0000 On Mar 26, 2013, at 03:06, Super Bisquit wrote: > In file included from tools/qsimd.cpp:42: > In file included from tools/qsimd_p.h:203: > In file included from /usr/include/clang/3.2/mm3dnow.h:27: > /usr/include/clang/3.2/mmintrin.h:28:2: error: "MMX instruction set = not enabled" > #error "MMX instruction set not enabled" > ^ ... > Stop in /usr/ports/devel/qt4-corelib. > *** [build-depends] Error code 1 This is a problem with the qt4 port; I think the ports guys are still = investigating this one. In any case, you must compile it with CPUTYPE = i686 or higher in /etc/make.conf, otherwise it will not build.