[Mesa-dev] Compile error in nir/nir_builder.h in current head

Gottfried Haider gottfried.haider at gmail.com
Thu Sep 17 05:42:10 PDT 2015


I am getting this error on 7e286506 - comping mesa used to work fine
on this system a couple of weeks ago

  CXX    nir/nir_lower_samplers.lo
  CC     nir/nir_lower_system_values.lo
In file included from nir/nir_lower_samplers.cpp:27:0:
nir/nir_builder.h: In function 'nir_ssa_def*
nir_imm_float(nir_builder*, float)':
nir/nir_builder.h:79:28: error: expected primary-expression before '.' token
nir/nir_builder.h:79:44: warning: extended initializer lists only
available with -std=c++0x or -std=gnu++0x [enabled by default]
nir/nir_builder.h: In function 'nir_ssa_def*
nir_imm_vec4(nir_builder*, float, float, float, float)':
nir/nir_builder.h:86:28: error: expected primary-expression before '.' token
nir/nir_builder.h:86:44: warning: extended initializer lists only
available with -std=c++0x or -std=gnu++0x [enabled by default]
nir/nir_builder.h: In function 'nir_ssa_def* nir_imm_int(nir_builder*, int)':
nir/nir_builder.h:93:28: error: expected primary-expression before '.' token
nir/nir_builder.h:93:44: warning: extended initializer lists only
available with -std=c++0x or -std=gnu++0x [enabled by default]
Makefile:1525: recipe for target 'nir/nir_lower_samplers.lo' failed

Best
G


More information about the mesa-dev mailing list