Re: [Mesa-dev] [PATCH] glapi: Do not use backtrace on MinGW.

2013-01-31 Thread Jose Fonseca
Looks good. Though I wonder why I didn't see build failures here. What sort of error did you get? Jose - Original Message - > execinfo.h is not available on MinGW. > > Signed-off-by: Vinson Lee > --- > src/mapi/glapi/gen/gl_gentable.py | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[Mesa-dev] [PATCH] glapi: Do not use backtrace on MinGW.

2013-01-30 Thread Vinson Lee
execinfo.h is not available on MinGW. Signed-off-by: Vinson Lee --- src/mapi/glapi/gen/gl_gentable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_gentable.py b/src/mapi/glapi/gen/gl_gentable.py index a00c9c2..a3c9898 100644 --- a/src/mapi/glapi/gen/