On 01/20, Ramiro Romero D. wrote:
> But the problem is that there is no configure file thus I can't compile
> mesa, thus I can't compile wayland
Yeah, those instructions are wrong. The git repo doesn't have configure,
so you need to run ./autogen.sh instead of ./configure. It seems
this is oft
I don't know if this is the correct place to ask, my apologies if it isn't.
I am trying to compile wayland, the instructions say that I have to execute
these commands:$ git clone git://anongit.freedesktop.org/mesa/mesa
$ cd mesa
$ ./configure --prefix=$HOME/install --enable-egl --en
On 01/19, Kristian Høgsberg wrote:
> That's probably just a race condition - the client starts up and tries
> to conncet to the socket before the compositor has created it. Try
> ./compositor && (sleep 2; terminal) instead.
I don't think the compositor will background, so it won't get to terminal
2011/1/19 李晓鹭 :
> Compiled the wayland successfully,use --prefix=/usr/X11R7 --sysconfdir=/etc.
> When run ./compositor -b my-image.jpg,successfully,can move mouse ,don't
> other.
> When run ./compositor && terminal
> always get below error:
> failed to create display: no such file or directory
Th
Compiled the wayland successfully,use --prefix=/usr/X11R7 --sysconfdir=/etc.
When run ./compositor -b my-image.jpg,successfully,can move mouse ,don't other.
When run ./compositor && terminal
always get below error:
failed to create display: no such file or directory
Hi,
terminal crashed for me randomly on resizing.
Output from compositor: "failed to create image for name 16"
Output from terminal: "sent request to invalid object"
This patch fixes the issue, terminal runs stable here.
---
clients/terminal.c | 10 --
1 files changed, 8 insertions(+