[Mesa-dev] mesa compiling problem

Kenneth Graunke kenneth at whitecape.org
Fri Aug 23 10:21:33 PDT 2013


On 08/23/2013 08:06 AM, Brian Paul wrote:
> On 08/23/2013 05:13 AM, ZhiLi wrote:
>> Hi every one,
>>
>> I am trying to compile Mesa Library version 9.0.3. There is an error,
>>
>> ../../../src/mapi/mapi/stub.c: error: ‘MAPI_TABLE_NUM_STATIC’
>>
>>> undeclared here (not in a function)
>>
>> I trace the source code, and find it is not defined.
>>
>> Did this happen to anyone? Can anyone give me some help?
>>
>> Thanks in advance.
>
> I don't see where that would be defined either, but haven't run into
> this issue either.
>
> What's your ./configure or ./autogen.sh command line?
>
> -Brian

At least on master, it's defined in

src/mapi/shared-glapi/glapi_mapi_tmp.h

which is automatically generated by build time scripts.


More information about the mesa-dev mailing list