From owner-freebsd-current@FreeBSD.ORG Thu May 12 12:35:40 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5E731065670; Thu, 12 May 2011 12:35:40 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2068A8FC1B; Thu, 12 May 2011 12:35:39 +0000 (UTC) Received: from [62.63.85.2] [62.63.85.2:34678] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id p4CCNJhp036042 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 12 May 2011 16:23:20 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: freebsd-current@freebsd.org Date: Thu, 12 May 2011 16:22:48 +0400 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.3; amd64; ; ) References: <4DA6DF88.2040005@FreeBSD.org> In-Reply-To: <4DA6DF88.2040005@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201105121622.49166.makc@issp.ac.ru> Cc: George Liaskos , Dimitry Andric , kde@freebsd.org Subject: Re: KDE related compile errors on CURRENT. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 12 May 2011 12:35:40 -0000 On Thu, 14 Apr 2011 13:50:32 +0200, Dimitry Andric wrote: > On 2011-04-14 10:58, George Liaskos wrote: > .... > > More precisely, /usr/local/include/eigen2/Eigen/Core : > > > > 37 #ifdef __SSE3__ > > 38 #include > > 39 #endif > > 40 #ifdef __SSSE3__ > > 41 #include > > 42 #endif > > > > I have tmmintrin.h only under /usr/include/clang/2.9, using r220528 - amd64. > > You can just copy /usr/src/contrib/gcc/config/i386/tmmintrin.h to > /usr/include/gcc/4.2 for now, or apply the attached patch and run "make > install" in /usr/src/gnu/usr.bin/cc/include. I'll commit a fix to > -current tonight. Could you merge it to stable as well? Thanks