Re: 'wl_display_sync_func_t' has not been declared --about qt on wayland install issues(Haimei Li)

2011-03-02 Thread 李海梅
ps: in the second step: configure there are many warnings as following , it just shows some of them , and others are similar to them. 'unmatched parentheses are deprecated.' Reading /home/test/lighthouse/demos/qtdemo/qtdemo.pro WARNING: /home/test/lighthouse/mkspecs/features/unix/gdb_dwarf_index

Re: 'wl_display_sync_func_t' has not been declared --about qt on wayland install issues(Haimei Li)

2011-03-02 Thread 李海梅
Thanks Jorgen's help. This morning, I follow your suggestion, but there are still some errors. The following is my step. 1.git pull to get the new source which you mentioned. 2. ./configure -confirm-license -opensource -no-qt3support -no-xmlpatterns -no-multimedia -no-webkit -no-phonon -developer-

Re: [PATCH] Add -lwayland-server flag

2011-03-02 Thread EdB
Hello As Benjamin Franzke tell me on irc this is not mandadory my mesa build was not that up to date On Wednesday, March 02, 2011 07:13:55 pm EdB wrote: > Signed-off-by: EdB > --- > clients/Makefile.am |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/clients/Mak

[PATCH] Add -lwayland-server flag

2011-03-02 Thread EdB
Signed-off-by: EdB --- clients/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index ee61efd..19a8bce 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -30,7 +30,7 @@ libtoytoolkit_a_SOURCES =

Re: 'wl_display_sync_func_t' has not been declared --about qt on wayland install issues

2011-03-02 Thread Jorgen Lind
Hello! > I need your help. > When I install qt on wayland, I meet some problems. > > The steps which I'm taking are as following: > 1. git clone > git://gitorious.org/+qt-developers/qt/lighthouse.git +qt-developers/qt/lighthouse.git> 2. ./configure -confirm-license > -op

Re: Heads up on Mesa git v. Wayland

2011-03-02 Thread Benjamin Franzke
The drm interface was also removed from libwayland, so there are no duplicate symbols. Anyway, building wayland-demos will fail currently, the appropriate patches will hopefully pushed today. And btw, there shouldn't be a circular dependency. -Ben 2011/3/2 Marty Jack : > Yesterday there were some

Heads up on Mesa git v. Wayland

2011-03-02 Thread Marty Jack
Yesterday there were some checkins to the Wayland support in Mesa that duplicate symbols of the general form wl_drm_* defined in /usr/include/wayland-client-protocol.h and wayland-server-protocol.h. This causes the Mesa build to fail. There is not yet a compensating checkin to Wayland that res