From owner-freebsd-x11@FreeBSD.ORG Fri Nov 14 12:06:24 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60D34988 for ; Fri, 14 Nov 2014 12:06:24 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2AFAC24 for ; Fri, 14 Nov 2014 12:06:23 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id h11so2469106wiw.7 for ; Fri, 14 Nov 2014 04:06:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=pURaNrCDpNGdfk6YOkcG+5n5t13IJlQOSxGHZXd+m8g=; b=EkiZ5BqZxfNRFHkXW8EtDN7Fwvh2GtfNM2S2SiHblUExJP2BmpGa/W9q8XeDMddyJU KFHWFVEGR/5WV6ZIStgq0a7yftX5pza8cEBHkYH03YyKle0gEC/oMasAwiuLTn63OF7M kD1+jWSHdCxilvWTj6DRqb7kfR4S3Ty2fN4s/hxP50UMeW2G4WdGgnL2oGRSnF6pQBus WGKsN6gjWSALPLJIlvFXyoITcXb2frCFi7lIfGBiqDho+1U4XXHFKllo7B5fULcepHj9 puuEYkIWrCrTyATHzarAe0dZKD3anKXf59lILAHFDa9BBMXB0kvlzyRf9AzQLZx1iD/r 9MsA== X-Received: by 10.194.237.74 with SMTP id va10mr12995168wjc.106.1415966780720; Fri, 14 Nov 2014 04:06:20 -0800 (PST) Received: from ernst.home (p4FC0F57D.dip0.t-ipconnect.de. [79.192.245.125]) by mx.google.com with ESMTPSA id w4sm10297913wjw.39.2014.11.14.04.06.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Nov 2014 04:06:20 -0800 (PST) Date: Fri, 14 Nov 2014 13:06:18 +0100 From: Gary Jennejohn To: Beeblebrox Subject: Re: x11-wm/enlightenment (e17) XComposite support Message-ID: <20141114130618.4d0c4ac5@ernst.home> In-Reply-To: <5465D059.60703@berentweb.com> References: <5465BD81.1070700@berentweb.com> <20141114103827.2ff76411@ernst.home> <5465D059.60703@berentweb.com> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 12:06:24 -0000 On Fri, 14 Nov 2014 11:50:17 +0200 Beeblebrox wrote: > > configure, part of the source, automatically checks for the > > presence of Xcomposite by trying to link a small test prog > > to libXcomposite.so. It always does this as long as the > > --disable-ecore-x-composite flag isn't passed to it. The > > port does not pass in this flag. > > > > So, if you have /usr/local/lib/libXcomposite.* in your tree > > it should be automatically found and used. > > Well, I have these in /usr/local/lib: > lib/libXcomposite.a > lib/libXcomposite.la > lib/libXcomposite.so (symlinks lib/libXcomposite.so.1, > lib/libXcomposite.so.1.0.0) > > Does this mean > a) I can disregard that message or > b) e17 is looking for a different version of the libXcomposite.so file? > > Is there a way to get more meaningful debug output to a log file for e17 > specifically? It's not Xorg.o.log's job to record e17 events. > Try running ldd on e17 and see what comes out. I personally use e16 and it uses: libXcomposite.so.1 => /usr/local/lib/libXcomposite.so.1 (0x80176e000) -- Gary Jennejohn