From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 03:30:25 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E9F16A4CE; Tue, 9 Dec 2003 03:30:25 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB4E243D28; Tue, 9 Dec 2003 03:30:23 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hB9BULMx018398; Tue, 9 Dec 2003 12:30:21 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hB9BUGQY018397; Tue, 9 Dec 2003 12:30:16 +0100 (CET) (envelope-from marius) Date: Tue, 9 Dec 2003 12:30:16 +0100 From: Marius Strobl To: kan@FreeBSD.org, current@FreeBSD.org Message-ID: <20031209123016.B93967@newtrinity.zeist.de> References: <20031209111143.GA53087@tara.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031209111143.GA53087@tara.freenix.org>; from roberto@keltia.freenix.fr on Tue, Dec 09, 2003 at 12:11:43PM +0100 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.23.0.1; VDF 6.23.0.2 Subject: Re: Missing header file from gcc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 09 Dec 2003 11:30:25 -0000 On Tue, Dec 09, 2003 at 12:11:43PM +0100, Ollivier Robert wrote: > Hi, > > In /usr/include we have xmmintrin.h, coming out from > contrib/gcc/config/i386. It references emmintrin.h but that one is not > installed by default. > > Compiling ffmepg 0.4.8 led to this. > > (cf. ). > > Fixing this and recompiling ffmpeg leads to another problem afterwards > though. Could you elaborate on the other problem? I hit this issue recently, copied src/contrib/gcc/config/i386/emmintrin.h to /usr/include and ffmepg 0.4.8 in ports and HEAD version from CVS compiled and worked fine afterwards.