From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:02:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E2216A469 for ; Thu, 4 Oct 2007 20:02:12 +0000 (UTC) (envelope-from ozzmosis@gmail.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 806D613C4A5 for ; Thu, 4 Oct 2007 20:02:11 +0000 (UTC) (envelope-from ozzmosis@gmail.com) Received: (qmail 24359 invoked from network); 4 Oct 2007 20:02:11 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.130.189) by smtp.mel.people.net.au with SMTP; 4 Oct 2007 20:02:11 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id E84C417065; Fri, 5 Oct 2007 06:02:06 +1000 (EST) Date: Fri, 5 Oct 2007 06:02:06 +1000 From: andrew clarke To: freebsd-questions@freebsd.org Message-ID: <20071004200206.GA47591@ozzmosis.com> References: <1191524486.58109.2.camel@secretariat.lanl.gov> <200710042142.40055.fbsd.questions@rachie.is-a-geek.net> <1191527463.58109.7.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1191527463.58109.7.camel@secretariat.lanl.gov> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: ffmpeg not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 20:02:12 -0000 On Thu, Oct 04, 2007 at 01:51:03PM -0600, James wrote: > > > /usr/local/include/log.h:112: error: syntax error before "A_" > > > > I'm curious which port installed log.h. I don't have it on my system and it > > wouldn't surprise me if a local log.h conflicts with this log.h. > > > > Could you show output of: > > grep '^include/log.h' /var/db/pkg/*/+CONTENTS > > > > [james@secretariat ~]$ su > Password: > secretariat# grep '^include/log.h' /var/db/pkg/*/+CONTENTS > secretariat# I don't have a log.h: $ uname -a FreeBSD blizzard.dancer 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Sep 19 21:56:10 EST 2007 root@blizzard.dancer:/usr/obj/usr/src/sys/DELLGX150 i386 $ cat /usr/local/include/log.h cat: /usr/local/include/log.h: No such file or directory I would do: mv /usr/local/include/log.h /usr/local/include/log.h.backup And try rebuilding ffmpeg again. While it rebuilds, try to find out where log.h came from. :) Regards Andrew