pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xfce4-wm fails on netbsd-8/amd64



I am doing the usual rebuild-all-during-freeze.

Most things are building, but I am finding xfce4-wm to fail.  Does it
build for others?  Any clues?


gmake[2]: Leaving directory '/tmp/work/wm/xfce4-wm/work/xfwm4-4.14.4/settings-dialogs'
Making all in src
gmake[2]: Entering directory '/tmp/work/wm/xfce4-wm/work/xfwm4-4.14.4/src'
  CC       xfwm4-hints.o
hints.c: In function 'getWindowPID':
hints.c:1455:5: error: unknown type name 'XResClientIdSpec'
     XResClientIdSpec client_specs;
     ^
hints.c:1456:5: error: unknown type name 'XResClientIdValue'
     XResClientIdValue *client_ids = NULL;
     ^
hints.c:1463:21: error: request for member 'client' in something not a structure or union
         client_specs.client = w;
                     ^
hints.c:1464:21: error: request for member 'mask' in something not a structure or union
         client_specs.mask = XRES_CLIENT_ID_PID_MASK;
                     ^
hints.c:1464:29: error: 'XRES_CLIENT_ID_PID_MASK' undeclared (first use in this function)
         client_specs.mask = XRES_CLIENT_ID_PID_MASK;
                             ^
hints.c:1464:29: note: each undeclared identifier is reported only once for each function it appears in
hints.c:1468:9: warning: implicit declaration of function 'XResQueryClientIds' [-Wimplicit-function-declaration]
         XResQueryClientIds (display_info->dpy, 1, &client_specs, &num_ids, &client_ids);
         ^
hints.c:1476:34: error: request for member 'spec' in something not a structure or union
                 if (client_ids[i].spec.mask == XRES_CLIENT_ID_PID_MASK)
                                  ^
hints.c:1478:50: error: request for member 'value' in something not a structure or union
                     CARD32 *value = client_ids[i].value;
                                                  ^
gmake[2]: *** [Makefile:835: xfwm4-hints.o] Error 1
gmake[2]: Leaving directory '/tmp/work/wm/xfce4-wm/work/xfwm4-4.14.4/src'
gmake[1]: *** [Makefile:509: all-recursive] Error 1
gmake[1]: Leaving directory '/tmp/work/wm/xfce4-wm/work/xfwm4-4.14.4'
gmake: *** [Makefile:441: all] Error 2
*** Error code 2

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index