Re: [Mesa-dev] mesa compiling problem

2013-08-23 Thread Kenneth Graunke
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

Re: [Mesa-dev] mesa compiling problem

2013-08-23 Thread Brian Paul
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

[Mesa-dev] mesa compiling problem

2013-08-23 Thread ZhiLi
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