From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 31 09:40:07 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12F7A1065671 for ; Sun, 31 Aug 2008 09:40:01 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9468FC1B for ; Sun, 31 Aug 2008 09:40:01 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1183284fkk.11 for ; Sun, 31 Aug 2008 02:40:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=txkOctQgnJjmbzDhlQMH4EfBGJNv+1jvLR13ir8JGEg=; b=GjXWl3s13AsgR/NNEZWIoJzb3+WUvszYz2PWNvPYJ+Kjn2iIL7u/UPFWfVQS44lqae xYdkrT1XbOz5qhldRlfTprMed2h7/mDO8k6xspSmltwIxOqrih+ZXyCGEVFmL4syce46 gqkaH+rPckQnFwp/tYsznpJdOJ08MT68oNnJ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=aMczuVgzbxzDGlsU+COuL9CIL5NlMVGrG9eA6yvdY1NNmNPibQpVUL7gy7NeqSiXU/ zBcnX8g2X+SMwq+n2apjTj0UVlUe5ezb3JaqZGGO5sWLoTzT8b8kS3rBvbtKSJZaZR3K Gs0EqO+oKgwLPPWtN/YbLYiQuM4TPFUqveUvY= Received: by 10.181.27.7 with SMTP id e7mr4307558bkj.2.1220175598296; Sun, 31 Aug 2008 02:39:58 -0700 (PDT) Received: by 10.180.250.2 with HTTP; Sun, 31 Aug 2008 02:39:58 -0700 (PDT) Message-ID: Date: Sun, 31 Aug 2008 11:39:58 +0200 From: "Lars Stokholm" To: fred@comment.icecreamhasnobones.org In-Reply-To: <49168.1220141649@comment.icecreamhasnobones.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49168.1220141649@comment.icecreamhasnobones.org> Cc: freebsd-multimedia@freebsd.org Subject: Re: Re: Unable to get OSD (and probably subtitles) in MPlayer X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 09:40:07 -0000 On Sun, Aug 31, 2008 at 2:14 AM, Fred Woods wrote: > Check to see if you have libiconv in /usr/lib > and in /usr/local/lib. It's in /usr/local/lib. > Also check to see if you have the includes > in /usr/include and /usr/local/include. iconv.h is in /usr/local/include. > Assuming you built from ports, you can run > make/gmake in the port's work/program dir > and look at the config.log for more details. I'm sure you're getting closer, but I don't know what to conclude from the log (I'm not a programmer). Here's the relevant part of configure.log: http://pastebin.com/f2da9c467 Obviously it can't find iconv.h. I don't know why, though. I'm guessing that '-I...' is a reference to /usr/local/include, so everything should be fine...?