Re: [Mesa-dev] [PATCH] android: gallium/util: fix u_debug_stack_android build

2018-06-01 Thread Stuart Young
A related note on this: Seems this file (src/gallium/auxiliary/util/u_debug_stack_android.cpp) doesn't make it into the tarballs (didn't for 18.1.0). Probably needs to be added to Makefile.source and meson.build somewhere so that building the tarball finds it. I checked for commits to both since 1

Re: [Mesa-dev] [PATCH] android: gallium/util: fix u_debug_stack_android build

2018-05-31 Thread Mauro Rossi
Hi there, 2018-04-22 15:36 GMT+02:00 Stefan Schake : > On Sun, Apr 22, 2018 at 1:11 PM, Mauro Rossi > wrote: > > Fix for build errors in src/gallium/auxiliary/util/u_ > debug_stack_android.cpp > > error: cast to 'void *' from smaller integer type pid_t > > > > Fixes: ff904978a1 ("gallium/util: A

Re: [Mesa-dev] [PATCH] android: gallium/util: fix u_debug_stack_android build

2018-04-22 Thread Stefan Schake
On Sun, Apr 22, 2018 at 1:11 PM, Mauro Rossi wrote: > Fix for build errors in src/gallium/auxiliary/util/u_debug_stack_android.cpp > error: cast to 'void *' from smaller integer type pid_t > > Fixes: ff904978a1 ("gallium/util: Android backtrace support") > > Cc: "18.1" > --- > src/gallium/auxili

[Mesa-dev] [PATCH] android: gallium/util: fix u_debug_stack_android build

2018-04-22 Thread Mauro Rossi
Fix for build errors in src/gallium/auxiliary/util/u_debug_stack_android.cpp error: cast to 'void *' from smaller integer type pid_t Fixes: ff904978a1 ("gallium/util: Android backtrace support") Cc: "18.1" --- src/gallium/auxiliary/util/u_debug_stack_android.cpp | 4 ++-- 1 file changed, 2 inse