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
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to