From owner-freebsd-questions@FreeBSD.ORG Sun Jul 22 20:09:36 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57E3B106566B for ; Sun, 22 Jul 2012 20:09:36 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 090EF8FC19 for ; Sun, 22 Jul 2012 20:09:36 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1St2T2-0005Wr-3G for freebsd-questions@freebsd.org; Sun, 22 Jul 2012 22:09:28 +0200 Received: from bsd1.hq.steg0.eu ([82.139.199.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Jul 2012 22:09:28 +0200 Received: from rs by bsd1.hq.steg0.eu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Jul 2012 22:09:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Raimund Steger Date: Sun, 22 Jul 2012 22:09:15 +0200 Lines: 22 Message-ID: <500C5DEB.5040306@mytum.de> References: <20120721155117.GA48493@skytracker.ca> <500BE6A6.401@mytum.de> <20120722152051.GA65867@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bsd1.hq.steg0.eu User-Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:14.0) Gecko/20120706 Firefox/14.0 SeaMonkey/2.11 In-Reply-To: <20120722152051.GA65867@skytracker.ca> Subject: Re: error compiling mplayer 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: Sun, 22 Jul 2012 20:09:36 -0000 David Banning wrote: >> That doesn't look like a problem with mplayer per se, rather with your >> GTK or XRANDR install. > > I wonder if these two versions of gtk could represent a problem; This should be fine, 1.x and 2.x can coexist. Scim is unrelated, it's the Linux input engine. The linker command seems OK as well from what I can tell. > [root@3s1 ~]# nm -D /usr/local/lib/libXrandr.so|grep XRRGetOutputPrimary Hm, this should produce output like: bsd1:mplayer)nm -D /usr/local/lib/libXrandr.so|grep XRRGetOutputPrimary 00004230 T XRRGetOutputPrimary The API seems to be a more recent addition, maybe you need to upgrade your libXrandr port? I have libXrandr-1.3.0. Raimund