Re: KDE related compile errors on CURRENT.

2011-05-12 Thread Max Brazhnikov
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

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Alexander Best
On Thu Apr 14 11, George Liaskos wrote: > > It works fine here: > > > > $ gcc -### -march=native -S empty.c > > Using built-in specs. > > Target: i386-undermydesk-freebsd > > Configured with: FreeBSD/i386 system compiler > > Thread model: posix > > gcc version 4.2.2 20070831 prerelease [FreeBSD] >

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Alexander Best
On Thu Apr 14 11, George Liaskos wrote: > > It works fine here: > > > > $ gcc -### -march=native -S empty.c > > Using built-in specs. > > Target: i386-undermydesk-freebsd > > Configured with: FreeBSD/i386 system compiler > > Thread model: posix > > gcc version 4.2.2 20070831 prerelease [FreeBSD] >

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread George Liaskos
> It works fine here: > > $ gcc -### -march=native -S empty.c > Using built-in specs. > Target: i386-undermydesk-freebsd > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 4.2.2 20070831 prerelease [FreeBSD] >  "/usr/libexec/cc1" "-quiet" "-D_LONGLONG" "empty.c" "-m

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Alexander Best
On Thu Apr 14 11, Dimitry Andric wrote: > On 2011-04-14 16:03, Alexander Best wrote: > ... > >for me too when using clang. i cannot say anything about base gcc because > >it's > >dated march 13th on my machine, which is before r219697 was committed. > > > >are you sure you are running a copy of ba

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Dimitry Andric
On 2011-04-14 16:03, Alexander Best wrote: ... for me too when using clang. i cannot say anything about base gcc because it's dated march 13th on my machine, which is before r219697 was committed. are you sure you are running a copy of base gcc built from a recent HEAD? Yep, built today from r

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Alexander Best
On Thu Apr 14 11, Dimitry Andric wrote: > On 2011-04-14 15:20, Alexander Best wrote: > ... > >>There's one more minor hiccup described here > >>http://lists.freebsd.org/pipermail/freebsd-current/2011-March/023415.html > >> > >>This issue as of r220528 is not resolved. > > > >odd. r219697 should hav

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Dimitry Andric
On 2011-04-14 15:20, Alexander Best wrote: ... There's one more minor hiccup described here http://lists.freebsd.org/pipermail/freebsd-current/2011-March/023415.html This issue as of r220528 is not resolved. odd. r219697 should have taken care of that. maybe you might want to ping Martin Matus

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Alexander Best
On Thu Apr 14 11, George Liaskos wrote: > > 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. > > This is great,

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread George Liaskos
> 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. This is great, thank you very much. There's one more minor hiccup

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Dimitry Andric
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

Re: KDE related compile errors on CURRENT.

2011-04-14 Thread Gary Jennejohn
On Thu, 14 Apr 2011 11:58:06 +0300 George Liaskos 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 __S