Date: Thu, 12 May 2011 16:22:48 +0400 From: Max Brazhnikov <makc@issp.ac.ru> To: freebsd-current@freebsd.org Cc: George Liaskos <geo.liaskos@gmail.com>, Dimitry Andric <dim@freebsd.org>, kde@freebsd.org Subject: Re: KDE related compile errors on CURRENT. Message-ID: <201105121622.49166.makc@issp.ac.ru> In-Reply-To: <4DA6DF88.2040005@FreeBSD.org> References: <BANLkTik6uMoZre3xJzsy2HZsUrznD4CdkQ@mail.gmail.com> <4DA6DF88.2040005@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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<pmmintrin.h> > > 39 #endif > > 40 #ifdef __SSSE3__ > > 41 #include<tmmintrin.h> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105121622.49166.makc>