Can't build xwayland

darxus at chaosreigns.com darxus at chaosreigns.com
Wed Mar 14 21:12:51 PDT 2012


On 03/15, Nerdopolis wrote:
> Install the latest xmarcros from GIT (described on the Wayland page) into your
> build path, (whatever your $WLD is). and then add --disable-selective-werror to
> the ./config for the xserver

Thanks.  Already had macros.  With --disable-selective-werror krh's repo is
giving me:

make[4]: Entering directory `/home/darxus/source/xserver.krh/hw/xfree86/xwayland'
make[4]: *** No rule to make target `xserver-client-protocol.h', needed by `all'.  Stop.

'No results found for "xserver-client-protocol.h".' - google


iksaif repo is giving me:

xwayland-client.c: In function 'compositor_handle_visual':
xwayland-client.c:49:10: error: 'WL_COMPOSITOR_VISUAL_ARGB32' undeclared (first use in this function)
xwayland-client.c:49:10: note: each undeclared identifier is reported only once for each function it appears in
xwayland-client.c:51:6: warning: implicit declaration of function 'wl_visual_create' [-Wimplicit-function-declaration]
xwayland-client.c:51:6: warning: nested extern declaration of 'wl_visual_create' [-Wnested-externs]
xwayland-client.c:50:26: warning: assignment makes pointer from integer without a cast [enabled by default]
xwayland-client.c:53:10: error: 'WL_COMPOSITOR_VISUAL_PREMULTIPLIED_ARGB32' undeclared (first use in this function)
xwayland-client.c:54:40: warning: assignment makes pointer from integer without a cast [enabled by default]
xwayland-client.c:57:10: error: 'WL_COMPOSITOR_VISUAL_XRGB32' undeclared (first use in this function)
xwayland-client.c:58:25: warning: assignment makes pointer from integer without a cast [enabled by default]
xwayland-client.c: At top level:
xwayland-client.c:64:21: error: variable 'compositor_listener' has initializer but incomplete type
xwayland-client.c:65:5: warning: excess elements in struct initializer [enabled by default]
xwayland-client.c:65:5: warning: (near initialization for 'compositor_listener') [enabled by default]
xwayland-client.c:86:5: warning: initialization from incompatible pointer type [enabled by default]
xwayland-client.c:86:5: warning: (near initialization for 'output_listener.geometry') [enabled by default]
xwayland-client.c: In function 'create_output':
xwayland-client.c:97:5: warning: implicit declaration of function 'wl_output_create' [-Wimplicit-function-declaration]
xwayland-client.c:97:5: warning: nested extern declaration of 'wl_output_create' [-Wnested-externs]
xwayland-client.c:97:24: warning: assignment makes pointer from integer without a cast [enabled by default]
xwayland-client.c: In function 'global_handler':
xwayland-client.c:103:35: warning: declaration of 'display' shadows a global declaration [-Wshadow]
../../../include/opaque.h:52:24: warning: shadowed declaration is here [-Wshadow]
xwayland-client.c:113:6: warning: implicit declaration of function 'wl_compositor_create' [-Wimplicit-function-declaration]
xwayland-client.c:113:6: warning: nested extern declaration of 'wl_compositor_create' [-Wnested-externs]
xwayland-client.c:112:25: warning: assignment makes pointer from integer without a cast [enabled by default]
xwayland-client.c:114:2: warning: implicit declaration of function 'wl_compositor_add_listener' [-Wimplicit-function-declaration]
xwayland-client.c:114:2: warning: nested extern declaration of 'wl_compositor_add_listener' [-Wnested-externs]
xwayland-client.c:117:9: warning: implicit declaration of function 'wl_shm_create' [-Wimplicit-function-declaration]
xwayland-client.c:117:9: warning: nested extern declaration of 'wl_shm_create' [-Wnested-externs]
xwayland-client.c:117:25: warning: assignment makes pointer from integer without a cast [enabled by default]
xwayland-client.c: In function 'xwl_force_roundtrip':
xwayland-client.c:167:5: warning: implicit declaration of function 'wl_display_sync_callback' [-Wimplicit-function-declaration]
xwayland-client.c:167:5: warning: nested extern declaration of 'wl_display_sync_callback' [-Wnested-externs]

-- 
"I refuse to tip toe through life only to arrive safely at death."
http://www.ChaosReigns.com


More information about the wayland-devel mailing list