Date: Thu, 14 Apr 2011 12:30:13 +0200 From: Gary Jennejohn <gljennjohn@googlemail.com> To: George Liaskos <geo.liaskos@gmail.com> Cc: freebsd-current@freebsd.org, kde@freebsd.org Subject: Re: KDE related compile errors on CURRENT. Message-ID: <20110414123013.744ec7d7@ernst.jennejohn.org> In-Reply-To: <BANLkTik6uMoZre3xJzsy2HZsUrznD4CdkQ@mail.gmail.com> References: <BANLkTik6uMoZre3xJzsy2HZsUrznD4CdkQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 Apr 2011 11:58:06 +0300 George Liaskos <geo.liaskos@gmail.com> wrote: > Hi list. > > It seems that ssse3 support on base gcc is causing some compile errors > on KDE related ports, all of them so far are tracked down to eigen2. > > 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. > These are part of the gcc sources, but apparently tmmintrin.h is not installed under /usr/include. On my AMD64-current machine I have /usr/include/gcc/4.2/pmmintrin.h and /usr/src/contrib/gcc/config/i386/tmmintrin.h Don't have clang installed. -- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110414123013.744ec7d7>