From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 20:00:16 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 7631416A41B for ; Thu, 4 Oct 2007 20:00:16 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 54BEB13C530 for ; Thu, 4 Oct 2007 20:00:16 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 825991CDEE for ; Thu, 4 Oct 2007 12:00:15 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 4 Oct 2007 22:00:12 +0200 User-Agent: KMail/1.9.7 References: <1191524486.58109.2.camel@secretariat.lanl.gov> <200710042142.40055.fbsd.questions@rachie.is-a-geek.net> <1191527463.58109.7.camel@secretariat.lanl.gov> In-Reply-To: <1191527463.58109.7.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710042200.13715.fbsd.questions@rachie.is-a-geek.net> 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:00:16 -0000 On Thursday 04 October 2007 21:51:03 James wrote: > On Thu, 2007-10-04 at 21:42 +0200, Mel 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# > > > ...no one did. Hmm. Move it to XXX-log.h and recompile? If that's causing the error (and it's very likely at this point), then all you need to do is find out how that got there and whether you need it :). Any hints in that file that shows what it's part of? Like a cvs id or function prefixes. -- Mel