Bug 107994 - driinfo_gallium.h:32:72: error: expected ';' after top level declarator
Summary: driinfo_gallium.h:32:72: error: expected ';' after top level declarator
Status: RESOLVED WORKSFORME
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Mac OS X (All)
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-20 05:53 UTC by Vinson Lee
Modified: 2018-09-21 03:01 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2018-09-20 05:53:27 UTC
meson build error on macOS

$ meson builddir -Degl=false
$ ninja -C builddir
[...]
In file included from ../src/gallium/auxiliary/pipe-loader/pipe_loader.c:55:
../src/gallium/auxiliary/pipe-loader/driinfo_gallium.h:32:72: error: expected ';' after top level declarator
   DRI_CONF_ALLOW_GLSL_LAYOUT_QUALIFIER_ON_FUNCTION_PARAMETERS("false")
                                                                       ^
                                                                       ;
Comment 1 Sergii Romantsov 2018-09-20 08:20:59 UTC
Hello, Vinson.
Could you, please, try to clean you repository (or from just cloned)?
Probably it may contain some mess after autotools.
Comment 2 Vinson Lee 2018-09-21 03:01:06 UTC
A clean repository bypassed this build error.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.