Re: Configure script of mesa is absent.

2011-01-19 Thread Darxus
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

Configure script of mesa is absent.

2011-01-19 Thread Ramiro Romero D .
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

Re: failed to create display: no such file or directory

2011-01-19 Thread Darxus
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

Re: failed to create display: no such file or directory

2011-01-19 Thread Kristian Høgsberg
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

failed to create display: no such file or directory

2011-01-19 Thread 李晓鹭
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

[PATCH] fix terminal crash

2011-01-19 Thread twied
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(+