Looks like you are right. After 'git clean' its ok. Thanks. On Thu, Sep 6, 2018 at 2:37 PM Eric Engestrom <eric.engest...@intel.com> wrote:
> On Thursday, 2018-09-06 12:59:48 +0300, Sergii Romantsov wrote: > > Building of 32bit mesa with meson causes issues: > > "expected ‘}’ before ‘DRI_CONF_MESA_NO_ERROR’" > > "expected ‘}’ before > ‘DRI_CONF_ALLOW_GLSL_CROSS_STAGE_INTERPOLATION_MISMATCH’" > > "expected ‘}’ before ‘DRI_CONF_ALLOW_RGB10_CONFIGS’" > > File with defines replaced to correct. > > I think this might be caused by autotools leftovers. > Try doing the same thing in a fresh clone? > > > > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107843 > > Signed-off-by: Sergii Romantsov <sergii.romant...@globallogic.com> > > --- > > src/util/xmlpool.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/util/xmlpool.h b/src/util/xmlpool.h > > index ebd4e7c..f2181ce 100644 > > --- a/src/util/xmlpool.h > > +++ b/src/util/xmlpool.h > > @@ -100,6 +100,6 @@ > > * Predefined option sections and options with multi-lingual > descriptions > > * are now automatically generated. > > */ > > -#include "xmlpool/options.h" > > +#include "util/xmlpool/options.h" > > > > #endif > > -- > > 2.7.4 > > > > _______________________________________________ > > mesa-dev mailing list > > mesa-dev@lists.freedesktop.org > > https://lists.freedesktop.org/mailman/listinfo/mesa-dev >
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev