Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2014 13:06:18 +0100
From:      Gary Jennejohn <gljennjohn@gmail.com>
To:        Beeblebrox <zaphod@berentweb.com>
Cc:        freebsd-x11@freebsd.org
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 Nov 2014 11:50:17 +0200
Beeblebrox <zaphod@berentweb.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141114130618.4d0c4ac5>