From owner-freebsd-current@FreeBSD.ORG Thu Apr 14 12:20:22 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 7CD65106566B; Thu, 14 Apr 2011 12:20:22 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9468FC0A; Thu, 14 Apr 2011 12:20:21 +0000 (UTC) Received: by yie12 with SMTP id 12so833744yie.13 for ; Thu, 14 Apr 2011 05:20:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kEGbNmm/xpiWoEqxr9J+THVkIl2XPpAhz7OdFQzJTuw=; b=DDXaRG9ZfXXQFUc5wnVvs67xW4Yh/jYp0NyRD+yoE4ovQ1+3L5dSFSbddYnJM3FXSm H7jLYAI6H7TdfuA3/MqlCTMTKerKO+G5OAxzb1ML2O56WzgWxGmtkx+DbY8Mt8VlAWS8 lQffDFJu64ewk49AuSRh0ccZQ/BsYRjlpQ5Po= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Ms/YedwzGi8Cn3Dkm/6LOvIcORbR8ZWHrODbuWsHW2vSZ0Uhn+jD9VNnVxwHvxp61i vmGH7IbgiDdPHCwM+ms6/1JgsbnHz2Pj9AxOhcVhhY77WyWPKmEo7oA86eOHPRtVtagU 6NHghiNE47RYTpoap9+wo2qghMctjHAwcAJzI= MIME-Version: 1.0 Received: by 10.151.5.20 with SMTP id h20mr1499723ybi.229.1302783621284; Thu, 14 Apr 2011 05:20:21 -0700 (PDT) Received: by 10.100.215.10 with HTTP; Thu, 14 Apr 2011 05:20:21 -0700 (PDT) In-Reply-To: <4DA6DF88.2040005@FreeBSD.org> References: <4DA6DF88.2040005@FreeBSD.org> Date: Thu, 14 Apr 2011 15:20:21 +0300 Message-ID: From: George Liaskos To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, 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, 14 Apr 2011 12:20:22 -0000 > 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. =C2=A0I'll commit a fix to > -current tonight. This is great, thank you very much. 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. Regards