[Mesa-dev] Mesa git: compilation error in NINE after your latest commit - 'PIPE_CAP_USER_INDEX_BUFFERS' undeclared

Dieter Nützel Dieter at nuetzel-hh.de
Sat Feb 25 00:10:17 UTC 2017


Making all in state_trackers/nine
make[4]: Entering directory '/opt/mesa/src/gallium/state_trackers/nine'
   CC       device9.lo
device9.c: In function 'NineDevice9_ctor':
device9.c:122:49: error: 'PIPE_CAP_USER_INDEX_BUFFERS' undeclared (first 
use in this function)
  #define GET_PCAP(n) pScreen->get_param(pScreen, PIPE_CAP_##n)
                                                  ^
device9.c:476:36: note: in expansion of macro 'GET_PCAP'
      This->driver_caps.user_ibufs = GET_PCAP(USER_INDEX_BUFFERS) && 
!This->csmt_active;
                                     ^
device9.c:122:49: note: each undeclared identifier is reported only once 
for each function it appears in
  #define GET_PCAP(n) pScreen->get_param(pScreen, PIPE_CAP_##n)
                                                  ^
device9.c:476:36: note: in expansion of macro 'GET_PCAP'
      This->driver_caps.user_ibufs = GET_PCAP(USER_INDEX_BUFFERS) && 
!This->csmt_active;
                                     ^
Makefile:745: recipe for target 'device9.lo' failed
make[4]: *** [device9.lo] Error 1


More information about the mesa-dev mailing list